Click or drag to resize

UCS Constructor (String, Vector3, Vector3, Vector3)

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of the UCS class.

Namespace:  netDxf.Tables
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public UCS(
	string name,
	Vector3 origin,
	Vector3 xDirection,
	Vector3 yDirection
)
Request Example View Source

Parameters

name
Type: SystemString
User coordinate system name.
origin
Type: netDxfVector3
Origin in WCS.
xDirection
Type: netDxfVector3
X-axis direction in WCS.
yDirection
Type: netDxfVector3
Y-axis direction in WCS.
Remarks
The x-axis direction and y-axis direction must be perpendicular.
See Also