Click or drag to resize

ReferenceCoordinateSystem Interface

Represents the reference coordinate system object.

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

The ReferenceCoordinateSystem type exposes the following members.

Properties
 NameDescription
Public propertyCurrentTransformation Internal usage.
Top
Methods
 NameDescription
Public methodAlignTo Transforms custom coordinate system.
Public methodSetNewCoordinateSystem Sets the new coordinate system. The new coordinate system CoordinateSystem.
Public methodSetNewOrigin(Point) Defines the new origin of coordinate system.
Public methodSetNewOrigin(Vector) Shifts the new origin of coordinate system by specified vector.
Public methodSetToClamping Sets ReferenceCoordinateSystem system to clamping by name
Public methodSetToSide(String) Sets ReferenceCoordinateSystem system by side name
Public methodSetToSide(Vector) Sets ReferenceCoordinateSystem system by axis Vector of side normal.
Top
See Also