Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Convert

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

Usage: automesh convert <COMMAND>

Commands:
  mesh          Converts mesh file types (exo | 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 (exo | inp | stl) -> (exo | mesh | stl | vtk)

Usage: automesh convert mesh <COMMAND>

Commands:
  hex   Converts an all-hexahedral mesh
  tet   Converts an all-tetrahedral mesh
  tri   Converts an all-triangular mesh
  help  Print this message or the help of the given subcommand(s)

Options:
  -h, --help  Print help

Convert Mesh Hex

automesh convert mesh hex --help
Converts an all-hexahedral mesh

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

Options:
  -i, --input <FILE>   Mesh input file (exo | 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 Mesh Tet

automesh convert mesh tet --help
Converts an all-tetrahedral mesh

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

Options:
  -i, --input <FILE>   Mesh input file (exo | 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 Mesh Tri

automesh convert mesh tri --help
Converts an all-triangular mesh

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

Options:
  -i, --input <FILE>   Mesh input file (exo | 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 (spn)
  -y, --nely <NEL>     Number of voxels in the y-direction (spn)
  -z, --nelz <NEL>     Number of voxels in the z-direction (spn)
  -q, --quiet          Pass to quiet the terminal output
  -h, --help           Print help