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