*solid_untrim
Untrims solids by removing surfaces that separate them.
Syntax
*solid_untrim mark_id force
Type
HyperMesh Tcl Modify Command
Description
This command creates a full or partial cone or cylindrical solid.
Inputs
- mark_id
- The ID of the mark containing the surfaces to untrim. Valid values are 1 and 2.
- force
- 0 - Only surfaces that separate solids (solid on both sides) are removed.
Example
To untrim surface 100:
*createmark surfs 1 100
*solid_untrim 1 0
Errors
if { [ catch {command_name...} ] } {
# Handle error
}