Manifold Extraction

/ (object)

/

Description

Required

/application (string)

/application

Description

Application name must be manifold_extraction.

Options: ['manifold_extraction']

/input (string)

/input

Description

Tetrahedral input mesh.

Optional

/output (string)

/output

Description

Output file name (without extension).

Default: 'out'

/input_dir (string)

/input_dir

Description

Directory where the input files are located. This is injected by the application and should not be set by the user.

Default: ''

/tag_selection (string)

/tag_selection

Description

Tag selection, the boundary of which is taken to be the input surface to make manifold. Only the & operator is allowed here.

Default: 'tag_0'

/fill_tags (list)

/fill_tags

Description

Tag set to fill non-manifold offsets with. [] for ambient.

/fill_tags/* (string)

/fill_tags/*

Description

A tag.

/radius_rel (float)

/radius_rel

Description

Radius to offset around non manifold components, relative to bounding box diagonal.

Default: 0.01

/radius (float)

/radius

Description

Radius to offset around non manifold components. If < 0, this is set by radius_rel

Default: -1.0

/DEBUG_output (bool)

/DEBUG_output

Description

Write the tet mesh as out_{}.vtu after every operation.

Default: False

/write_surface (bool)

/write_surface

Description

Write the output surface (OBJ) after manifold extraction.

Default: False

/save_vtu (bool)

/save_vtu

Description

Save .vtu of output mesh

Default: False

/log_file (string)

/log_file

Description

Logs are not just printed on the terminal but also saved in this file.

Default: ''

/report (string)

/report

Description

A JSON file that stores information about the result and the method execution, e.g., runtime.

Default: ''