*midsurface_collapse_lines

Sets the selection of lines to be collapsed during mid-surface extraction when performing a rerun operation.

Syntax

*midsurface_collapse_lines mark_id

Type

HyperMesh Tcl Modify Command

Description

Sets the selection of lines to be collapsed during mid-surface extraction when performing a rerun operation.

Inputs

mark_id
The ID of the mark containing the lines to collapse. Valid values are 1 and 2.

Example

To set the lines with IDs 5-7 to collapse during the mid-surface extraction when performing a rerun operation:

*createmark lines 1 5 6 7
*midsurface_collapse_lines 1

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

13.0