AutoMeshResults#

class ansys.meshing.prime.AutoMeshResults(model=None, error_code=None, warning_codes=None, error_locations=None, json_data=None, **kwargs)#

Results of volume meshing.

Methods

AutoMeshResults.print_default()

Print the default values of AutoMeshResults.

AutoMeshResults.set_default([error_code, ...])

Set the default values of AutoMeshResults.

Attributes

AutoMeshResults.error_code

Provides error message when automesh fails.

AutoMeshResults.error_locations

Error location coordinates returned when automesh fails.

AutoMeshResults.warning_codes

Warning codes associated with the operation.