CheckMeshResults#
- class ansys.meshing.prime.CheckMeshResults(model=None, 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, json_data=None, **kwargs)#
Result associated with the check mesh operation.
Methods
Print the default values of CheckMeshResults.
CheckMeshResults.set_default
([...])Set the default values of CheckMeshResults.
Attributes
Error code associated with the check grid operation.
Indicates whether mesh has invalid shape.
Indicates whether mesh has left handed faces.
Indicates whether mesh has non positive areas.
Indicates whether mesh has non positive volumes.
Warning codes associated with the check grid operation.