Plane.CreateFromPoints Method

Creates the plane from three non collinear points.
Public Function CreateFromPoints( _ 
ByVal P As Point3D, _ 
ByVal Q As Point3D, _ 
ByVal R As Point3D
) As Boolean
This language is not supported or no code example is available.
public bool CreateFromPoints( 
Point3D P
Point3D Q
Point3D R 
)
This language is not supported or no code example is available.

Parameters

P
Point3D

First point (Origin)

Q
Point3D

Second point (X axis)

R
Point3D

Third point (Y axis)

Return Value

bool

.NET Framework

Supported in: 4.8

In this article

Definition