Skip to content

SphereSphereIntersection

Public Enum

Represents all possible cases of a Sphere|Sphere intersection event.

Namespace: Rhino.Geometry.Intersect

Assembly: RhinoCommon (in RhinoCommon.dll)

**Since:**5.0

Syntax

public enum SphereSphereIntersection

Members

Member name

Value

Description


None

0

Spheres do not intersect.


Point

1

Spheres touch at a single point.


Circle

2

Spheres intersect at a circle.


Overlap

3

Spheres are identical.