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 and the faces on each side of the plane are drafted independently from the other side.
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. |
angleTwo |
ValueInput |
The ValueInput object that defines the angle for the faces on the second side of the draft plane. |
Version
Introduced in version January 2015