CurveToNurbsCurve Method (Interval) |
Constructs a NURBS curve representation of this curve.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax public NurbsCurve ToNurbsCurve(
Interval subdomain
)
Public Function ToNurbsCurve (
subdomain As Interval
) As NurbsCurve
Parameters
- subdomain
- Type: Rhino.GeometryInterval
The NURBS representation for this portion of the curve is returned.
Return Value
Type:
NurbsCurveNURBS representation of the curve on success, null on failure.
See Also