Click or drag to resize

Workpiece Interface

Represents a workpiece in the woodwork automation system. A workpiece defines the physical material being processed by the CNC machine, including its dimensions, material properties, and positioning parameters. Workpieces establish the baseline geometry and constraints that govern all manufacturing operations, and specify how material allowances and covers are applied during the manufacturing workflow.

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

The Workpiece type exposes the following members.

Properties
 NameDescription
Public propertyLength Gets the length dimension of the workpiece.
Public propertyOversize Returns the oversize allowances applied to the workpiece. The oversize provides material margins in positive and negative directions for each axis (X, Y, Z) plus a sizing allowance, compensating for material loss due to sawing and enabling precision in final dimensions.
Public propertyThickness Gets the thickness dimension of the workpiece.
Public propertyType Returns the workpiece type classification as defined by WorkpieceTypeEnum. The workpiece type determines how oversize margins, covers, and sizing are applied during manufacturing.
Public propertyWidth Gets the width dimension of the workpiece.
Top
See Also