 | 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.AutomationAssembly: WoodworkAutomation (in WoodworkAutomation.dll) Version: 10.1.0+426df26b1ad7b7c97e1fbd6e0980a0fe847fc820
SyntaxIList<PrimaryContour> PrimaryContours { get; }ReadOnly Property PrimaryContours As IList(Of PrimaryContour)
Get
Property Value
IListPrimaryContour
See Also