Click or drag to resize

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.Automation
Assembly: WoodworkAutomation (in WoodworkAutomation.dll) Version: 10.1.0+426df26b1ad7b7c97e1fbd6e0980a0fe847fc820
Syntax
IList<CutTrajectory> Trajectories { get; }

Property Value

IListCutTrajectory
See Also