RhinoCommon API
IntersectionPlaneSphere Method |
Intersects a plane with a sphere using exact calculations.
Namespace: Rhino.Geometry.Intersect
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 5.0

public static PlaneSphereIntersection PlaneSphere( Plane plane, Sphere sphere, out Circle intersectionCircle )
Public Shared Function PlaneSphere ( plane As Plane, sphere As Sphere, <OutAttribute> ByRef intersectionCircle As Circle ) As PlaneSphereIntersection
Parameters
- plane
- Type: Rhino.GeometryPlane
Plane to intersect. - sphere
- Type: Rhino.GeometrySphere
Sphere to intersect. - intersectionCircle
- Type: Rhino.GeometryCircle
Intersection result.
Return Value
Type: PlaneSphereIntersectionIf None is returned, the intersectionCircle has a radius of zero and the center point is the point on the plane closest to the sphere.
