If the current extent of the feature is defined as a symmetric extent, this property returns the SymmericExtentDefinition object that provides access to the information defining the symmetric extent. If the current extent is not symmetric, this property returns null. You can determine the type of extent by using the extentType property.
To change the extent of a feature to symmetric extent you can use the setSymmetricExtent method.
"extrudeFeature_var" is a variable referencing an ExtrudeFeature object.
|
"extrudeFeature_var" is a variable referencing an ExtrudeFeature object.
|
Name | Description |
Extrude Feature API Sample | Demonstrates creating a new extrude feature. |