Plane.Project (Point3D) Method

Gets point on plane that is closest to a given point.
Public Function Project( _ 
ByVal P As Point3D
) As Point2D
This language is not supported or no code example is available.
public Point2D Project( 
Point3D P 
)
This language is not supported or no code example is available.

Parameters

P
Point3D

The 3D point

Return Value

Point2D

The closest 2D point on the plane.

.NET Framework

Supported in: 4.8

In this article

Definition