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

7b40523a 949c 1c04 ffd4 3cf65736d99b

haplokuon edited this page May 6, 2023 · 1 revision

UnitY Property

netDxf 3.0.0 Library

Unit Y vector.

Definition

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

C#

public static Vector3 UnitY { get; }

VB

Public Shared ReadOnly Property UnitY As Vector3
	Get

C++

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

F#

static member UnitY : Vector3 with get

Property Value

Vector3

See Also

Reference

Vector3 Structure
netDxf Namespace

Clone this wiki locally