draft()
Applies a draft angle to the last selected faces.
Returns: Draft
Signatures
draft(angle: number): Draft
Applies a draft angle to the last selected faces.
| Parameter | Type | Description |
|---|---|---|
angle | number | The draft angle in degrees |
draft(angle: number, ...selections: SceneObject[]): Draft
Applies a draft angle to the given face selections.
| Parameter | Type | Description |
|---|---|---|
angle | number | The draft angle in degrees |
...selections | SceneObject[] | The face selections to draft (optional) |