ImportFluentMeshingMeshResults#
- class ansys.meshing.prime.ImportFluentMeshingMeshResults(model=None, error_code=None, new_parts_created=None, json_data=None, **kwargs)#
Results associated with fluent meshing mesh import.
- Parameters:
- model: Model
Model to create a
ImportFluentMeshingMeshResults
object with default parameters.- error_code: ErrorCode, optional
Error code associated with the failure of operation.
- new_parts_created: Iterable[int], optional
Ids of new parts created for each file unreferenced fluent meshing mesh zones.
- json_data: dict, optional
JSON dictionary to create a
ImportFluentMeshingMeshResults
object with provided parameters.
Examples
>>> import_fluent_meshing_mesh_results = prime.ImportFluentMeshingMeshResults(model = model)
Methods
Print the default values of
ImportFluentMeshingMeshResults
object.Set the default values of the
ImportFluentMeshingMeshResults
object.Attributes
Error code associated with the failure of operation.
Ids of new parts created for each file unreferenced fluent meshing mesh zones.