SoilMassif#
Attribute Name |
Data Type |
Description |
---|---|---|
no |
int |
Object number |
type |
Type |
|
user_defined_name_enabled |
bool |
User-defined name enabled |
name |
str |
Name |
assigned_to_type |
Assigned to Type |
|
assigned_to_boreholes |
List[int] |
Assigned to Boreholes |
assigned_to_solids |
List[int] |
Assigned to Solids |
assigned_to_solid_sets |
List[int] |
Assigned to Solid Sets |
assigned_to_solids_and_solid_sets |
str |
Assigned to Solids and Solid Sets |
topology_type |
Topology type |
|
depth_according_to_boreholes |
bool |
Depth according to boreholes |
diameter_for_circle_topology |
float |
Diameter for circle topology | D |
boundary_lines_for_polygon_topology |
List[int] |
Boundary lines for polygon topology |
center_x |
float |
Center X | X_c |
center_y |
float |
Center Y | Y_c |
size_x |
float |
Size Size X | a |
size_y |
float |
Size Y | b |
size_z |
float |
Size Z | ΔZ |
rotation_about_z |
float |
Rotation about Z |
groundwater |
bool |
Groundwater |
groundwater_surface |
int |
Groundwater Surface |
analysis_type |
Analysis type |
|
mapped_mesh_under_surfaces |
bool |
Mapped mesh under surfaces |
surfaces_for_mapped_mesh |
List[int] |
Surfaces for mapped mesh |
user_defined_gradient_enabled |
bool |
User-defined gradient enabled |
gradient_of_size_increase_in_depth |
float |
Gradient of size increase in depth |
rock_beneath_last_layer |
bool |
Rock beneath the last layer |
depth_of_influence_zone_type |
Type of depth of influence zone |
|
depth_of_influence_zone |
float |
Depth of influence zone | h |
comment |
str |
Comment |
id_for_export_import |
str |
|
metadata_for_export_import |
str |
Associated Enums#
Type#
Name |
---|
TYPE_PHANTOM |
TYPE_STANDARD |
AssignedToType#
Name |
---|
ASSIGNED_TO_TYPE_BOREHOLES |
ASSIGNED_TO_TYPE_SOIL_SOLIDS |
TopologyType#
Name |
---|
TOPOLOGY_TYPE_RECTANGLE |
TOPOLOGY_TYPE_CIRCLE |
TOPOLOGY_TYPE_POLYGON |
TOPOLOGY_TYPE_POLYGON_FROM_POINTS |
AnalysisType#
Name |
---|
ANALYSIS_TYPE_FINITE_ELEMENT_METHOD |
ANALYSIS_TYPE_CONSTRAINED_MODULUS_METHOD |
ANALYSIS_TYPE_SUBGRADE_REACTION_MODEL |
DepthOfInfluenceZoneType#
Name |
---|
DEPTH_OF_INFLUENCE_ZONE_TYPE_MANUALLY |
DEPTH_OF_INFLUENCE_ZONE_TYPE_AUTOMATICALLY |