CADability dotNET
Returns the 3D GeoVector corresponding to the given GeoVector in the coordinate system of the plane.

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

Syntax

C#
public GeoVector ToGlobal(
	GeoVector v
)
Visual Basic
Public Function ToGlobal ( _
	v As GeoVector _
) As GeoVector
Visual C++
public:
GeoVector ToGlobal(
	GeoVector v
)

Parameters

v
Type: CADability..::..GeoVector
a vector in the coordinate system of the plane

Return Value

a 3D vector in the global coordinate system

See Also