Utility.GetPlanarIntersectionProfile Method

Public Shared Function GetPlanarIntersectionProfile( _ 
ByVal plane As Plane, _ 
ByVal min As Point3D, _ 
ByVal max As Point3D, _ 
ByRef onTheSameSide As Boolean
) As List(Of Point3D)
This language is not supported or no code example is available.
public static List<Point3D> GetPlanarIntersectionProfile( 
Plane plane
Point3D min
Point3D max
out bool onTheSameSide 
)
This language is not supported or no code example is available.

Parameters

plane
Plane

min
Point3D

max
Point3D

onTheSameSide
bool

Return Value

List<Point3D>

.NET Framework

Supported in: 4.8

In this article

Definition