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)
"draftFeature_var" is a variable referencing a DraftFeature object.
|
"draftFeature_var" is a variable referencing a DraftFeature object.
|
Type | Description |
boolean | Returns true if successful |
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. |