export_caero_mesh Module

defines:
  • export_caero_mesh(model, caero_bdf_filename=’caero.bdf’, is_subpanel_model=True)
pyNastran.bdf.mesh_utils.export_caero_mesh._get_subpanel_property(model, eid, pid_method='aesurf')[source]

gets the property id for the subpanel

pyNastran.bdf.mesh_utils.export_caero_mesh.export_caero_mesh(model, caero_bdf_filename='caero.bdf', is_subpanel_model=True)[source]

write the CAERO cards as CQUAD4s that can be visualized

pyNastran.bdf.mesh_utils.export_caero_mesh.export_caero_model_aesurf(model, caero_bdf_filename='caero.bdf', is_subpanel_model=True)[source]