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.2.1+e3fd5885edfa7211ba46258e0eed5ac221a54381
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