plausibility_check#

dlubal.api.rstab.Application.plausibility_check(self, *, type, skip_warnings, model_id=None)#

Performs validation based on the specified validation type. Returns result of the operation, description of the result and possibly additional information about an error.

Parameters:
  • type (dlubal.api.common.common_messages_pb2.PlausibilityCheckType) – Specifies various validation checks that can be performed before generating a mesh, running a calculation, or verifying plausibility.

  • skip_warnings (bool) – Specifies whether to skip warnings during the calculation.

  • model_id (dlubal.api.common.model_id_pb2.ModelId | None) – Unique identifier of the model.

Return type:

OperationResult

Active model is used if this field is not set.

Returns:

dlubal.api.common.common_messages_pb2.OperationResult

Parameters:
  • type (<google.protobuf.internal.enum_type_wrapper.EnumTypeWrapper object at 0x7e511e0d4bc0>)

  • skip_warnings (bool)

  • model_id (ModelId | None)

Return type:

OperationResult


Example

rstab_app.plausibility_check()