Click or drag to resize

NestingOperationTrajectories Property

Returns the collection of NestTrajectory objects associated with the nesting operation. Each trajectory represents a distinct part instance's manufacturing sequence including lead-in, main contour cutting, bridge cutting for maintaining part integrity, and lead-out movements. Multiple trajectories enable coordinated multi-part production with optimized positioning and minimal material waste.

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

Property Value

IListNestTrajectory
See Also