Click or drag to resize

GrooveTrajectory Interface

Represents a groove trajectory in the woodwork automation system. A groove trajectory defines the complete movement sequence for a grooving operation, including tool engagement, groove cutting execution, and tool disengagement with specific depth and width parameters. Groove trajectories manage the grooving path geometry and optional cleaning pass support to ensure precise groove creation with clean surfaces and consistent geometry in CNC grooving operations.

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

The GrooveTrajectory type exposes the following members.

Properties
 NameDescription
Public propertyDepth Gets the actual grooving depth defining how deep the groove is cut into the material.
Public propertyGroovePath Returns the GroovePath containing the complete grooving sequence. The groove path includes lead-in, main groove cutting, optional cleaning pass, and lead-out segments organized with offset direction and cleaning pass configuration for precise groove geometry.
Public propertyPrimaryPath Returns the PrimarySawPath defining the primary saw blade cutting bounds. The primary path establishes the overall geometric boundaries and safe cutting area for the saw blade, ensuring the blade operates within machine and material constraints during grooving.
Public propertyTrajectoryType Returns the trajectory type classification as defined by TrajectoryTypeEnum. Supported types include: DrillTrajectory (hole making), MillTrajectory (milling paths), PocketTrajectory (pocket creation), CutTrajectory (cutting operations), GrooveTrajectory (groove creation), NestingTrajectory (nesting optimization), CalibrationTrajectory (mill calibration), and CutCalibrationTrajectory (cut calibration). The trajectory type determines the operational characteristics and available parameters for the specific manufacturing operation.
(Inherited from Trajectory)
Public propertyWidth Gets the groove cutting width or kerf dimension defining the groove's width.
Top
See Also