MeshInfo#

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

MeshInfo provides information about the mesh connectivity and more.

Mesh connectivity information is used in graphics rendering.

Parameters:
modelModel

Server model to create MeshInfo object.

Methods

MeshInfo.get_face_and_edge_connectivity(...)

Gets the connectivity of face and edge zonelets of the given part ids.

MeshInfo.get_statistics_of_cell_zonelets(...)

Gets cell statistics of given cell zonelets using provided cell statistics parameters.