CADability dotNET
Returns a 3D vector in the world coordinate system corresponding to the given angle in the active drawing plane.

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

Syntax

C#
public GeoVector WorldDirection(
	Angle a
)
Visual Basic
Public Function WorldDirection ( _
	a As Angle _
) As GeoVector
Visual C++
public:
GeoVector WorldDirection(
	Angle a
)

Parameters

a
Type: CADability..::..Angle
Angle of the requested direction

Return Value

Direction vector of the angle a

See Also