Solid Edge Part Type Library
Add Method
Sets the pattern plane for the WeldMirror object.
Specifies the number of input features to be included in the WeldMirror object.
Contains the features to be included in the WeldMirror object.
Member of PatternTypeConstants that specifies the pattern to be applied to the WeldMirror object.
Description
Adds an occurrence of the referenced object.
Syntax
Visual Basic
Public Function Add( _
   ByVal PatternPlane As Object, _
   ByVal NumberOfFeatures As Long, _
   ByRef FeatureArray() As Object, _
   ByVal PatternType As PatternTypeConstants _
) As WeldMirror
Parameters
PatternPlane
Sets the pattern plane for the WeldMirror object.
NumberOfFeatures
Specifies the number of input features to be included in the WeldMirror object.
FeatureArray
Contains the features to be included in the WeldMirror object.
PatternType
ValueDescription
seFastPatternPattern Type Constants - Fast Pattern
seSmartPatternPattern Type Constants - Smart Pattern
Member of PatternTypeConstants that specifies the pattern to be applied to the WeldMirror object.
See Also

WeldMirrors Collection  | WeldMirrors Members

Send comments on this topic.