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
ff36fa15 1579 ff49 6feb d47eab91ba5c
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets the user coordinate system x-axis direction in WCS.
Namespace: netDxf.Tables
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public Vector3 XAxis { get; }VB
Public ReadOnly Property XAxis As Vector3
GetC++
public:
property Vector3 XAxis {
Vector3 get ();
}F#
member XAxis : Vector3 with get