Terrain#

Attribute Name

Data Type

Description

no

int

User ID

type

TerrainType

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

TerrainTerrainTable

Terrain coordinates

id_for_export_import

str

metadata_for_export_import

str

Associated Data Types#

TerrainTerrainTable#

Attribute Name

Data Type

Description

rows

List[TerrainTerrainTableRow]

TerrainTerrainTableRow#

Attribute Name

Data Type

Description

no

int

description

str

global_x

float

global_y

float

global_z

float

Associated Enums#

TerrainType#

Name

TERRAIN_TYPE_UNKNOWN

TERRAIN_TYPE_BOREHOLES

TERRAIN_TYPE_HORIZONTAL_PLANE

TERRAIN_TYPE_INCLINED_PLANE

TERRAIN_TYPE_NO_TERRAIN

TERRAIN_TYPE_TABLE