ChamferFeatureInput.setToTwoDistances Method
Parent Object: ChamferFeatureInputDefined in namespace "adsk::fusion" and the header file is <Fusion/Features/ChamferFeatureInput.h>
Description
This function is retired. See more information in the 'Remarks' section below.
Adds a set of edges to this input.
Syntax
"chamferFeatureInput_var" is a variable referencing a ChamferFeatureInput object.
|
Return Value
Type | Description |
boolean | Returns true if successful. |
Parameters
Name | Type | Description |
distanceOne | ValueInput | A ValueInput object that defines the distanceOne of the chamfer. This distance is along the face which is on the left of the selected edge. 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. |
distanceTwo | ValueInput | A ValueInput object that defines the distanceTwo of the chamfer. This distance is along the face which is on the right of the selected edge. 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