Click or drag to resize

MillTrajectoryMillContour Property

Returns the collection of the objects: OrbitalLanding, leadIn Lead, MainContour and LeadOut Lead associated with the mill contour.

Namespace: Woodwork.Automation
Assembly: WoodworkAutomation (in WoodworkAutomation.dll) Version: 2.1.25
Syntax
MainContour MillContour { get; }

Return Value

MainContour

JavaScript
// How to iterate over a mill contour objects
  var orbitalLanding = millContour.OrbitalLanding;
  var leadIn = millContour.LeadIn;
  var contour = millContour.MainContour;
  var leadOut = millContour.LeadOut;

See Also