bdf_diff Module

pyNastran.bdf.mesh_utils.bdf_diff.get_diff_bdfs(bdf_filename1: str | PurePath, bdf_filename2: str | PurePath, added_bdf_filename: str | PurePath = '', removed_bdf_filename: str | PurePath = '', skip_cards: list[str] | None = None, log=None) tuple[bool, bool, BDF, BDF][source]

diffs two bdfs

doesn’t consider:
  • constraints

  • other things that are lists (e.g., monitor_points) or unsortable