Workspace 6.21.5
|
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.
Inputs: | |||
---|---|---|---|
Type | QString | The type of MeshModelInterface to create. The list of available types is determined at run-time, depending on which plug-ins are available. | |
Existing MeshModelInterface | CSIRO::Mesh::MeshModelInterface | ||
Outputs: | |||
MeshModelInterface | CSIRO::Mesh::MeshModelInterface |