Click or drag to resize

CutPaths Interface

Represents a collection of cutting paths in the woodwork automation system. Cut paths collection organizes coordinated cutting operations including main cut and optional scoring cut sequences. Together, these paths define the complete cutting strategy for a manufacturing process, enabling complex multi-step cutting strategies to be managed as a unified operation while maintaining clean edges and precise dimensions throughout the woodwork CNC machining workflow.

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

The CutPaths type exposes the following members.

Properties
 NameDescription
Public propertyMainPath Returns the main CutPath defining the primary cutting operation. The main path includes the primary cutting contour with its lead-in and lead-out sequences, determining the core shape and dimensions produced by the cutting operation.
Public propertyPrimaryPath Returns the primary saw blade cut bounds as a PrimarySawPath. The primary path defines the overall geometric boundaries and safe cutting area for the saw blade, ensuring the saw blade operates within machine and material constraints.
Public propertyScoringPath Returns the optional scoring CutPath that precedes the main cut. The scoring path creates a shallow pre-cut groove that reduces tear-out and improves edge quality on the exit side of the cutting operation. Scoring is optional and depends on material and application requirements.
Top
See Also