find_coplanar_elements Module

pyNastran.bdf.mesh_utils.find_coplanar_elements.find_coplanar_triangles(bdf_filename: Union[BDF, str], eids: Optional[List[int]] = None) → List[int][source]

Finds coplanar triangles

Parameters
bdf_filenameBDF/str

BDF: a model str: the path to the bdf input file

eidslist

the element ids to consider

Returns
coplanar_eidsList[int]

the elements that are coplanar