*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
Create a panel named panel1 from elements
        1-10:
      *createmark elems 1-10
*panelcreation 1 panel1 0Find panel entities from elements
        1-10:
    *createmark elems 1-10
*panelcreation 1 panel1 1Errors
Incorrect usage results in a Tcl error. To detect
        errors, you can use the catch
        command:
    if { [ catch {command_name...} ] } {
   # Handle error
}Version History
2020