RhinoCommon API
IntersectionSphereSphere Method |
Intersects two spheres using exact calculations.
Namespace: Rhino.Geometry.Intersect
Assembly: RhinoCommon (in RhinoCommon.dll)

public static SphereSphereIntersection SphereSphere( Sphere sphereA, Sphere sphereB, out Circle intersectionCircle )
Public Shared Function SphereSphere ( sphereA As Sphere, sphereB As Sphere, <OutAttribute> ByRef intersectionCircle As Circle ) As SphereSphereIntersection
Parameters
- sphereA
- Type: Rhino.GeometrySphere
First sphere to intersect. - sphereB
- Type: Rhino.GeometrySphere
Second sphere to intersect. - intersectionCircle
- Type: Rhino.GeometryCircle
If intersection is a point, then that point will be the center, radius 0.
Return Value
Type: SphereSphereIntersectionThe intersection type.

Rhino for Mac
Supported in: 5.4Rhino for Windows
Supported in: 6.14