CADability dotNET
Gets the orientation of this ModOp. True means orientation is preserved (e.g. lefthanded), false means orientation is reversed (lefthanded to righthanded and vice versa).

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

Syntax

C#
public bool Oriented { get; }
Visual Basic
Public ReadOnly Property Oriented As Boolean
	Get
Visual C++
public:
property bool Oriented {
	bool get ();
}

See Also