 | 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.1.0+426df26b1ad7b7c97e1fbd6e0980a0fe847fc820
SyntaxIList<CutTrajectory> Trajectories { get; }ReadOnly Property Trajectories As IList(Of CutTrajectory)
Get
Property Value
IListCutTrajectory
See Also