Terrain#

Attribute Name

Data Type

Description

no

int

User ID

type

Type

Terrain Type

comment

str

Comment

bounding_box_offset_x

float

Bounding box offset in X | X

bounding_box_offset_y

float

Bounding box offset in Y | Y

center_of_terrain_z

float

Center of terrain Z | Z_0

rotation_around_Z

float

Rotation around Z | β

consider_boreholes

bool

Consider boreholes

coordinate_system

int

Coordinate system

terrain_table

TerrainTable

Terrain coordinates

id_for_export_import

str

metadata_for_export_import

str

Associated Data Types#

TerrainTable#

Attribute Name

Data Type

Description

rows

List[TerrainTableRow]

TerrainTableRow#

Attribute Name

Data Type

Description

no

int

description

str

global_x

float

global_y

float

global_z

float

Associated Enums#

Type#

Name

TYPE_UNKNOWN

TYPE_BOREHOLES

TYPE_HORIZONTAL_PLANE

TYPE_INCLINED_PLANE

TYPE_NO_TERRAIN

TYPE_TABLE