M_Rhino_Geometry_Intersect_Intersection_PlaneSphere - mcneel/rhinocommon-api-docs GitHub Wiki
Intersects a plane with a sphere using exact calculations.
Namespace: Rhino.Geometry.Intersect
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
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
- plane
- Type: Rhino.Geometry.Plane
Plane to intersect. - sphere
- Type: Rhino.Geometry.Sphere
Sphere to intersect. - intersectionCircle
- Type: Rhino.Geometry.Circle
Intersection result.
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.
Supported in: 6.0.16224.21491, 5D58w