NurbCurve2d(Int32, KnotCollection,
Point2dCollection, DoubleCollection, Boolean)
Constructor
 | 
Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
 
public NurbCurve2d(
        int degree,
        KnotCollection knots,
        Point2dCollection controlPoints,
        DoubleCollection weights,
        bool periodic
)
 
Public Sub New ( 
        degree As Integer,
        knots As KnotCollection,
        controlPoints As Point2dCollection,
        weights As DoubleCollection,
        periodic As Boolean
)
 
public:
NurbCurve2d(
        int degree, 
        KnotCollection^ knots, 
        Point2dCollection^ controlPoints, 
        DoubleCollection^ weights, 
        bool periodic
)
 
new : 
        degree : int * 
        knots : KnotCollection * 
        controlPoints : Point2dCollection * 
        weights : DoubleCollection * 
        periodic : bool -> NurbCurve2d
 
 
 
Parameters
- degree  Int32
 
-  
 
- knots  KnotCollection
 
-  
 
- controlPoints  Point2dCollection
 
-  
 
- weights  DoubleCollection
 
-  
 
- periodic  Boolean
 
-  
 
 
See Also