*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
*beamsectionupdateshellpartname 100 3 edge4
Errors
if { [ catch {command_name...} ] } {
# Handle error
}
Version History
10-SA1-130