CreateMaterialPointResults
Last update: 17.07.2025class 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
CreateMaterialPointResultsobject 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
CreateMaterialPointResultsobject with provided parameters.
Examples
>>> create_material_point_results = prime.CreateMaterialPointResults(model = model)
Methods
| Name | Description |
|---|---|
CreateMaterialPointResults.print_default() |
Print the default values of CreateMaterialPointResults object. |
CreateMaterialPointResults.set_default([id, ...]) |
Set the default values of the CreateMaterialPointResults object. |
Attributes
| Name | Description |
|---|---|
CreateMaterialPointResults.assigned_name |
Assigned name of the material point created. |
CreateMaterialPointResults.error_code |
Error code associated with create material point operation. |
CreateMaterialPointResults.id |
Id of the material point created. |
CreateMaterialPointResults.warning_codes |
Warning codes associated with create material point operation. |