itkwasm_mesh_io.write_mesh
¶
Module Contents¶
Functions¶
Write an ITK-Wasm file format converted to a mesh file format |
|
API¶
- itkwasm_mesh_io.write_mesh.write_mesh(mesh: itkwasm.Mesh, serialized_mesh: str, information_only: bool = False, use_compression: bool = False) None ¶
Write an ITK-Wasm file format converted to a mesh file format
- itkwasm_mesh_io.write_mesh.meshwrite(mesh: itkwasm.Mesh, serialized_mesh: os.PathLike, information_only: bool = False, use_compression: bool = False) None ¶