SubDEdgeToNurbsCurve Method |
Get a cubic, uniform, non-rational, NURBS curve that is on the
edge's limit curve.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 7.0
Syntax public NurbsCurve ToNurbsCurve(
bool clampEnds
)
Public Function ToNurbsCurve (
clampEnds As Boolean
) As NurbsCurve
Parameters
- clampEnds
- Type: SystemBoolean
If true, the end knots are clamped.
Otherwise the end knots are(-2,-1,0,...., k1, k1+1, k1+2).
Return Value
Type:
NurbsCurveThe Nurbs form of this edge.
Remarks See Also