create drill path
The create drill path module allows you to interactively create a complex drill path with multiple segments.
Each segment can be defined by one of three methods:
- Continue Straight: Continue for the specified total length along the current direction (or Initial Drill Direction if just starting).
- Target Coordinate: Begin deviating with a specified segment length and maximum angle of change per segment until you reach the specified (X, Y, Z) coordinate.
- Move to Heading: Begin deviating with a specified segment length and maximum angle of change per segment until you reach the specified heading and dip.
Ports
| Direction | Name | Type | Description |
|---|---|---|---|
| Output | Output Field | Field | The created drill path field. |
| Output | DrillPath | Renderable | A renderable object displaying the drill path. |
Properties
| Property | Type | Description |
|---|---|---|
| Allow Run | Boolean | This toggle can prevent the module from running, allowing the user to make changes to large data sets without waiting for updates. |
| Execute | Button | This button will force the module to run even if the Allow Run toggle has been turned off, allowing the user to make a number of changes before updating. |
| Initial Drill Position | Coordinate 3D | The starting point of the drill path. |
| Initial Drill Direction | Heading/Dip | The heading and dip of the initial drill direction. |
| Max Length | Double | The maximum length will prevent users from creating lines that cannot reach their target. |
| Segment List | Segments | The list of line segments to create. |
| Boring Name | String | The boring name is used when exporting the created drill path as an APDV file. |
| Output Units | String | The output units used when exporting the created drill path as an APDV file. |
| Export As APDV | File | Export the line as an APDV file with data associated with distance down the line. |
| Export As TXT | File | Export the line as a tab-delimited file with data associated with distance down the line. |