Skip to main content

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.

ParameterTypeDescription
anglenumberThe draft angle in degrees

draft(angle: number, ...selections: SceneObject[]): Draft

Applies a draft angle to the given face selections.

ParameterTypeDescription
anglenumberThe draft angle in degrees
...selectionsSceneObject[]The face selections to draft (optional)