CADability dotNET
Inverse to the appropriate ToLocal(GeoPoint) method. The given point is assumed in the coordinate ststem of this plane. Returns the point in the global coordinate system.

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

Syntax

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

Parameters

p
Type: CADability..::..GeoPoint
point in the plane coordinate system

Return Value

point in the global coordinate system

See Also