PartSummaryResults#
- class ansys.meshing.prime.PartSummaryResults(model=None, message=None, n_topo_edges=None, n_topo_faces=None, n_topo_volumes=None, n_edge_zonelets=None, n_face_zonelets=None, n_cell_zonelets=None, n_edge_zones=None, n_face_zones=None, n_volume_zones=None, n_labels=None, n_nodes=None, n_faces=None, n_cells=None, n_tri_faces=None, n_poly_faces=None, n_quad_faces=None, n_tet_cells=None, n_pyra_cells=None, n_prism_cells=None, n_poly_cells=None, n_hex_cells=None, n_unmeshed_topo_faces=None, json_data=None, **kwargs)#
Results of part summary.
Methods
Print the default values of PartSummaryResults.
PartSummaryResults.set_default
([message, ...])Set the default values of PartSummaryResults.
Attributes
Part summary text.
Number of cell zonelets.
Number of cells.
Number of edge zonelets.
Number of edge zones.
Number of face zonelets.
Number of face zones.
Number of faces.
Number of hexahedral cells.
Number of labels.
Number of nodes.
Number of polyhedral cells.
Number of polygonal faces.
Number of prism cells.
Number of pyramid cells.
Number of quadrilateral faces.
Number of tetrahedral cells.
Number of topoedges.
Number of topofaces.
Number of topovolumes.
Number of triangular faces.
Number of unmeshed topofaces.
Number of volume zones.