DeleteMaterialPointResults
Last update: 10.09.2025class ansys.meshing.prime.DeleteMaterialPointResults(model=None, error_code=None, json_data=None, **kwargs)
Results associated with delete material point operation.
-
Parameters:
model: Model : Model to create a
DeleteMaterialPointResultsobject with default parameters.error_code: ErrorCode, optional : Error code associated with the failure of operation.
json_data: dict, optional : JSON dictionary to create a
DeleteMaterialPointResultsobject with provided parameters.
Examples
>>> delete_material_point_results = prime.DeleteMaterialPointResults(model = model)
Methods
| Name | Description |
|---|---|
DeleteMaterialPointResults.print_default() |
Print the default values of DeleteMaterialPointResults object. |
DeleteMaterialPointResults.set_default([...]) |
Set the default values of the DeleteMaterialPointResults object. |
Attributes
| Name | Description |
|---|---|
DeleteMaterialPointResults.error_code |
Error code associated with the failure of operation. |