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

CheckMeshResults.print_default()

Print the default values of CheckMeshResults.

CheckMeshResults.set_default([...])

Set the default values of CheckMeshResults.

Attributes

CheckMeshResults.error_code

Error code associated with the check grid operation.

CheckMeshResults.has_invalid_shape

Indicates whether mesh has invalid shape.

CheckMeshResults.has_left_handed_faces

Indicates whether mesh has left handed faces.

CheckMeshResults.has_non_positive_areas

Indicates whether mesh has non positive areas.

CheckMeshResults.has_non_positive_volumes

Indicates whether mesh has non positive volumes.

CheckMeshResults.warning_codes

Warning codes associated with the check grid operation.