AkimaCurve3dOptions Class

Data for an AkimaCurve3d

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

Last Updated: 24 September, 2026