create MethodStatic
Create a curve with given points.
- If input is
Point2d[], the points are promoted withz=0andw=1 - If input is
Point3d[], the points are promoted with w=1`
create(data: Point3d[] | Point2d[]): BezierCurve3d | undefined
| Parameter | Type | Description |
|---|---|---|
| data | Point3d[] | Point2d[] |
Returns - BezierCurve3d | undefined
Defined in
- bspline/BezierCurve3d.ts Line 82
Last Updated: 04 June, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.