T_Rhino_Geometry_Intersect_LineCylinderIntersection - mcneel/rhinocommon-api-docs GitHub Wiki

LineCylinderIntersection Enumeration

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

Namespace: Rhino.Geometry.Intersect
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public enum LineCylinderIntersection

VB

Public Enumeration LineCylinderIntersection

Members

 

Member name Value Description
None 0 No intersections.
Single 1 One intersection.
Multiple 2 Two intersections.
Overlap 3 Line lies on cylinder.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Rhino.Geometry.Intersect Namespace

⚠️ **GitHub.com Fallback** ⚠️