GetObjectIdListRequest#
Attribute Name |
Data Type |
Description |
|---|---|---|
object_type |
The type of objects to retrieve. To get all object ids, omit it. |
|
parent_no |
int |
Unique identifier of the parent object. Omit this parameter if the object type does not have a parent or you want to get result for all parent objects. |
model_id |
Unique identifier of the model. If not specified, the active model is used. |
Associated Data Types
BaseDataRequest#
GlobalSettingsTreeTable#
Attribute Name |
Data Type |
Description |
|---|---|---|
rows |
List[GlobalSettingsRow] |
GlobalSettingsRow#
Attribute Name |
Data Type |
Description |
|---|---|---|
key |
str |
|
caption |
str |
|
symbol |
str |
|
value |
||
unit |
str |
|
rows |
List[GlobalSettingsRow] |
GetDesignSettingsRequest#
Attribute Name |
Data Type |
Description |
|---|---|---|
addon |
||
model_id |
Unique identifier of the model. Active model is used if this field is not set. |
SetDesignSettingsRequest#
Attribute Name |
Data Type |
Description |
|---|---|---|
addon |
||
global_settings_tree_table |
||
model_id |
Unique identifier of the model. Active model is used if this field is not set. |
HasResultsRequest#
Attribute Name |
Data Type |
Description |
|---|---|---|
loading |
Allowed types: OBJECT_TYPE_CONSTRUCTION_STAGE, OBJECT_TYPE_DESIGN_SITUATION, OBJECT_TYPE_LOAD_CASE, OBJECT_TYPE_LOAD_COMBINATION, OBJECT_TYPE_RESULT_COMBINATION |
|
model_id |
Unique identifier of the model. Active model is used if this field is not set. |
GetResultContourRequest#
Attribute Name |
Data Type |
Description |
|---|---|---|
results_type |
||
contour_type |
||
filters |
List[ResultsFilter] |
|
model_id |
Unique identifier of the model. Active model is used if this field is not set. |
GetResultTableRequest#
Attribute Name |
Data Type |
Description |
|---|---|---|
table |
||
loading |
Allowed types: OBJECT_TYPE_CONSTRUCTION_STAGE, OBJECT_TYPE_DESIGN_SITUATION, OBJECT_TYPE_LOAD_CASE, OBJECT_TYPE_LOAD_COMBINATION, OBJECT_TYPE_RESULT_COMBINATION |
|
model_id |
Unique identifier of the model. Active model is used if this field is not set. |
|
member_axes_system |
Specifies Member Axes System of the results |
|
support_coordinate_system |
Specifies Support Coordinate System of the results |
CalculateSpecificRequest#
SetMeshSettingsRequest#
Attribute Name |
Data Type |
Description |
|---|---|---|
mesh_settings |
||
model_id |
Unique identifier of the model. Active model is used if this field is not set. |
GenerateMeshRequest#
Attribute Name |
Data Type |
Description |
|---|---|---|
skip_warnings |
bool |
Specifies whether to skip warnings during the generation mesh. |
model_id |
Unique identifier of the model. Active model is used if this field is not set. |
CreatePrintoutReportRequest#
Attribute Name |
Data Type |
Description |
|---|---|---|
name |
str |
Name of the new printout report. |
load_from_template |
str |
Name of the template used to create the new printout report. If not specified, the printout report is created without a template. |
model_id |
Unique identifier of the model. Active model is used if this field is not set. |
PrintoutReportInfo#
Attribute Name |
Data Type |
Description |
|---|---|---|
id |
int |
|
name |
str |
PrintoutReportInfoList#
Attribute Name |
Data Type |
Description |
|---|---|---|
printout_report_info |
List[PrintoutReportInfo] |
SaveModelAsRequest#
Attribute Name |
Data Type |
Description |
|---|---|---|
model_id |
Unique identifier of the model Active model is used if this field is not set. |
|
path |
str |
Path to the model |
results |
bool |
When enabled, the model is saved together with the calculated results |
fe_mesh |
bool |
When enabled, the model is saved together with the FE Mesh |
printout_reports |
bool |
When enabled, the printout reports are saved |
MoveObjectsRequest#
Attribute Name |
Data Type |
Description |
|---|---|---|
objects |
||
direction_through |
||
displacement_vector |
||
axis |
||
coordinate_system |
int |
|
create_copy |
bool |
|
number_of_steps |
int |
|
spacing |
float |
|
copy_including_loading |
bool |
|
copy_including_imperfections |
bool |
|
connect_lines_members_surfaces |
bool |
RotateObjectsRequest#
Attribute Name |
Data Type |
Description |
|---|---|---|
objects |
||
rotation_angle |
float |
|
rotation_axis |
||
point_1 |
||
point_2 |
||
axis |
||
coordinate_system |
int |
|
create_copy |
bool |
|
number_of_steps |
int |
|
copy_including_loading |
bool |
|
copy_including_imperfections |
bool |
|
connect_lines_members_surfaces |
bool |
|
rotate_local_coordinate_systems_of_lines_members |
bool |
|
adjust_loading_nodal_loads |
bool |
MirrorObjectsRequest#
Attribute Name |
Data Type |
Description |
|---|---|---|
objects |
||
mirroring_type |
||
point_1 |
||
point_2 |
||
point_3 |
||
plane |
||
coordinate_system |
int |
|
create_copy |
bool |
|
copy_including_loading |
bool |
|
copy_including_imperfections |
bool |
|
connect_lines_members_surfaces |
bool |
|
rotate_local_coordinate_systems_of_lines_members |
bool |
|
adjust_loading_nodal_loads |
bool |
GetObjectTableRequest#
Attribute Name |
Data Type |
Description |
|---|---|---|
object_type |
||
model_id |
Unique identifier of the model. Active model is used if this field is not set. |
|
use_current_units |
bool |
Identifier whether user defined or SI units are used to represent values |
return_formulas |
bool |
Identifier whether the formulas should be returned instead of values |
loading |
Identifier of the load case used to scope the table content. Allowed types: OBJECT_TYPE_LOAD_CASE. |