Skip to main content

write_plot3d

Function write_plot3d 

Source
pub fn write_plot3d(
    path: &str,
    blocks: &[Block],
    binary: bool,
    format: BinaryFormat,
    precision: FloatPrecision,
    endian: Endian,
) -> Result<()>