menu
RhinoCommon API
search
search
V8 and older
arrow_drop_down
new_releases
wb_sunny
RhinoCommon documentation has a new look. The old site can still be found
here
.
Close
home
/
Rhino.Geometry
/
CurveEnd
CurveEnd enum
Defines the extremes of a curve through a flagged enumeration.
Derived Classes:
Namespace:
Rhino.Geometry
CurveEnd:
references
keyboard_arrow_down
Values (4)
None = 0
Not the start nor the end.
Start = 1
The frontal part of the curve.
End = 2
The tail part of the curve.
Both = 3
Both the start and the end of the curve.
Nothing found