Gets and sets the extent used to define the start of the extrusion. When a new ExtrudeFeatureInput object is created the start extent is initialized to be the profile plane but you can change it to a profile plane with offset or from an object by setting this property with either a OffsetStartDefinition or a EntityStartDefinition object. You can get either one of those objects by using the static create method on the class.
"extrudeFeatureInput_var" is a variable referencing an ExtrudeFeatureInput object.
|
"extrudeFeatureInput_var" is a variable referencing an ExtrudeFeatureInput object.
|
Name | Description |
Extrude Feature API Sample | Demonstrates creating a new extrude feature. |