itkwasm_mesh_io.write_mesh_async
¶
Module Contents¶
Functions¶
Write an ITK-Wasm file format converted to a mesh file format. |
|
API¶
- async itkwasm_mesh_io.write_mesh_async.write_mesh_async(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.
- async itkwasm_mesh_io.write_mesh_async.meshwrite_async(mesh: itkwasm.Mesh, serialized_mesh: os.PathLike, information_only: bool = False, use_compression: bool = False) None ¶