Convert

automesh convert --help
Converts between mesh or segmentation file types

Usage: automesh convert <COMMAND>

Commands:
  mesh          Converts mesh file types (inp | stl) -> (exo | mesh | stl | vtk)
  segmentation  Converts segmentation file types (npy | spn) -> (npy | spn)
  help          Print this message or the help of the given subcommand(s)

Options:
  -h, --help  Print help

Convert Mesh

automesh convert mesh --help
Converts mesh file types (inp | stl) -> (exo | mesh | stl | vtk)

Usage: automesh convert mesh [OPTIONS] --input <FILE> --output <FILE>

Options:
  -i, --input <FILE>   Mesh input file (inp | stl)
  -o, --output <FILE>  Mesh output file (exo | mesh | stl | vtk)
  -q, --quiet          Pass to quiet the terminal output
  -h, --help           Print help

Convert Segmentation

automesh convert segmentation --help
Converts segmentation file types (npy | spn) -> (npy | spn)

Usage: automesh convert segmentation [OPTIONS] --input <FILE> --output <FILE>

Options:
  -i, --input <FILE>   Segmentation input file (npy | spn)
  -o, --output <FILE>  Segmentation output file (npy | spn)
  -x, --nelx <NEL>     Number of voxels in the x-direction
  -y, --nely <NEL>     Number of voxels in the y-direction
  -z, --nelz <NEL>     Number of voxels in the z-direction
  -q, --quiet          Pass to quiet the terminal output
  -h, --help           Print help