Creates a new draft feature.
"draftFeatures_var" is a variable referencing a DraftFeatures object.
|
"draftFeatures_var" is a variable referencing a DraftFeatures object.
|
Type | Description |
DraftFeature | Returns the newly created DraftFeature object or null if the creation failed. |
Name | Type | Description |
input | DraftFeatureInput | A DraftFeatureInput object that defines the desired draft. Use the createInput method to create a new DraftFeatureInput object and then use methods on it (the DraftFeatureInput object) to define the draft. |
Name | Description |
draftFeatures.add | Demonstrates the draftFeatures.add method. To use this sample, have a design open that contains at least one body. When you run the sample, you will be prompted to select the face to draft. Because the pull direction is using the base X-Y plane, you need to select a face that is not parallel to the X-Y plane. |
Draft Feature API Sample | Demonstrates creating a new draft feature. |