ThroughAllExtentDefinition.create Method
Parent Object: ThroughAllExtentDefinitionDefined in namespace "adsk::fusion" and the header file is <Fusion/Features/ThroughAllExtentDefinition.h>
Description
Statically creates a new ThroughAllExtentDefinition object. This is used as input when defining the extents of a feature to be through all.
Syntax
Return Value
| Type | Description |
| ThroughAllExtentDefinition | Returns the newly created ThroughAllExtentDefinition or null in the case of a failure. |
Samples
| Name | Description |
| extrudeFeatures.add using ThroughAllExtent | Demonstrates the extrudeFeatures.add method using the ThroughAllExtent method. |
