CADability dotNET
Returns the point as expressed in the coordinate system of this plane

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

Syntax

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

Parameters

p
Type: CADability..::..GeoPoint
point (in the global system)

Return Value

point in the local system of this plane

See Also