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
DeleteMeshResultsobject 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
DeleteMeshResultsobject with provided parameters.
Examples
>>> delete_mesh_results = prime.DeleteMeshResults(model = model)
Methods
Print the default values of
DeleteMeshResultsobject.DeleteMeshResults.set_default([error_code])Set the default values of the
DeleteMeshResultsobject.Attributes
Error code associated with the failure of operation.