DraftFeature.setTwoAngles Method

Parent Object: DraftFeature
Defined in namespace "adsk::fusion" and the header file is <Fusion/Features/DraftFeature.h>

Description

Changes the definition of the feature so that the surfaces are split along the draft plane and the faces on each side of the plane are drafted independently from the other side.

To use this method, you need to position the timeline marker to immediately before this feature. This can be accomplished using the following code: thisFeature.timelineObject.rollTo(True)

Syntax

"draftFeature_var" is a variable referencing a DraftFeature object.
returnValue = draftFeature_var.setTwoAngles(angleOne, angleTwo)
"draftFeature_var" is a variable referencing a DraftFeature object.

#include <Fusion/Features/DraftFeature.h>

returnValue = draftFeature_var->setTwoAngles(angleOne, angleTwo);

Return Value

Type Description
boolean Returns true if successful

Parameters

Name Type Description
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