Autodesk.AutoCAD.Geometry Namespace > NurbCurve3d Class > NurbCurve3d Constructor
NurbCurve3d 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 3D 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 3d polynomial spline interpolating a given array if 3d points within a global tolerance. 

Constructs a 3d polynomial spline interpolating a given array if 3d points within given tolerance. 
This wraps the AcGeNurbCurve3d::AcGeNurbCurve3d (const AcGePoint3dArray& fitPoints, const AcGeVector3d& startTangent, const AcGeVector3d& endTangent, Adesk::Boolean startTangentDefined = Adesk::kTrue, Adesk::Boolean endTangentDefined =... more 
This wraps the AcGeNurbCurve3d::AcGeNurbCurve3d (const AcGePoint3dArray& fitPoints, const AcGeVector3d& startTangent, const AcGeVector3d& endTangent, Adesk::Boolean startTangentDefined = Adesk::kTrue, Adesk::Boolean endTangentDefined =... more 
   Comments?