CurveToNurbsCurve Method (Interval) |
Constructs a NURBS curve representation of this curve.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic 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.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also