CADability dotNET
Returns the coordinate system corresponding to this plane. The z-axis of the coordinate system is the normal vector of this plane (always right handed)

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

Syntax

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

See Also