Surface.Project (Point3D, out Point2D) Method

Projects a point on the surface.
Public Function Project( _ 
ByVal P As Point3D, _ 
ByRef proj As Point2D
) As Boolean
This language is not supported or no code example is available.
public bool Project( 
Point3D P
out Point2D proj 
)
This language is not supported or no code example is available.

Parameters

P
Point3D

The 3D point to project

proj
Point2D

The parametric position of the projection on surface to P

Return Value

bool

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition