Statically creates a new SymmetricExtentDefinition object. This is used as input when create a new feature and defining the starting condition.
This is a static method. |
This is a static method. |
| Type | Description |
| SymmetricExtentDefinition | Returns the newly created SymmetricExtentDefinition or null in the case of a failure. |
| Name | Type | Description |
| distance | ValueInput | An input ValueInput objects that defines either half the extent of the extrude or the full extent, depending on the value of the isFullLength argument. |
| isFullLength | boolean | An input boolean that specifies if the distance specified defines the full or half length of the extrusion. |