MeshSummary#

Usage:

MeshSummary Class API Wrapper

class MeshSummary[source]#

Bases: object

Wrapper for MeshSummary class of Moldflow Synergy.

property ave_aspect_ratio: float#

Average aspect ratio of the mesh.

property beams_count: int#

Number of beams in the mesh.

property connectivity_regions: int#

Number of connectivity regions in the mesh.

property duplicated_beams: int#

Number of duplicated beams in the mesh.

property free_edges_count: int#

Number of free edges in the mesh.

property fusion_area: float#

Area of fusion

property intersection_elements: int#

Number of intersection elements in the mesh.

property manifold_edges_count: int#

Number of manifold edges in the mesh.

property match_ratio: float#

Mesh match ratio

property max_aspect_ratio: float#

Maximum aspect ratio of the mesh.

property max_dihedral_angle: float#

Max dihedral angle of the mesh.

property max_volume_ratio: float#

Max volume ratio of the mesh.

property mesh_volume: float#

Volume of mesh

property min_aspect_ratio: float#

Minimum aspect ratio of the mesh.

property nodes_count: int#

Number of nodes in the mesh.

property non_manifold_edges_count: int#

Number of non-manifold edges in the mesh.

property overlap_elements: int#

Number of overlap elements in the mesh.

property percent_tets_ar_gt_thresh: float#

Percent of tetrahedra with aspect ratio greater than the threshold.

property percent_tets_mda_gt_thresh: float#

Percent of tetrahedra with dihedral angle greater than the threshold.

property percent_tets_vr_gt_thresh: float#

Percent of tetrahedra with volume ratio greater than the threshold.

property reciprocal_match_ratio: float#

Mesh reciprocal match ratio

property runner_volume: float#

Volume of runner

property tetras_count: int#

Number of tetrahedra in the mesh.

property triangles_count: int#

Number of triangles in the mesh.

property unoriented: int#

Number of unoriented elements in the mesh.

property zero_beams: int#

Number of zero beams in the mesh.

property zero_triangles: int#

Number of zero triangles in the mesh.