This repository was archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 438
1dcccbe5 8dd3 27aa 5db2 52d7d82e75c0
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets the user coordinate system y-axis direction in WCS.
Namespace: netDxf.Tables
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public Vector3 YAxis { get; }VB
Public ReadOnly Property YAxis As Vector3
GetC++
public:
property Vector3 YAxis {
Vector3 get ();
}F#
member YAxis : Vector3 with get