*panelcreation
Creates a panel entity.
Syntax
*panelcreation elemMark=<value> name=<value> findPanel=<value>
Type
HyperMesh Tcl Modify Command
Description
Creates a panel entity.
Inputs
- elemMark=<value>
- The ID of the input elements. Valid values are 1 and 2.
- name=<value>
- The name of the panel entity.
- findPanel=<value>
- 0 - DIrectly create the panel entity using the input elements
Examples
*createmark elems 1-10
*panelcreation 1 panel1 0
*createmark elems 1-10
*panelcreation 1 panel1 1
Errors
if { [ catch {command_name...} ] } {
# Handle error
}
Version History
2020