Borehole#
Attribute Name |
Data Type |
Description |
---|---|---|
no |
int |
Object number |
type |
Type |
|
user_defined_name_enabled |
bool |
User-defined name enabled |
name |
str |
Name |
coordinate_0 |
float |
Coordinates Coordinates | X |
coordinate_1 |
float |
Coordinates | Y |
coordinate_2 |
float |
Coordinates | Z |
import_coordinate_z_from_terrain |
bool |
Import coordinate Z from terrain |
groundwater |
bool |
Groundwater |
groundwater_ordinate |
float |
Groundwater ordinate | Z |
layers_table |
Layers table |
|
layers_thickness_sum |
float |
Sum of layer thicknesses | ∑t |
comment |
str |
Comment |
id_for_export_import |
str |
|
metadata_for_export_import |
str |
Associated Data Types#
BoreholeLayersTable#
Attribute Name |
Data Type |
Description |
---|---|---|
rows |
List[BoreholeLayersTableRow] |
BoreholeLayersTableRow#
Attribute Name |
Data Type |
Description |
---|---|---|
no |
int |
|
description |
str |
|
layer_no |
int |
|
soil_material |
int |
|
thickness |
float |
|
bottom_ordinate |
float |
Associated Enums#
BoreholeType#
Name |
---|
BOREHOLE_TYPE_PHANTOM |
BOREHOLE_TYPE_STANDARD |