CADability dotNET

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

Syntax

C#
public bool IsAngle { get; set; }
Visual Basic
Public Property IsAngle As Boolean
	Get
	Set
Visual C++
public:
property bool IsAngle {
	bool get ();
	void set (bool value);
}

Field Value

The vector should be interpreted as an angle (IsAngle==true) or as a direction (IsAngle==false). For an angle there is no vector length, i.e. the length will always be 1 (unit vector). The PropertyDisplay will only display a single value (the angle in the drawing plane), the subentries will contain two angles: drawingplane angle and elevation from drawing plane

See Also