*deletesolidswithelems
Deletes solids. Includes the option to keep boundary surfaces, and an option to keep attached elements.
Syntax
*deletesolidswithelems mark keep_shell keep_elems
Type
HyperMesh Tcl Modify Command
Description
Deletes solids. Includes the option to keep boundary surfaces, and an option to keep attached elements.
Inputs
- mark
- The mark containing the solids that you want to delete.
- keep_shell
- If zero, solids are deleted along with their connected boundary surfaces (except any surfaces connected to other solids that are not being deleted).
- keep_elems
- Overrides the auto delete elements setting in the options panel.
Examples
*createmark solids 1 5
*deletesolidswithelems 1 1 0