NurbCurve2d(Point2dCollection,
Tolerance) Constructor
 | 
Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
 
public NurbCurve2d(
        Point2dCollection fitPoints,
        Tolerance fitTolerance
)
 
Public Sub New ( 
        fitPoints As Point2dCollection,
        fitTolerance As Tolerance
)
 
public:
NurbCurve2d(
        Point2dCollection^ fitPoints, 
        Tolerance fitTolerance
)
 
new : 
        fitPoints : Point2dCollection * 
        fitTolerance : Tolerance -> NurbCurve2d
 
 
 
Parameters
- fitPoints  Point2dCollection
 
-  
 
- fitTolerance  Tolerance
 
-  
 
 
See Also