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

bf9a4b7f efe0 609f 9258 5b9e3f2f0f28

haplokuon edited this page May 6, 2023 · 1 revision

SetAxis Method

netDxf 3.0.0 Library

Sets the user coordinate system x-axis and y-axis direction.

Definition

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

C#

public void SetAxis(
	Vector3 xDirection,
	Vector3 yDirection
)

VB

Public Sub SetAxis ( 
	xDirection As Vector3,
	yDirection As Vector3
)

C++

public:
void SetAxis(
	Vector3 xDirection, 
	Vector3 yDirection
)

F#

member SetAxis : 
        xDirection : Vector3 * 
        yDirection : Vector3 -> unit 

Parameters

  Vector3
X-axis direction in WCS.
  Vector3
Y-axis direction in WCS.

See Also

Reference

UCS Class
netDxf.Tables Namespace

Clone this wiki locally