CreateMaterialPointParams#
- class 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
CreateMaterialPointParams
object with default parameters.- type: MaterialPointType, optional
Defines the type of material point.
- json_data: dict, optional
JSON dictionary to create a
CreateMaterialPointParams
object with provided parameters.
Examples
>>> create_material_point_params = prime.CreateMaterialPointParams(model = model)
Methods
Print the default values of
CreateMaterialPointParams
object.Set the default values of the
CreateMaterialPointParams
object.Attributes
Defines the type of material point.