MaterialPointManager
Last update: 17.07.2025class ansys.meshing.prime.MaterialPointManager(model, id, object_id, name)
Provides functions for material point creation, deletion and queries.
-
Parameters: model : Server model to create MaterialPointManager object.
id : Id of the MaterialPointManager.
object_id : Object id of the MaterialPointManager.
name : Name of the MaterialPointManager.
Methods
| Name | Description |
|---|---|
MaterialPointManager.create_material_point(...) |
Creates a material point at the given coordinates. |
MaterialPointManager.delete_material_point(name) |
Deletes material point identified with the given name. |
Attributes
| Name | Description |
|---|---|
MaterialPointManager.id |
Get the id of MaterialPointManager. |
MaterialPointManager.name |
Get the name of MaterialPointManager. |