Plane.Intersection (Plane, Plane, out Segment3D) Method

Computes the intersection of two planes.
Public Shared Function Intersection( _ 
ByVal pln1 As Plane, _ 
ByVal pln2 As Plane, _ 
ByRef intSeg As Segment3D
) As planeIntersectionType
This language is not supported or no code example is available.
public static planeIntersectionType Intersection( 
Plane pln1
Plane pln2
out Segment3D intSeg 
)
This language is not supported or no code example is available.

Parameters

pln1
Plane

The first plane

pln2
Plane

The second plane

intSeg
Segment3D

The intersection segment (when it exists)

Return Value

planeIntersectionType

The intersection type.

.NET Framework

Supported in: 4.8

In this article

Definition