Click or drag to resize

CoordinateSystem Interface

Represents the coordinate system object.

Namespace: Woodwork.Automation
Assembly: WoodworkAutomation (in WoodworkAutomation.dll) Version: 2.1.25
Syntax
public interface CoordinateSystem

The CoordinateSystem type exposes the following members.

Properties
 NameDescription
Public propertyName Gets the user-displayable name of this Spindle object.
Public propertyOrigin Gets or sets the origin Point of the side.
Public propertyXaxis Gets or sets the coordinate system X axis.
Public propertyYaxis Gets or sets the coordinate system Y axis.
Public propertyZaxis Gets or sets the coordinate system Z axis.
Top
Methods
 NameDescription
Public methodRotateAroundZAxis Sets the rotation around global Z axis.
Public methodShift Sets the translation matrix by vector.
Top
See Also