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

1dcccbe5 8dd3 27aa 5db2 52d7d82e75c0

haplokuon edited this page May 6, 2023 · 1 revision

YAxis Property

netDxf 3.0.0 Library

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

Definition

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

C#

public Vector3 YAxis { get; }

VB

Public ReadOnly Property YAxis As Vector3
	Get

C++

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

F#

member YAxis : Vector3 with get

Property Value

Vector3

See Also

Reference

UCS Class
netDxf.Tables Namespace

Clone this wiki locally