Workspace 6.21.5
MeshModelStateInfo

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.

  • Default label: "MeshModel state info"
  • Member of plug-in: Mesh
  • Catalogue path: Mesh
Inputs:
Mesh modelCSIRO::Mesh::MeshModelInterface

Sort namesboolSort the state names alphabetically.
Ordered list of expected node statesQStringList

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 statesQStringList

Element statesQStringList

Entries in expected node states that weren't foundQStringList

A list of node states that weren't found on the model. For use with the Ordered list of expected node states input.