CubicSplineCurve3d(Point3dCollection)
Constructor
 | 
Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
 
public CubicSplineCurve3d(
        Point3dCollection points
)
 
Public Sub New ( 
        points As Point3dCollection
)
 
public:
CubicSplineCurve3d(
        Point3dCollection^ points
)
 
new : 
        points : Point3dCollection -> CubicSplineCurve3d
 
 
 
Parameters
- points  Point3dCollection
 
-  
 
 
See Also