create MethodStatic

Create a sweep of a starting contour.

create(contour: CurveCollection, direction: Vector3d, capped: boolean): undefined | LinearSweep

Parameter Type Description
contour CurveCollection contour to be swept
direction Vector3d sweep vector. The contour is swept the full length of the vector.
capped boolean true to include end caps

Returns - undefined | LinearSweep

Defined in

Last Updated: 11 June, 2024