 | CutOperationTrajectories Property |
Returns the collection of
CutTrajectory objects associated with the cutting operation.
Each trajectory represents a distinct cutting movement sequence including main cut trajectories
(lead-in, cut, lead-out) and optional scoring cut trajectories (lead-in, scoring, lead-out),
defining the complete cutting strategy for the operation.
Namespace: Woodwork.AutomationAssembly: WoodworkAutomation (in WoodworkAutomation.dll) Version: 10.2.1+e3fd5885edfa7211ba46258e0eed5ac221a54381
SyntaxIList<CutTrajectory> Trajectories { get; }ReadOnly Property Trajectories As IList(Of CutTrajectory)
Get
Property Value
IListCutTrajectory
See Also