Click or drag to resize

UCSFromXAxisAndPointOnXYplane Method

Creates a new user coordinate system from the x-axis and a point on XY plane.

Namespace:  DXFReaderNET.Tables
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public static UCS FromXAxisAndPointOnXYplane(
	string name,
	Vector3 origin,
	Vector3 xDirection,
	Vector3 pointOnPlaneXY
)

Parameters

name
Type: SystemString
User coordinate system name.
origin
Type: DXFReaderNETVector3
Origin in WCS.
xDirection
Type: DXFReaderNETVector3
X-axis direction in WCS.
pointOnPlaneXY
Type: DXFReaderNETVector3
Point on the XYplane.

Return Value

Type: UCS
A new user coordinate system.
See Also