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
automesh segment tri --help
Segments an all-triangular mesh
Usage: automesh segment tri [OPTIONS] --input <FILE> --output <FILE> --size <NUM>
Options:
-i, --input <FILE> Mesh input file (exo | inp)
-o, --output <FILE> Segmentation (npy | spn) or mesh (exo | inp) output file
-g, --grid <NUM> Grid length for sampling within each element [default: 1]
-s, --size <NUM> Element size which is the side length
-r, --remove <ID>... Block IDs to remove from the mesh
-q, --quiet Pass to quiet the terminal output
-h, --help Print help