M_Rhino_Geometry_Intersect_Intersection_PlanePlane - mcneel/rhinocommon-api-docs GitHub Wiki

Intersection.PlanePlane Method

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

Syntax

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

Parameters

 

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.

Return Value

Type: Boolean
true on success, false on failure.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Intersection Class
Rhino.Geometry.Intersect Namespace

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