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 407
562f2952 859d c9e4 469f f5edf5564f6a
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Initializes a new instance of the UCS
class.
Namespace: netDxf.Tables
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public UCS(
string name,
Vector3 origin,
Vector3 xDirection,
Vector3 yDirection
)
VB
Public Sub New (
name As String,
origin As Vector3,
xDirection As Vector3,
yDirection As Vector3
)
C++
public:
UCS(
String^ name,
Vector3 origin,
Vector3 xDirection,
Vector3 yDirection
)
F#
new :
name : string *
origin : Vector3 *
xDirection : Vector3 *
yDirection : Vector3 -> UCS
- String
- User coordinate system name.
- Vector3
- Origin in WCS.
- Vector3
- X-axis direction in WCS.
- Vector3
- Y-axis direction in WCS.
The x-axis direction and y-axis direction must be perpendicular.