SymmetricExtentDefinition.create Method
Parent Object:
SymmetricExtentDefinitionDefined in namespace "adsk::fusion" and the header file is <Fusion/Features/SymmetricExtentDefinition.h>
Description
Statically creates a new SymmetricExtentDefinition object. This is used as input when create a new feature and defining the starting condition.
Syntax
This is a static method.
returnValue = adsk.fusion.SymmetricExtentDefinition.create(distance, isFullLength)
|
This is a static method.
#include <Fusion/Features/SymmetricExtentDefinition.h>
returnValue = adsk::fusion::SymmetricExtentDefinition::create(distance, isFullLength);
|
Return Value
Parameters
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. |
Version
Introduced in version November 2016