createPeriodicUniformKnots MethodStatic

Create a smoothly closed B-spline curve with uniform knots.

  • Note that the curve does not start at the first pole.

createPeriodicUniformKnots(poles: Float64Array | Point3d[] | GrowableXYZArray, order: number): BSplineCurve3d | undefined

Parameter Type Description
poles Float64Array | Point3d[] | GrowableXYZArray  
order number  

Returns - BSplineCurve3d | undefined

Defined in

Last Updated: 20 May, 2026