*flattenpartmodel

Converts entities that refer to parts to refer to root.

Syntax

*flattenpartmodel reserved

Type

HyperMesh Tcl Modify Command

Description

Converts entities that refer to parts to refer to root.

For formula sets:

  • All clause – Updated to refer to root
  • Range clause – Range IDs of the clause will now refer to the begin/end range equivalent to the internal IDs

Inputs

reserved
Reserved for future use. Must be set to 0.

Examples

To flatten the model:
*flattenpartmodel 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

2020