API Reference > geometry-core > Bspline > InterpolationCurve3d > create create MethodStatic Create an InterpolationCurve3d based on points, knots, and other properties in the InterpolationCurve3dProps or InterpolationCurve3dOptions. This saves a COPY OF the options or props. Use createCapture () if the options or props can be used without copy create(options: InterpolationCurve3dOptions | InterpolationCurve3dProps): undefined | InterpolationCurve3d Parameter Type Description options InterpolationCurve3dOptions | InterpolationCurve3dProps Returns - undefined | InterpolationCurve3d Defined in bspline/InterpolationCurve3d.ts Line 228 Last Updated: 11 June, 2024