visualize_3d_borehole_field API Reference
geoloop.geoloopcore.pygfield_ana.visualize_3d_borehole_field
Produce a simple 3D matplotlib visualization of a borehole field.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
borefield
|
list
|
List of boreholes, each itself a list of segments defined by (x_start, y_start, z_start, x_end, y_end, z_end, tilt, orientation). |
required |
Returns:
| Type | Description |
|---|---|
Figure
|
The resulting 3D figure. |