ChamferFeature.setEqualDistance Method
Parent Object: ChamferFeatureDefined in namespace "adsk::fusion" and the header file is <Fusion/Features/ChamferFeature.h>
Description
This function is retired. See more information in the 'Remarks' section below.
Changes the type of chamfer to be an equal distance chamfer.
Syntax
"chamferFeature_var" is a variable referencing a ChamferFeature object.
|
Return Value
Type | Description |
boolean | Returns true if the feature is successfully changed |
Parameters
Name | Type | Description |
distance | ValueInput | A ValueInput object that defines the distance of the chamfer. If the ValueInput uses a real then it is interpreted as centimeters. If it is a string then the units can be defined as part of the string (i.e. "2 in"). If no units are specified it is interpreted using the current default units for length. |
Version
Introduced in version November 2014Retired in version December 2020