CreateMaterialPointResults#
- class ansys.meshing.prime.CreateMaterialPointResults(model=None, id=None, assigned_name=None, error_code=None, warning_codes=None, json_data=None, **kwargs)#
Results structure associated with create material point operation.
- Parameters:
- model: Model
Model to create a
CreateMaterialPointResults
object with default parameters.- id: int, optional
Id of the material point created.
- assigned_name: str, optional
Assigned name of the material point created.
- error_code: ErrorCode, optional
Error code associated with create material point operation.
- warning_codes: List[WarningCode], optional
Warning codes associated with create material point operation.
- json_data: dict, optional
JSON dictionary to create a
CreateMaterialPointResults
object with provided parameters.
Examples
>>> create_material_point_results = prime.CreateMaterialPointResults(model = model)
Methods
Print the default values of
CreateMaterialPointResults
object.CreateMaterialPointResults.set_default
([id, ...])Set the default values of the
CreateMaterialPointResults
object.Attributes
Assigned name of the material point created.
Error code associated with create material point operation.
Id of the material point created.
Warning codes associated with create material point operation.