ContourFlangeFeatures.Add Method
Parent Object: ContourFlangeFeaturesDescription
Method that creates a new contour flange feature. The newly created ContourFlangeFeature object is returned.
Syntax
ContourFlangeFeatures.Add( ContourFlangeDefinition As ContourFlangeDefinition ) As ContourFlangeFeatureParameters
Name | Type | Description |
ContourFlangeDefinition | ContourFlangeDefinition | Input ContourFlangeDefinition object that defines the contour flange feature you want to create. A ContourFlangeDefinition object can be created using the ContourFlangeFeatures.CreateContourFlangeDefinition method. It can also be obtained from an existing ContourFlangeFeature object. |