M_Rhino_Geometry_Intersect_Intersection_SphereSphere - mcneel/rhinocommon-api-docs GitHub Wiki

Intersection.SphereSphere Method

Intersects two spheres using exact calculations.

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

Syntax

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

Parameters

 

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.

Return Value

Type: SphereSphereIntersection
The intersection type.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Intersection Class
Rhino.Geometry.Intersect Namespace

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