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.2.1+e3fd5885edfa7211ba46258e0eed5ac221a54381
Syntax
IList<CutTrajectory> Trajectories { get; }

Property Value

IListCutTrajectory
See Also