Workspace 6.21.5
|
Returns information about a MeshModel's state data, such as the names of each of its states. The operation also allows the user to check for a list of node states that are expected to be on the model.
Inputs: | |||
---|---|---|---|
Mesh model | CSIRO::Mesh::MeshModelInterface | ||
Sort names | bool | Sort the state names alphabetically. | |
Ordered list of expected node states | QStringList | A list of node states assumed to be on the input MeshModelInterface. If any one of the listed states does not exist, the operation will output the names. of those missing. | |
Outputs: | |||
Node states | QStringList | ||
Element states | QStringList | ||
Entries in expected node states that weren't found | QStringList | A list of node states that weren't found on the model. For use with the Ordered list of expected node states input. |