Click or drag to resize

DrillTrajectory Properties

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