Workspace 6.21.5
CreateMeshModelInterface

As described in the meshing overview documentation, the MeshModelInterface data type can have different underlying implementations depending on what operations or widgets it is going to be used with. The CreateMeshModelInterface operation allows users to create an empty MeshModelInterface object of their desired type, which they can then feed into a mesh reader operation (e.g. SelectableMeshReader) and have it populated by that reader. Note that not all operations support all of the formats available - some are very specific about the implementations that they work with.

  • Default label: "Create MeshModelInterface"
  • Member of plug-in: Mesh
  • Catalogue path: Mesh
Inputs:
TypeQStringThe type of MeshModelInterface to create. The list of available types is determined at run-time, depending on which plug-ins are available.
Existing MeshModelInterfaceCSIRO::Mesh::MeshModelInterface

Outputs:
MeshModelInterfaceCSIRO::Mesh::MeshModelInterface