Skip to main content

draft()

Applies a draft angle to the last selected faces.

Returns: Draft

Signatures

draft(angle: NumberParam): Draft

Applies a draft angle to the last selected faces.

ParameterTypeDescription
angleNumberParamThe draft angle in degrees

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

Applies a draft angle to the given face selections.

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