read_xplt¶ febio_python.xplt.xplt_parser.read_xplt(xplit_filepath: Path | str, verbose: int = 0) → Tuple[XpltMesh, States][source]¶ Reads a XPLT file and returns a XpltMesh and States object. Parameters: xplit_filepath (Union[Path, str]) – _description_ verbose (int, optional) – _description_. Defaults to 0. Returns: _description_ Return type: Tuple[XpltMesh, States]