Click or drag to resize

UCSFromXAxisAndPointOnXYplane Method

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Creates a new user coordinate system from the x-axis and a point on XY plane.

Namespace:  netDxf.Tables
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public static UCS FromXAxisAndPointOnXYplane(
	string name,
	Vector3 origin,
	Vector3 xDirection,
	Vector3 pointOnPlaneXY
)
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.
pointOnPlaneXY
Type: netDxfVector3
Point on the XYplane.

Return Value

Type: UCS
A new user coordinate system.
See Also