Skip to content
This repository was archived by the owner on Oct 11, 2023. It is now read-only.

86d0677a 4c13 d67c e762 534f9cef9f68

haplokuon edited this page May 6, 2023 · 1 revision

UnitZ Property

netDxf 3.0.0 Library

Unit Z vector.

Definition

Namespace: netDxf
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public static Vector3 UnitZ { get; }

VB

Public Shared ReadOnly Property UnitZ As Vector3
	Get

C++

public:
static property Vector3 UnitZ {
	Vector3 get ();
}

F#

static member UnitZ : Vector3 with get

Property Value

Vector3

See Also

Reference

Vector3 Structure
netDxf Namespace

Clone this wiki locally