This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 411
bf9a4b7f efe0 609f 9258 5b9e3f2f0f28
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Sets the user coordinate system x-axis and y-axis direction.
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