MaterialPointManager#

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

Provides functions for material point creation, deletion and queries.

Methods

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

MaterialPointManager.id

Get the id of MaterialPointManager.

MaterialPointManager.name

Get the name of MaterialPointManager.