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