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