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

Projects a point on the surface. The point must already lay on the surface.
Public Overridable Function PointInversion( _ 
ByVal P As Point3D, _ 
ByVal coincTol As Double, _ 
ByRef u As Double, _ 
ByRef v As Double
) As Boolean
This language is not supported or no code example is available.
public virtual bool PointInversion( 
Point3D P
double coincTol
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

coincTol
double

Relevant only when P lays on the surface. When the distance between P and its projection is smaller then this value, the projection is considered succesful.

u
double

The U parametric coordinate of the projection on surface to P

v
double

The V parametric coordinate of the projection on surface to P

Return Value

bool

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition