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