*panelcreation
Creates a panel entity.
Syntax
*panelcreation mark_id name findPanel
Type
HyperMesh Tcl Modify Command
Description
Creates a panel entity.
Inputs
- mark_id
 - The ID of the input elements. Valid values are 1 and 2.
 - name
 - The name of the panel entity.
 - findPanel
 - 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 1Errors
if { [ catch {command_name...} ] } {
   # Handle error
}Version History
2020