Click or drag to resize

MacroClamping Interface

Represents the clamping for a macro in the woodwork automation system. Macro clamping extends the coordinate system with clamping-specific information, providing access to the clamping corner location and the coordinate system origin and axes. The clamping system defines workpiece securing strategy and clamping-specific transformations necessary for safe and accurate positioning during macro manufacturing operations.

Namespace: Woodwork.Automation.Macro
Assembly: WoodworkAutomation (in WoodworkAutomation.dll) Version: 10.2.1+e3fd5885edfa7211ba46258e0eed5ac221a54381
Syntax
public interface MacroClamping : CoordinateSystem

The MacroClamping type exposes the following members.

Properties
 NameDescription
Public propertyCorner Returns the clamping corner location as defined by ClampingCornerEnum. The corner determines the reference point for clamping positioning and workpiece alignment.
Public propertyOrigin Returns the origin that defines the reference point and axis directions for this coordinate system. The origin provides the anchor point and three directional vectors (X, Y, Z axes) that establish the complete spatial reference frame for manufacturing operations.
(Inherited from CoordinateSystem)
Top
See Also