M_Rhino_Geometry_Intersect_Intersection_PlanePlanePlane - mcneel/rhinocommon-api-docs GitHub Wiki
Intersects three planes to find the single point they all share.
Namespace: Rhino.Geometry.Intersect
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public static bool PlanePlanePlane(
Plane planeA,
Plane planeB,
Plane planeC,
out Point3d intersectionPoint
)
VB
Public Shared Function PlanePlanePlane (
planeA As Plane,
planeB As Plane,
planeC As Plane,
<OutAttribute> ByRef intersectionPoint As Point3d
) As Boolean
- planeA
- Type: Rhino.Geometry.Plane
First plane for intersection. - planeB
- Type: Rhino.Geometry.Plane
Second plane for intersection. - planeC
- Type: Rhino.Geometry.Plane
Third plane for intersection. - intersectionPoint
- Type: Rhino.Geometry.Point3d
Point where all three planes converge.
Type: Boolean
true on success, false on failure. If at least two out of the three planes are parallel or coincident, failure is assumed.
Supported in: 6.0.16224.21491, 5D58w