FormIt C++ API  v23.0.0 (2023.0.0)
FormIt::Analysis::GBS Namespace Reference

Enumerations

enum  Status {
  Status::NOTANALYSED = 0, Status::ANALYZING = 1, Status::ANALYSED = 2, Status::WAITING_FOR_TRANSLATION = 3,
  Status::COUNT
}
 

Enumeration Type Documentation

Enumerator
NOTANALYSED 

Current model has not been analysed.

If conditions are met (projectId is present), an analysis should be triggered.

ANALYZING 

Current model is being analysed, so we should check for the simulation status.

ANALYSED 

Current model has been analysed. Now the results can be shown.

WAITING_FOR_TRANSLATION 

The translation request was sent and we are waiting for status "finished" to start the analysis.

COUNT