bdf_renumber_exclude Module
- pyNastran.bdf.mesh_utils.bdf_renumber_exclude.bdf_renumber_exclude(bdf_filename: PathLike | BDF | StringIO, bdf_filename_out: str, size: int = 8, is_double: bool = False, range_id_dict: dict[str, list] | None = None, cards_to_skip: list[str] | None = None, punch: bool = False, log: SimpleLogger | None = None, debug: bool = False) BDF[source]