    

 ## On this page

  

 

 # ansys.meshing.prime.CheckMeshResults

 Last update: 17.07.2025 

#### *static* CheckMeshResults.set\_default(has\_non\_positive\_volumes=None, has\_non\_positive\_areas=None, has\_invalid\_shape=None, has\_left\_handed\_faces=None, error\_code=None, warning\_codes=None)

Set the default values of the `CheckMeshResults` object.

- **Parameters:****has\_non\_positive\_volumes: bool, optional**: Indicates whether mesh has non positive volumes.
    
    **has\_non\_positive\_areas: bool, optional**: Indicates whether mesh has non positive areas.
    
    **has\_invalid\_shape: bool, optional**: Indicates whether mesh has invalid shape.
    
    **has\_left\_handed\_faces: bool, optional**: Indicates whether mesh has left handed faces.
    
    **error\_code: ErrorCode, optional**: Error code associated with the check grid operation.
    
    **warning\_codes: List\[WarningCode\], optional**: Warning codes associated with the check grid operation.