M_Rhino_Geometry_Intersect_Intersection_PlanePlane - mcneel/rhinocommon-api-docs GitHub Wiki
Intersects two planes and return the intersection line. If the planes are parallel or coincident, no intersection is assumed.
Namespace: Rhino.Geometry.Intersect
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public static bool PlanePlane(
Plane planeA,
Plane planeB,
out Line intersectionLine
)
VB
Public Shared Function PlanePlane (
planeA As Plane,
planeB As Plane,
<OutAttribute> ByRef intersectionLine As Line
) As Boolean
- planeA
- Type: Rhino.Geometry.Plane
First plane for intersection. - planeB
- Type: Rhino.Geometry.Plane
Second plane for intersection. - intersectionLine
- Type: Rhino.Geometry.Line
If this function returns true, the intersectionLine parameter will return the line where the planes intersect.
Type: Boolean
true on success, false on failure.
Supported in: 6.0.16224.21491, 5D58w