DeleteMeshResults#
- class ansys.meshing.prime.DeleteMeshResults(model=None, error_code=None, json_data=None, **kwargs)#
Results structure associated with delete mesh on topofaces.
- Parameters:
- model: Model
Model to create a
DeleteMeshResults
object with default parameters.- error_code: ErrorCode, optional
Error code associated with the failure of operation.
This is a beta parameter. The behavior and name may change in the future.
- json_data: dict, optional
JSON dictionary to create a
DeleteMeshResults
object with provided parameters.
Examples
>>> delete_mesh_results = prime.DeleteMeshResults(model = model)
Methods
Print the default values of
DeleteMeshResults
object.DeleteMeshResults.set_default
([error_code])Set the default values of the
DeleteMeshResults
object.Attributes
Error code associated with the failure of operation.