Write¶
- plot3d.write.write_plot3D(filename: str, blocks: List[Block], binary: bool = True, double_precision: bool = True)[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)