Click or drag to resize

DrillTrajectory Interface

Represents the drilling trajectory object.

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

The DrillTrajectory type exposes the following members.

Properties
 NameDescription
Public propertyBottomCoverExists Gets the flag indicating whether the bottom cover exists. True if bottom cover exists, or false if it not.
Public propertyBreakthroughDepth Gets the hole breakthrough depth.
Public propertyDepth Gets the actual hole depth.
Public propertyFullDepth Gets the full drilling depth. It includes tool breakthrough for the through hole.
Public propertyGeometry Returns the collection of the Geometry objects associated with the trajectory.///
Public propertyIsHoleBlind Gets the flag indicating whether the drilling trajectory is blind. True if drilling trajectory is blind, or false if it through.
Public propertyTopCoverExists Gets the flag indicating whether the top cover exists. True if top cover exists, or false if it not.
Public propertyTrajectoryType Gets the trajectory type of TrajectoryTypeEnum.
(Inherited from Trajectory)
Top
See Also