delete_material_point#
- MaterialPointManager.delete_material_point(name)#
Deletes material point identified with the given name.
- Parameters:
- name
str
Name of the material point to be deleted.
- name
- Returns:
DeleteMaterialPointResults
Returns the DeleteMaterialPointResults.
- Return type:
Examples
>>> client = prime.launch_prime() >>> model = client.model >>> results = model.material_point_data.delete_material_point("fluid")