Gets the user coordinate system x-axis direction in WCS.
Namespace:
DXFReaderNET.Tables
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public Vector3 XAxis { get; }
Public ReadOnly Property XAxis As Vector3
Get
public:
property Vector3 XAxis {
Vector3 get ();
}
member XAxis : Vector3 with get
PROPERTY XAxis AS Vector3 GET
Property Value
Type:
Vector3See Also