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

ff36fa15 1579 ff49 6feb d47eab91ba5c

haplokuon edited this page May 6, 2023 · 1 revision

XAxis Property

netDxf 3.0.0 Library

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

Definition

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

C#

public Vector3 XAxis { get; }

VB

Public ReadOnly Property XAxis As Vector3
	Get

C++

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

F#

member XAxis : Vector3 with get

Property Value

Vector3

See Also

Reference

UCS Class
netDxf.Tables Namespace

Clone this wiki locally