Click or drag to resize

PockTrajectoryPrimaryContours Property

Returns the collection of PrimaryContour objects that define the primary pocket boundary geometry and cutting path. Primary contours specify the pocket shape (rectangular, circular, or variant geometry), tool offset strategy, and geometric boundaries required for precise feature definition. Each contour in the collection represents a distinct pocket boundary or feature within the overall pocketing trajectory.

Namespace: Woodwork.Automation
Assembly: WoodworkAutomation (in WoodworkAutomation.dll) Version: 14.5.1+cea593b982d79fcd8924a2e3fdf7aefc7fb02118
Syntax
IList<PrimaryContour> PrimaryContours { get; }

Property Value

IListPrimaryContour
See Also