Click or drag to resize

PockTrajectoryMiddleRemovalContours Property

Returns the collection of MainContour objects that define the intermediate material removal phases for the pocketing operation. Middle removal contours manage progressive depth engagement and step-over patterns to efficiently clear material from the pocket interior while maintaining tool safety and controlling cutting forces. Each contour in the collection represents a distinct intermediate cutting pass between initial roughing and final finishing operations.

Namespace: Woodwork.Automation
Assembly: WoodworkAutomation (in WoodworkAutomation.dll) Version: 10.2.1+e3fd5885edfa7211ba46258e0eed5ac221a54381
Syntax
IList<MainContour> MiddleRemovalContours { get; }

Property Value

IListMainContour
See Also