Spline(Point3dCollection, Int32, Double)
Constructor
|
Initializes a new instance of the
Spline class
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
public Spline(
Point3dCollection point,
int order,
double fitTolerance
)
Public Sub New (
point As Point3dCollection,
order As Integer,
fitTolerance As Double
)
public:
Spline(
Point3dCollection^ point,
int order,
double fitTolerance
)
new :
point : Point3dCollection *
order : int *
fitTolerance : float -> Spline
Parameters
- point Point3dCollection
-
- order Int32
-
- fitTolerance Double
-
See Also