Click or drag to resize

CuttingParameters Interface

Represents cutting parameters in the woodwork automation system. Cutting parameters define the operational characteristics and motion speeds for cutting operations, including spindle rotation speed and various tool feedrates for different phases of the cutting sequence. These parameters optimize tool performance, material removal efficiency, and edge quality throughout the woodwork CNC cutting workflow.

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

The CuttingParameters type exposes the following members.

Properties
 NameDescription
Public propertyCuttingFeedrate Gets the tool cutting feedrate during the main cutting phase.
Public propertyDirectLandingFeedrate Gets the tool feedrate for vertical plunge (direct landing) into the material.
Public propertyLeadInFeedrate Gets the tool feedrate during the lead-in transition phase approaching the main cutting path.
Public propertyLeadOutFeedrate Gets the tool feedrate during the lead-out transition phase exiting the cutting path.
Public propertyOrbitalLandingFeedrate Gets the tool feedrate for orbital (spiral) landing into the material. The spiral approach reduces cutting shock and improves surface finish during tool engagement.
Public propertySpeed Gets the spindle rotation speed in revolutions per minute (rpm).
Public propertyWithdrawalFeedrate Gets the tool feedrate for withdrawing from the material.
Top
See Also