GetObjectIdListRequest#

Attribute Name

Data Type

Description

object_type

ObjectType

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

ModelId

Unique identifier of the model. If not specified, the active model is used.

BaseDataRequest#

Attribute Name

Data Type

Description

base_data

BaseData

model_id

ModelId

Unique identifier of the model. If not specified, the active model is used.

HasResultsRequest#

Attribute Name

Data Type

Description

loading

ObjectId

Allowed types: OBJECT_TYPE_CONSTRUCTION_STAGE, OBJECT_TYPE_DESIGN_SITUATION, OBJECT_TYPE_LOAD_CASE, OBJECT_TYPE_LOAD_COMBINATION, OBJECT_TYPE_RESULT_COMBINATION

model_id

ModelId

Unique identifier of the model. Active model is used if this field is not set.

GetResultTableRequest#

Attribute Name

Data Type

Description

table

ResultTable

loading

ObjectId

Allowed types: OBJECT_TYPE_CONSTRUCTION_STAGE, OBJECT_TYPE_DESIGN_SITUATION, OBJECT_TYPE_LOAD_CASE, OBJECT_TYPE_LOAD_COMBINATION, OBJECT_TYPE_RESULT_COMBINATION

model_id

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

ModelId

Unique identifier of the model. Active model is used if this field is not set.