RuledSurfaceFeatures.Add Method
Parent Object: RuledSurfaceFeaturesDescription
Method that creates a new RuledSurfaceFeature Object.
Syntax
RuledSurfaceFeatures.Add( Definition As RuledSurfaceDefinition ) As RuledSurfaceFeatureParameters
Name | Type | Description |
Definition | RuledSurfaceDefinition | Input RuledSurfaceDefinition object that defines the ruled surface feature you want to create. An RuledSurfaceDefinition object can be created using the RuledSurfaceFeatures.CreateDefinition method. It can also be obtained from an existing RuledSurfaceFeature object. |