 | PockTrajectoryPrimaryContoursWithDownEdgeOffset Property |
Returns the collection of
PrimaryContour objects that define the primary pocket boundary geometry with down-edge offset applied.
Down-edge offset contours manage undercut geometry and edge feature variations by offsetting the tool path along vertical surfaces within the pocket.
Each contour in the collection applies offset compensation to create undercuts, edge details, or geometric variations required for complex cavity features.
Namespace: Woodwork.AutomationAssembly: WoodworkAutomation (in WoodworkAutomation.dll) Version: 10.1.0+426df26b1ad7b7c97e1fbd6e0980a0fe847fc820
SyntaxIList<PrimaryContour> PrimaryContoursWithDownEdgeOffset { get; }ReadOnly Property PrimaryContoursWithDownEdgeOffset As IList(Of PrimaryContour)
Get
Property Value
IListPrimaryContour
See Also