M_Rhino_Geometry_Collections_NurbsCurveKnotList_ClampEnd - mcneel/rhinocommon-api-docs GitHub Wiki
Clamp end knots. Does not modify control point locations.
Namespace: Rhino.Geometry.Collections
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public bool ClampEnd(
CurveEnd end
)
VB
Public Function ClampEnd (
end As CurveEnd
) As Boolean
- end
- Type: Rhino.Geometry.CurveEnd
Curve end to clamp.
Type: Boolean
true on success, false on failure.
Supported in: 6.0.16224.21491, 5D58w
NurbsCurveKnotList Class
Rhino.Geometry.Collections Namespace