Plane.Project (Point3D, out Double, out Double) Method

Gets point on plane that is closest to a given point.
Public Sub Project( _ 
ByVal P As Point3D, _ 
ByRef s As Double, _ 
ByRef t As Double
)
This language is not supported or no code example is available.
public void Project( 
Point3D P
out double s
out double t 
)
This language is not supported or no code example is available.

Parameters

P
Point3D

The 3D point

s
double

The s parameter of the closest point on the plane

t
double

The t parameter of the closest point on the plane

.NET Framework

Supported in: 4.8

In this article

Definition