*surfacemode

Sets the mode for automesh surface and shell mesh generation.

Syntax

*surfacemode mode

Type

HyperMesh Tcl Modify Command

Description

Sets the mode for automesh surface and shell mesh generation.

Inputs

mode
1 - Mesh, keep surface
2 - Mesh, delete surface
3 - Mesh without surface
4 - Surface only

Example

To set the mode to mesh, delete surf:

*surfacemode 2

Errors

Incorrect usage results in a Tcl error. To detect errors, you can use the catch command:
if { [ catch {command_name...} ] } {
   # Handle error
}