TopoUtilities#

class ansys.meshing.prime.TopoUtilities(model, part_id)#

Performs various general topology utility algorithms. For example, fill hole.

Parameters:
modelModel

Server model to create TopoUtilities object.

part_idint

Id of the part.

Methods

TopoUtilities.fill_hole(topo_edges, params)

Fill holes bounded by given topoedges.