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

904cec76 c2fc 25f2 a7b3 c9b7817b885e

haplokuon edited this page May 6, 2023 · 1 revision

Origin Property

netDxf 3.0.0 Library

Gets or sets the block origin in world coordinates, it is recommended to always keep this value to the default Vector3.Zero.

Definition

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

C#

public Vector3 Origin { get; set; }

VB

Public Property Origin As Vector3
	Get
	Set

C++

public:
property Vector3 Origin {
	Vector3 get ();
	void set (Vector3 value);
}

F#

member Origin : Vector3 with get, set

Property Value

Vector3

See Also

Reference

Block Class
netDxf.Blocks Namespace

Clone this wiki locally