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

Segment

automesh segment --help
Creates a segmentation or voxelized mesh from an existing mesh

Usage: automesh segment <COMMAND>

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

Options:
  -h, --help  Print help

Segment Hex

automesh segment hex --help
Segments an all-hexahedral mesh

Usage: automesh segment hex [OPTIONS] --input <FILE> --output <FILE> --levels <NUM>

Options:
  -i, --input <FILE>    Mesh input file (exo | inp)
  -o, --output <FILE>   Segmentation (npy | spn) or mesh (exo | inp) output file
  -n, --levels <NUM>    Number of subdivision levels
  -r, --remove <ID>...  Block IDs to remove from the mesh
  -q, --quiet           Pass to quiet the terminal output
  -h, --help            Print help

Segment Tet

automesh segment tet --help
Segments an all-tetrahedral mesh

Usage: automesh segment tet [OPTIONS] --input <FILE> --output <FILE> --levels <NUM>

Options:
  -i, --input <FILE>    Mesh input file (exo | inp)
  -o, --output <FILE>   Segmentation (npy | spn) or mesh (exo | inp) output file
  -n, --levels <NUM>    Number of subdivision levels
  -r, --remove <ID>...  Block IDs to remove from the mesh
  -q, --quiet           Pass to quiet the terminal output
  -h, --help            Print help

Segment Tri

automesh segment tri --help
Segments an all-triangular mesh

Usage: automesh segment tri [OPTIONS] --input <FILE> --output <FILE> --levels <NUM>

Options:
  -i, --input <FILE>    Mesh input file (exo | inp)
  -o, --output <FILE>   Segmentation (npy | spn) or mesh (exo | inp) output file
  -n, --levels <NUM>    Number of subdivision levels
  -r, --remove <ID>...  Block IDs to remove from the mesh
  -q, --quiet           Pass to quiet the terminal output
  -h, --help            Print help