NurbsCurveKnotListClampEnd Method |
Clamp end knots. Does not modify control point locations.
Namespace:
Rhino.Geometry.Collections
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic bool ClampEnd(
CurveEnd end
)
Public Function ClampEnd (
end As CurveEnd
) As Boolean
Parameters
- end
- Type: Rhino.GeometryCurveEnd
Curve end to clamp.
Return Value
Type:
Booleantrue on success, false on failure.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also