AutoMesh#

class ansys.meshing.prime.AutoMesh(model)#

Generates volume mesh.

Performs volume meshing using various volume meshing algorithms. For example, with prisms.

Parameters:
modelModel

Server model to create AutoMesh object.

Methods

AutoMesh.mesh(part_id, automesh_params)

Performs volume meshing on the part with the given meshing parameters.