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
31f5f9e1 1336 5b2f dfa4 3ca1b945b941
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Unit Z vector.
Namespace: netDxf
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public static Vector4 UnitZ { get; }VB
Public Shared ReadOnly Property UnitZ As Vector4
GetC++
public:
static property Vector4 UnitZ {
Vector4 get ();
}F#
static member UnitZ : Vector4 with get