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

562f2952 859d c9e4 469f f5edf5564f6a

haplokuon edited this page May 6, 2023 · 1 revision

UCS(String, Vector3, Vector3, Vector3) Constructor

netDxf 3.0.0 Library

Initializes a new instance of the UCS class.

Definition

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

Parameters

  String
User coordinate system name.
  Vector3
Origin in WCS.
  Vector3
X-axis direction in WCS.
  Vector3
Y-axis direction in WCS.

Remarks

The x-axis direction and y-axis direction must be perpendicular.

See Also

Reference

UCS Class
UCS Overload
netDxf.Tables Namespace

Clone this wiki locally