Click or drag to resize

MillTrajectory Interface

Represents the milling trajectory object.

Namespace: Woodwork.Automation
Assembly: WoodworkAutomation (in WoodworkAutomation.dll) Version: 2.1.25
Syntax
public interface MillTrajectory : Trajectory

The MillTrajectory type exposes the following members.

Properties
 NameDescription
Public propertyAllowance Gets the allowance.
Public propertyBreakthroughDepth Gets the breakthrough depth.
Public propertyClearanceDepth Gets the clearance depth.
Public propertyCornerRecess Gets the flag indicating whether the milling trajectory uses corner recess. True if the corner recess is used, or false if it not.
Public propertyCornerRecessDepth Gets the corner recess depth.
Public propertyDepth Gets the actual milling depth.
Public propertyFullDepth Gets the full milling depth. It includes tool breakthrough for the through trajectory.
Public propertyIsBlind Gets the flag indicating whether the milling trajectory is blind. True if milling operation is blind, or false if it through.
Public propertyIsClosed Gets the flag indicating whether the milling trajectory contour is closed. True if milling operation is closed, or false if it open.
Public propertyMaxStepOver Gets the maximum step over.
Public propertyMillContour Returns the collection of the objects: OrbitalLanding, leadIn Lead, MainContour and LeadOut Lead associated with the mill contour.
Public propertyPrimaryContour Gets the primary mill contour for build tool path.
Public propertySafePointDepth Gets the safe point depth.
Public propertyStepover Gets the step over.
Public propertyTrajectoryType Gets the trajectory type of TrajectoryTypeEnum.
(Inherited from Trajectory)
Top
See Also