set_default#
- static CreateMaterialPointResults.set_default(id=None, assigned_name=None, error_code=None, warning_codes=None)#
Set the default values of the
CreateMaterialPointResults
object.- 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.