ExtrudeFeatureInput.setTwoSidesDistanceExtent Method
Parent Object: ExtrudeFeatureInputDefined in namespace "adsk::fusion" and the header file is <Fusion/Features/ExtrudeFeatureInput.h>
Description
This function is retired. See more information in the 'Remarks' section below.
Sets the extrusion extents option to 'Two Side'. This method will fail in the case of a non-parametric extrusion.
Remarks
This method has been retired and is replaced with the new SetTwoSidesExtent, passing in a DistanceExtentDefinition for both sides. This method continues to work to allow the API to remain backward compatible, but it is no longer officially supported.Syntax
"extrudeFeatureInput_var" is a variable referencing an ExtrudeFeatureInput object.
|
Return Value
Type | Description |
boolean | Returns true if successful |
Parameters
Name | Type | Description |
distanceOne | ValueInput | ValueInput object that defines the extrude distance for the first side. |
distanceTwo | ValueInput | ValueInput object that defines the extrude distance for the second side. |
Version
Introduced in version August 2014Retired in version November 2016