Utility.GetPlane Method

Public Shared Function GetPlane( _ 
ByVal p1 As Point3D, _ 
ByVal p2 As Point3D, _ 
ByVal p3 As Point3D, _ 
ByRef plane As Plane
) As Boolean
This language is not supported or no code example is available.
public static bool GetPlane( 
Point3D p1
Point3D p2
Point3D p3
out Plane plane 
)
This language is not supported or no code example is available.

Parameters

p1
Point3D

p2
Point3D

p3
Point3D

plane
Plane

Return Value

bool

.NET Framework

Supported in: 4.8

In this article

Definition