Click or drag to resize

Spacial.CreateCoordinateSystem Method

Creates the CoordinateSystem object.

Namespace: Woodwork.Automation
Assembly: WoodworkAutomation (in WoodworkAutomation.dll) Version: 2.1.25
Syntax
CoordinateSystem CreateCoordinateSystem(
	string name,
	Point origin,
	Vector xAxis,
	Vector yAxis,
	Vector zAxis
)

Parameters

name  String
The name of coordinate system.
origin  Point
The point of origin.
xAxis  Vector
The vector of X axis.
yAxis  Vector
The vector of Y axis.
zAxis  Vector
The vector of Z axis.

Return Value

CoordinateSystem
See Also