*meshline_update_surface

Creates surfaces on closed meshline loops.

Syntax

*meshline_update_surface flag reserved

Type

HyperMesh Tcl Modify Command

Description

This command creates surfaces on closed meshline loops.

Inputs

flag
0 - Disable creating surfaces on closed meshline loops.
1 - Enable creating surfaces on closed meshline loops.
reserved
Reserved for future use. Must be set to 0.

Example

To turn on creating surfaces for closed meshline loops:

*meshline_update_surface 1 0

Errors

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

Version History

11.0