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

3cdf2143 8d17 14d3 4b5c 22cf5563705d

haplokuon edited this page May 6, 2023 · 1 revision

ZAxis Property

netDxf 3.0.0 Library

Gets the user coordinate system z-axis direction in WCS.

Definition

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

C#

public Vector3 ZAxis { get; }

VB

Public ReadOnly Property ZAxis As Vector3
	Get

C++

public:
property Vector3 ZAxis {
	Vector3 get ();
}

F#

member ZAxis : Vector3 with get

Property Value

Vector3

See Also

Reference

UCS Class
netDxf.Tables Namespace

Clone this wiki locally