AkimaCurve3dOptions Class
Data for an AkimaCurve3d
- This is a "typed object" version of the serializer-friendly AkimaCurve3dProps
Methods
| Name | Description | |
|---|---|---|
| constructor(fitPoints?: Point3d[]): AkimaCurve3dOptions | ||
| clone(): AkimaCurve3dOptions | Clone with strongly typed members reduced to simple json. | |
| cloneAsAkimaCurve3dProps(): AkimaCurve3dProps | Points that the curve must pass through. | |
| areAlmostEqual(dataA: AkimaCurve3dOptions, dataB: AkimaCurve3dOptions): boolean Static | Whether the two options are equivalent or both undefined. | |
| create(source: AkimaCurve3dProps): AkimaCurve3dOptions Static | Clone with strongly typed members reduced to simple json. |
Properties
| Name | Type | Description | |
|---|---|---|---|
| fitPoints | Point3d[] | Points that the curve must pass through. |
Defined in
- bspline/AkimaCurve3d.ts Line 35
Last Updated: 24 September, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.