API Reference > geometry-core > Solid > LinearSweep > create create MethodStatic Create a sweep of a starting contour. create(contour: CurveCollection, direction: Vector3d, capped: boolean): LinearSweep | undefined 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 - LinearSweep | undefined Defined in core/geometry/src/solid/LinearSweep.ts Line 49 Last Updated: 13 June, 2024