CADability dotNET
Returns the vector 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 GeoVector ToLocal(
	GeoVector v
)
Visual Basic
Public Function ToLocal ( _
	v As GeoVector _
) As GeoVector
Visual C++
public:
GeoVector ToLocal(
	GeoVector v
)

Parameters

v
Type: CADability..::..GeoVector
vector (in the global system)

Return Value

vector in the local system of this plane

See Also