CornerChamferFeatures.Add Method
Parent Object: CornerChamferFeaturesDescription
Method that creates a new corner chamfer feature. The newly created CornerChamferFeature object is returned.
Syntax
CornerChamferFeatures.Add( CornerChamferDefinition As CornerChamferDefinition ) As CornerChamferFeatureParameters
Name | Type | Description |
CornerChamferDefinition | CornerChamferDefinition | Input CornerChamferFeature object that defines the corner chamfer feature you want to create. A CornerChamferDefinition object can be created using the CornerChamferFeatures.CreateCornerChamferDefinition method. It can also be obtained from an existing CornerChamferFeature object. |