*beamsectionupdateshellpartname

Renames a HyperBeam shell section part.

Syntax

*beamsectionupdateshellpartname beam_sect_id part_index new_name

Type

HyperMesh Tcl Modify Command

Description

Renames a HyperBeam shell section part.

Inputs

beam_sect_id
The ID of the shell beam section to update.
part_index
The index of the part to rename for that shell section, starting from 0.
new_name
The new name of the part.

Examples

To rename the part with index 3 for shell beamsection ID 100 to "edge4":
*beamsectionupdateshellpartname 100 3 edge4

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

10-SA1-130