*reviewbeamsection
Reviews a beamsection in the Section Manager.
Syntax
*reviewbeamsection id=<value>
Type
HyperMesh Tcl Modify Command
Description
Reviews a beamsection entity using the Section Manager context. Reviewable beamsection
types are of Source/Engine:
- Database/Closed Form
- Shape/FEM
- Shape/Thinwall
In the case of Shape based sections, a sketch is required. In the case none is assigned to the beamsection, an absorb sketch operation will be performed to create one.
Inputs
- id=<value>
- The ID of the beamsection to be reviewed.
Examples
To review a beamsection with ID 5:
*reviewbeamsection id=5Errors
Incorrect usage results in a Tcl error. To detect
errors, you can use the catch
command:
if { [ catch {command_name...} ] } {
# Handle error
}Version History
2026