CADability dotNET
Inverse to the appropriate Project(GeoPoint) method. 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(
	GeoPoint2D p
)
Visual Basic
Public Function ToGlobal ( _
	p As GeoPoint2D _
) As GeoPoint
Visual C++
public:
GeoPoint ToGlobal(
	GeoPoint2D p
)

Parameters

p
Type: CADability..::..GeoPoint2D
2d point in the local system of this plane

Return Value

3d point in the global coordinate system

See Also