Click or drag to resize

Clamping Interface

Represents a clamping system in the woodwork automation system. A clamping system secures workpieces on the CNC machine during manufacturing operations. It maintains the type of material being clamped (part or workpiece), clamping corner location, and the collection of sides and operations associated with the clamped configuration, enabling safe and precise positioning throughout the manufacturing workflow.

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

The Clamping type exposes the following members.

Properties
 NameDescription
Public propertyClampingBodyType Returns the clamping body type as defined by ClampingBodyTypeEnum. The type determines whether the clamping operates on a part or workpiece with specific cover and oversize configurations.
Public propertyClampingCorner Returns the clamping corner location as defined by ClampingCornerEnum.
Public propertyName Gets the user-displayable name of the clamping system.
Public propertyOperations Returns the collection of Operation objects associated with the clamping configuration. Each operation represents a manufacturing task to be performed on the clamped part/workpiece.
Public propertyPart Returns the Part or workpiece being clamped, depending on the clamping type configuration. The part/workpiece provides dimensional and material context for clamping positioning and operations.
Public propertySides Returns the collection of Side objects associated with the clamping configuration. Each side represents a machining surface available for operations within this clamping setup.
Top
See Also