Click or drag to resize

SizeByClamping Interface

Represents size and allowance values calculated based on the clamping configuration in the woodwork automation system. Size by clamping defines workpiece or manufacturing area dimensions dynamically determined by clamping system positioning. It includes primary dimensions (length, width, thickness) and directional allowance margins (min/max X and Y) that account for material constraints imposed by the specific clamping setup, enabling accurate modeling of available material for operations.

Namespace: Woodwork.Automation
Assembly: WoodworkAutomation (in WoodworkAutomation.dll) Version: 14.5.1+cea593b982d79fcd8924a2e3fdf7aefc7fb02118
Syntax
public interface SizeByClamping

The SizeByClamping type exposes the following members.

Properties
 NameDescription
Public propertyAllowanceMaxX Gets the maximum allowance margin in the positive X direction.
Public propertyAllowanceMaxY Gets the maximum allowance margin in the positive Y direction.
Public propertyAllowanceMinX Gets the minimum allowance margin in the negative X direction.
Public propertyAllowanceMinY Gets the minimum allowance margin in the negative Y direction.
Public propertyCalibrationSize Gets the calibration size adjustment value applied to account for material wear or machine calibration offsets.
Public propertyLength Gets the length dimension calculated for the clamping configuration.
Public propertyThickness Gets the thickness (height) dimension calculated for the clamping configuration.
Public propertyWidth Gets the width dimension calculated for the clamping configuration.
Top
See Also