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.1.0+426df26b1ad7b7c97e1fbd6e0980a0fe847fc820
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