CADability dotNET
Returns the u/v position of the given point. It is assumed that the point is on the surface, if not the result is undetermined.

Namespace: CADability.GeoObject
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
GeoPoint2D PositionOf(
	GeoPoint p
)
Visual Basic
Function PositionOf ( _
	p As GeoPoint _
) As GeoPoint2D
Visual C++
GeoPoint2D PositionOf(
	GeoPoint p
)

Parameters

p
Type: CADability..::..GeoPoint
point

Return Value

position

See Also