PolylineCurve2d(KnotCollection,
Point2dCollection) Constructor
 | 
Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
 
public PolylineCurve2d(
        KnotCollection knots,
        Point2dCollection controlPoints
)
 
Public Sub New ( 
        knots As KnotCollection,
        controlPoints As Point2dCollection
)
 
public:
PolylineCurve2d(
        KnotCollection^ knots, 
        Point2dCollection^ controlPoints
)
 
new : 
        knots : KnotCollection * 
        controlPoints : Point2dCollection -> PolylineCurve2d
 
 
 
Parameters
- knots  KnotCollection
 
-  
 
- controlPoints  Point2dCollection
 
-  
 
 
See Also