Solid Edge Part Type Library
Add Method
Specifies the number of input features to be included in the WeldPattern object.
Contains the features to be included in the WeldPattern object.
Specifies the profile to be used for the WeldPattern object.
Member of PatternTypeConstants that specifies the pattern to be applied to the WeldPattern object.
Description
Adds an occurrence of the referenced object.
Syntax
Visual Basic
Public Function Add( _
   ByVal NumberOfFeatures As Long, _
   ByRef FeatureArray() As Object, _
   ByVal Profile As Profile, _
   ByVal PatternType As PatternTypeConstants _
) As WeldPattern
Parameters
NumberOfFeatures
Specifies the number of input features to be included in the WeldPattern object.
FeatureArray
Contains the features to be included in the WeldPattern object.
Profile
Specifies the profile to be used for the WeldPattern 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 WeldPattern object.
See Also

WeldPatterns Collection  | WeldPatterns Members

Send comments on this topic.