Click or drag to resize

NurbsCurve Constructor

Overload List
  NameDescription
Public methodNurbsCurve(NurbsCurve)
Initializes a NURBS curve by copying its values from another NURBS curve.
Public methodNurbsCurve(Int32, Int32)
Constructs a new NURBS curve with a specific degree and control point count.
Protected methodNurbsCurve(SerializationInfo, StreamingContext)
Protected constructor for internal use.
Public methodCode exampleNurbsCurve(Int32, Boolean, Int32, Int32)
Constructs a new NURBS curve with knot and CV memory allocated.
Top
See Also