DraftFeatureInput.setTwoAngles Method
Parent Object:
DraftFeatureInputDefined in namespace "adsk::fusion" and the header file is <Fusion/Features/DraftFeatureInput.h>
Description
Defines both angles to use when the surfaces are split along the draft plane or parting line and the faces on each side of the plane are drafted independently.
Syntax
"draftFeatureInput_var" is a variable referencing a DraftFeatureInput object.returnValue = draftFeatureInput_var.setTwoAngles(angleOne, angleTwo) |
"draftFeatureInput_var" is a variable referencing a DraftFeatureInput object.
#include <Fusion/Features/DraftFeatureInput.h>
returnValue = draftFeatureInput_var->setTwoAngles(angleOne, angleTwo);
|
Return Value
| boolean |
Returns true if successful |
Parameters
| angleOne |
ValueInput |
The ValueInput object that defines the angle for the faces on the first side of the draft plane or parting line. |
| angleTwo |
ValueInput |
The ValueInput object that defines the angle for the faces on the second side of the draft plane or parting line. |
Version
Introduced in version January 2015