LineCylinderIntersection Enumeration

LineCylinderIntersection Enumeration

Represents all possible cases of a Line|Cylinder intersection event.

Namespace:  Rhino.Geometry.Intersect
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public enum LineCylinderIntersection
Public Enumeration LineCylinderIntersection
Members
  Member nameValueDescription
None0 No intersections.
Single1 One intersection.
Multiple2 Two intersections.
Overlap3 Line lies on cylinder.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also