remove_cards Module
- pyNastran.bdf.mesh_utils.remove_cards.delete_elements(bdf_model: BDF, element_types_to_save=None)[source]
early version of way to delete specific element cards
- pyNastran.bdf.mesh_utils.remove_cards.delete_properties(bdf_model: BDF, property_types_to_save=None)[source]
early version of way to delete specific property cards
- pyNastran.bdf.mesh_utils.remove_cards.remap_cards(model: BDF, cross_reference: bool = True, remap_nodes: bool = True, remap_elements: bool = True, remap_properties: bool = True, remap_materials: bool = True)[source]
Remap cards after a cross-reference; works on an uncross-referenced model
- Parameters:
- modelBDF()
the BDF object
- cross_referencebool; default=True
cross_reference once the remapping is done
- remap_nodesbool; default=True
‘x’ may be nodes, elements, properties, materials