M_Rhino_Geometry_Intersect_Intersection_SphereSphere - mcneel/rhinocommon-api-docs GitHub Wiki
Intersects two spheres using exact calculations.
Namespace: Rhino.Geometry.Intersect
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public static SphereSphereIntersection SphereSphere(
Sphere sphereA,
Sphere sphereB,
out Circle intersectionCircle
)
VB
Public Shared Function SphereSphere (
sphereA As Sphere,
sphereB As Sphere,
<OutAttribute> ByRef intersectionCircle As Circle
) As SphereSphereIntersection
- sphereA
- Type: Rhino.Geometry.Sphere
First sphere to intersect. - sphereB
- Type: Rhino.Geometry.Sphere
Second sphere to intersect. - intersectionCircle
- Type: Rhino.Geometry.Circle
If intersection is a point, then that point will be the center, radius 0.
Type: SphereSphereIntersection
The intersection type.
Supported in: 6.0.16224.21491, 5D58w