Click or drag to resize

SpacialCreateCoordinateSystem Method

Creates a CoordinateSystem object with the specified origin and axis vectors.

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

Parameters

name  String
The user-displayable name of the coordinate system.
origin  Point
The Point defining the anchor location of the coordinate system.
xAxis  Vector
The Vector defining the X-axis direction (primary horizontal).
yAxis  Vector
The Vector defining the Y-axis direction (secondary horizontal).
zAxis  Vector
The Vector defining the Z-axis direction (vertical).

Return Value

CoordinateSystem
A new CoordinateSystem object with the specified configuration.
See Also