Click or drag to resize

WorkpieceOversize Interface

Represents workpiece oversize margins in the woodwork automation system. Workpiece oversize defines additional material allowances applied in positive and negative directions on each axis (X, Y, Z) plus a sizing allowance. Oversizes compensate for material loss due to sawing, provide safety margins for precision cutting operations, and ensure final dimensions meet specifications after all manufacturing and finishing operations are complete.

Namespace: Woodwork.Automation.Macro
Assembly: WoodworkAutomation (in WoodworkAutomation.dll) Version: 10.1.0+426df26b1ad7b7c97e1fbd6e0980a0fe847fc820
Syntax
public interface WorkpieceOversize

The WorkpieceOversize type exposes the following members.

Properties
 NameDescription
Public propertyMinusX Gets the negative X-axis oversize allowance.
Public propertyMinusY Gets the negative Y-axis oversize allowance.
Public propertyMinusZ Gets the negative Z-axis oversize allowance.
Public propertyPlusX Gets the positive X-axis oversize allowance.
Public propertyPlusY Gets the positive Y-axis oversize allowance.
Public propertyPlusZ Gets the positive Z-axis oversize allowance.
Public propertySizing Gets the sizing allowance applied uniformly to all dimensions. The sizing allowance provides an additional safety margin for achieving final precision dimensions.
Top
See Also