NurbSpline.CreateCurve
| Name | Return Type | Description |
|---|---|---|
| CreateCurve(HermiteSpline) | Curve | Creates a new geometric Curve object by converting the given HermiteSpline. The created curve may be a NURBSpline or a simpler curve such as line or arc. |
| CreateCurve(IList<XYZ>, IList<Double>) | Curve | |
| CreateCurve(Int32, IList<Double>, IList<XYZ>) | Curve | |
| CreateCurve(Int32, IList<Double>, IList<XYZ>, IList<Double>) | Curve |