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

3ef92227 5c0b f356 dade 4310d7c2e440

haplokuon edited this page May 6, 2023 · 1 revision

UnitX Property

netDxf 3.0.0 Library

Unit X vector.

Definition

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

C#

public static Vector3 UnitX { get; }

VB

Public Shared ReadOnly Property UnitX As Vector3
	Get

C++

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

F#

static member UnitX : Vector3 with get

Property Value

Vector3

See Also

Reference

Vector3 Structure
netDxf Namespace

Clone this wiki locally