Solid Edge Assembly Type Library
GetVisibleFaceInputs Method
Number of Occurrences to exclude.
Occurrences to Exclude as array.
Number of Occurrences to include.
Occurrences to include as array.
Description
Gets the parameters for the Visible faces
Syntax
Visual Basic
Public Sub GetVisibleFaceInputs( _
   ByRef NumOccurrenceExclude As Long, _
   ByRef OccurrenceExclude() As Object, _
   ByRef dExcludeRangeRatio As Double, _
   ByRef NumOccurrenceInclude As Long, _
   ByRef OccurrenceInclude() As Object, _
   ByRef CopyType As VisibilityBasedSimplifiedAssemblyCopyType _
) 
Parameters
NumOccurrenceExclude
Number of Occurrences to exclude.
OccurrenceExclude
Occurrences to Exclude as array.
dExcludeRangeRatio
NumOccurrenceInclude
Number of Occurrences to include.
OccurrenceInclude
Occurrences to include as array.
CopyType
ValueDescription
seVisibilityBasedSimplifiedAssemblyCopyTypeBodiesComplete body of visible faces are copied to the simplified assembly representation
seVisibilityBasedSimplifiedAssemblyCopyTypeFacesVisible faces are copied to the simplified assembly representation
See Also

SimplifiedAssembly Object  | SimplifiedAssembly Members