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 |
common.ModelId |
Unique identifier of the model. If not specified, the active model is used. |
Associated Data Types
BaseDataRequest#
Attribute Name |
Data Type |
Description |
---|---|---|
base_data |
BaseData |
|
model_id |
common.ModelId |
Unique identifier of the model. If not specified, the active model is used. |
GetResultTableRequest#
Attribute Name |
Data Type |
Description |
---|---|---|
table |
results.ResultTable |
|
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 |
common.ModelId |
Unique identifier of the model. Active model is used if this field is not set. |
CalculateSpecificRequest#
Attribute Name |
Data Type |
Description |
---|---|---|
loadings |
List[ObjectId] |
Unique identifier of the loading. |
skip_warnings |
bool |
Specifies whether to skip warnings during the calculation. |
model_id |
common.ModelId |
Unique identifier of the model. Active model is used if this field is not set. |