Autodesk.AutoCAD.Geometry Namespace > NurbCurve2d Class > NurbCurve2d Constructor
NurbCurve2d Constructor
Overload List
Method 
Description 

Default constructor. This is only a placeholder. No data is stored. 

Constructs spline geometrically identical to an elliptic arc. 

This .NET method wraps the ObjectARX method.
If isPeriodic = Adesk::kFalse then the length of knot vector must be greater... more 

Constructs a 2D rational spline by a knot vector, control points, and weights. If the spline is rational, control points... more 

Constructs spline representing a line segment. 

Constructs a 2D polynomial spline interpolating a given array if 2D points within a global tolerance. 

Constructs a 2D polynomial spline interpolating a given array if 2D points within given tolerance. 
This wraps AcGeNurbCurve2d::AcGeNurbCurve2d (const AcGePoint2dArray& fitPoints, const AcGeVector2d& startTangent, const AcGeVector2d& endTangent, Adesk::Boolean startTangentDefined = Adesk::kTrue, Adesk::Boolean endTangentDefined = Adesk::kTrue,... more 
This wraps AcGeNurbCurve2d::AcGeNurbCurve2d (const AcGePoint2dArray& fitPoints, const AcGeVector2d& startTangent, const AcGeVector2d& endTangent, Adesk::Boolean startTangentDefined = Adesk::kTrue, Adesk::Boolean endTangentDefined = Adesk::kTrue,... more 
   Comments?