Write

plot3d.write.write_plot3D(filename: str, blocks: List[Block], binary: bool = True, double_precision: bool = True, batch_size: int = 100)[source]

Writes blocks to a Plot3D file

Parameters:
  • filename (str) – name of the file to create

  • blocks (List[Block]) – List containing all the blocks to write

  • binary (bool, optional) – Binary big endian. Defaults to True.

  • double_precision (bool, optional)

  • batch_size (int, optional) – number of items (binary) or lines (ASCII) to buffer before writing. Defaults to 100.