create MethodStatic
Create a path from a variable length list of curve primitives
- CurvePrimitive params are captured.
create(...curves: Point3d[] | CurvePrimitive[]): Path
| Parameter | Type | Description | 
|---|---|---|
| ...curves | Point3d[] | CurvePrimitive[] | variable length list of individual curve primitives or point arrays. | 
Returns - Path
Defined in
- curve/Path.ts Line 48
Last Updated: 24 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.