Skip to content

T_Rhino_Geometry_Intersect_LineCircleIntersection

Will Pearson edited this page Aug 12, 2016 · 2 revisions

LineCircleIntersection Enumeration

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

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

Syntax

C#

public enum LineCircleIntersection

VB

Public Enumeration LineCircleIntersection

Members

 

Member name Value Description
None 0 No intersections.
Single 1 One intersection.
Multiple 2 Two intersections.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Rhino.Geometry.Intersect Namespace

Clone this wiki locally