Eyeshot 10 WinForms API Reference
Project(Point3D) Method

WinForms Assembly > devDept.Geometry Namespace > Plane Class > Project Method : Project(Point3D) Method
The 3D point
Gets point on plane that is closest to a given point.
Syntax
'Declaration
 
Public Overloads Function Project( _
   ByVal P As Point3D _
) As Point2D
public Point2D Project( 
   Point3D P
)

Parameters

P
The 3D point

Return Value

The closest 2D point on the plane.
See Also

Reference

Plane Class
Plane Members
Overload List