Skip to main content

Prime Mesh Python client library 2025 R2 SP04

MaterialPointManager

Last update: 20.02.2026

class ansys.meshing.prime.MaterialPointManager(model, id, object_id, name)

Provide 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.

Connect with Ansys