ansys.meshing.prime.AutoMeshResults Last update: 17.07.2025 static AutoMeshResults.set_default(error_code=None, warning_codes=None, error_locations=None) Set the default values of the AutoMeshResults object. Parameters: error_code: ErrorCode, optional : Provides error message when automesh fails. warning_codes: List[WarningCode], optional : Warning codes associated with the operation. error_locations: Iterable[float], optional : Error location coordinates returned when automesh fails.