T_Rhino_Geometry_Intersect_SphereSphereIntersection - mcneel/rhinocommon-api-docs GitHub Wiki

SphereSphereIntersection Enumeration

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

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

Syntax

C#

public enum SphereSphereIntersection

VB

Public Enumeration 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.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Rhino.Geometry.Intersect Namespace

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