 | SpacialCreateCoordinateSystem Method |
Namespace: Woodwork.AutomationAssembly: WoodworkAutomation (in WoodworkAutomation.dll) Version: 10.1.0+426df26b1ad7b7c97e1fbd6e0980a0fe847fc820
SyntaxCoordinateSystem CreateCoordinateSystem(
string name,
Point origin,
Vector xAxis,
Vector yAxis,
Vector zAxis
)
Function CreateCoordinateSystem (
name As String,
origin As Point,
xAxis As Vector,
yAxis As Vector,
zAxis As Vector
) As CoordinateSystem
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
CoordinateSystemA new
CoordinateSystem object with the specified configuration.
See Also