Click or drag to resize

Lead Interface

Represents the base contract for lead geometry in the woodwork automation system. A lead is a transition path that guides the tool safely into or out of a cutting operation. Leads support multiple types for different tool engagement strategies, providing smooth transitions that reduce tool shock, improve cut quality, and enable precise tool control during CNC machining operations throughout the manufacturing workflow.

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

The Lead type exposes the following members.

Properties
 NameDescription
Public propertyGeometry Returns the collection of Geometry objects composing the lead path. The geometry collection sequentially defines the complete transition path from tool approach to cutting start (lead-in) or from cutting end to tool withdrawal (lead-out).
Public propertyLeadType Returns the lead type classification as defined by LeadTypeEnum. The lead type determines the geometric path and tool engagement strategy for smooth operation transitions.
Top
See Also