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 |
boundary_points_for_polygon_topology |
Boundary points for polygon topology |
|
center_x |
float |
Center X | X_c |
center_y |
float |
Center Y | Y_c |
size |
Size |
|
size_x |
float |
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 |
generate_supports_for_surfaces |
List[int] |
Generate supports for surfaces No. |
auto_detect_surfaces_for_generated_supports |
bool |
Auto-detect surfaces for generated supports |
generate_supports_for |
Generate supports for |
|
contact_failure_in_z_direction |
bool |
Contact failure under tension in z-direction |
spring_constant_ux |
float |
Spring constant in X-direction | C_u,X |
spring_constant_uy |
float |
Spring constant in Y-direction | C_u,Y |
depth_of_influence_zone_type |
Type of depth of influence zone |
|
depth_of_influence_zone |
float |
Depth of influence zone | h |
rock_beneath_last_layer |
bool |
Rock beneath the last layer |
is_interlayer_surface_settings_enabled |
bool |
Enable interlayer surface settings |
number_of_sampling_points_x |
int |
Number of sampling points in x-direction | n_x |
number_of_sampling_points_y |
int |
Number of sampling points in y-direction | n_y |
solid_layers_by_fe_solids |
bool |
Soil layers by FE solids |
settlement_causing_stress |
Settlement-causing stress |
|
stress_ratio_for_limit_depth |
float |
Stress ratio for limit depth |
reduction_coefficient |
float |
Coefficient |
comment |
str |
Comment |
id_for_export_import |
str |
|
metadata_for_export_import |
str |
Associated Data Types
BoundaryPointsForPolygonTopologyTable#
Attribute Name |
Data Type |
Description |
---|---|---|
rows |
BoundaryPointsForPolygonTopologyRow#
Attribute Name |
Data Type |
Description |
---|---|---|
no |
int |
|
description |
str |
|
x |
float |
|
y |
float |
|
z |
float |
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_ADVANCED_HALF_SPACE_METHOD |
ANALYSIS_TYPE_SUBGRADE_REACTION_MODEL |
GenerateSupportsFor#
Name |
---|
GENERATE_SUPPORTS_FOR_SURFACES_LINES_NODES |
GENERATE_SUPPORTS_FOR_SURFACES |
GENERATE_SUPPORTS_FOR_SURFACES_LINES |
DepthOfInfluenceZoneType#
Name |
---|
DEPTH_OF_INFLUENCE_ZONE_TYPE_MANUALLY |
DEPTH_OF_INFLUENCE_ZONE_TYPE_AUTOMATICALLY |
SettlementCausingStress#
Name |
---|
SETTLEMENT_CAUSING_STRESS_NO_REDUCTION |
SETTLEMENT_CAUSING_STRESS_REDUCTION_GLOBAL |
SETTLEMENT_CAUSING_STRESS_REDUCTION_MATERIAL_BASED |