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