Click or drag to resize

DrillTrajectory Interface

Represents a drilling trajectory in the woodwork automation system. A drill trajectory defines the complete movement sequence for a drilling operation, including approach, penetration, and retraction movements with specific depth parameters and cover detection. Drill trajectories ensure precise hole placement and proper depth control while accounting for material margins (top and bottom covers) to maintain dimensional accuracy in CNC drilling operations.

Namespace: Woodwork.Automation
Assembly: WoodworkAutomation (in WoodworkAutomation.dll) Version: 10.1.0+426df26b1ad7b7c97e1fbd6e0980a0fe847fc820
Syntax
public interface DrillTrajectory : Trajectory

The DrillTrajectory type exposes the following members.

Properties
 NameDescription
Public propertyBottomCoverExists Gets a value indicating whether a bottom cover (material margin) exists below the hole location. Returns true if a bottom cover exists, or false if there is no bottom cover.
Public propertyBreakthroughDepth Gets the breakthrough depth that defines tool penetration beyond the hole bottom.
Public propertyDepth Gets the actual hole depth to be drilled in the material.
Public propertyFullDepth Gets the full drilling depth including tool breakthrough for through holes. This includes any penetration beyond the material surface necessary for complete hole formation.
Public propertyGeometry Returns the collection of Geometry objects defining the hole location and geometric path.
Public propertyIsHoleBlind Gets a value indicating whether the drilling trajectory creates a blind hole. Returns true if the drilling trajectory is blind (partial penetration), or false if it is through (complete penetration).
Public propertyTopCoverExists Gets a value indicating whether a top cover (surface margin) exists above the hole location. Returns true if a top cover exists, or false if there is no top cover.
Public propertyTrajectoryType Returns the trajectory type classification as defined by TrajectoryTypeEnum. Supported types include: DrillTrajectory (hole making), MillTrajectory (milling paths), PocketTrajectory (pocket creation), CutTrajectory (cutting operations), GrooveTrajectory (groove creation), NestingTrajectory (nesting optimization), CalibrationTrajectory (mill calibration), and CutCalibrationTrajectory (cut calibration). The trajectory type determines the operational characteristics and available parameters for the specific manufacturing operation.
(Inherited from Trajectory)
Top
See Also