M_Rhino_Geometry_Intersect_Intersection_PlaneSphere - mcneel/rhinocommon-api-docs GitHub Wiki

Intersection.PlaneSphere Method

Intersects a plane with a sphere using exact calculations.

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

Syntax

C#

public static PlaneSphereIntersection PlaneSphere(
	Plane plane,
	Sphere sphere,
	out Circle intersectionCircle
)

VB

Public Shared Function PlaneSphere ( 
	plane As Plane,
	sphere As Sphere,
	<OutAttribute> ByRef intersectionCircle As Circle
) As PlaneSphereIntersection

Parameters

 

plane
Type: Rhino.Geometry.Plane
Plane to intersect.
sphere
Type: Rhino.Geometry.Sphere
Sphere to intersect.
intersectionCircle
Type: Rhino.Geometry.Circle
Intersection result.

Return Value

Type: PlaneSphereIntersection
If None is returned, the intersectionCircle has a radius of zero and the center point is the point on the plane closest to the sphere.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Intersection Class
Rhino.Geometry.Intersect Namespace

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