CADability dotNET
Returns a 3D point in the world coordinate system corresponding to the given 2D point in the active drawing plane.

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

Syntax

C#
public GeoPoint WorldPoint(
	GeoPoint2D p
)
Visual Basic
Public Function WorldPoint ( _
	p As GeoPoint2D _
) As GeoPoint
Visual C++
public:
GeoPoint WorldPoint(
	GeoPoint2D p
)

Parameters

p
Type: CADability..::..GeoPoint2D
2D point in the drawing plane

Return Value

3D point in the world coordinate system

See Also