Surface.ClosestPointTo (Point3D, out Double, out Double) Method

Finds the closest point on the surface.
Public Sub ClosestPointTo( _ 
ByVal P As Point3D, _ 
ByRef u As Double, _ 
ByRef v As Double
)
This language is not supported or no code example is available.
public void ClosestPointTo( 
Point3D P
out double u
out double v 
)
This language is not supported or no code example is available.

Parameters

P
Point3D

The 3D point to project

u
double

The U parametric coordinate of the closest point on surface to P

v
double

The V parametric coordinate of the closest point on surface to P

Remarks
 
It also checks the trimloops, so that the result is always on the surface.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition