MaterialPointManager#

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

Provides functions for material point creation, deletion and queries.

Parameters:
modelModel

Server model to create MaterialPointManager object.

idint

Id of the MaterialPointManager.

object_idint

Object id of the MaterialPointManager.

namestr

Name of the MaterialPointManager.

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.