CreateMaterialPointParams
Last update: 20.02.2026class ansys.meshing.prime.CreateMaterialPointParams(model=None, type=None, json_data=None, **kwargs)
Defines parameters to create material point.
-
Parameters:
model: Model : Model to create a
CreateMaterialPointParamsobject with default parameters.type: MaterialPointType, optional : Defines the type of material point.
json_data: dict, optional : JSON dictionary to create a
CreateMaterialPointParamsobject with provided parameters.
Examples
>>> create_material_point_params = prime.CreateMaterialPointParams(model = model)
Methods
| Name | Description |
|---|---|
CreateMaterialPointParams.print_default() |
Print the default values of CreateMaterialPointParams object. |
CreateMaterialPointParams.set_default([type]) |
Set the default values of the CreateMaterialPointParams object. |
Attributes
| Name | Description |
|---|---|
CreateMaterialPointParams.type |
Defines the type of material point. |