SymmetricExtentDefinition.isFullLength Property
Parent Object: SymmetricExtentDefinitionDefined in namespace "adsk::fusion" and the header file is <Fusion/Features/SymmetricExtentDefinition.h>
Description
Gets and sets if the distance defines the full extent length or half the length. A value of True indicates if defines the full length.
Syntax
"symmetricExtentDefinition_var" is a variable referencing a SymmetricExtentDefinition object.
|
Property Value
This is a read/write property whose value is a boolean.Samples
Name | Description |
Extrude Feature API Sample | Demonstrates creating a new extrude feature. |