*createfacesonfreeboundaries

Creates face elements on all free solid element boundaries.

Syntax

*createfacesonfreeboundaries

Type

HyperMesh Tcl Modify Command

Description

This command is used to find and create shell elements on free boundaries of all the solid elements. This command generates faces only for first order shell elements. It operates on all solid elements, regardless of display status.

Examples

To create faces on free boundaries:
*createfacesonfreeboundaries

Errors

Incorrect usage results in a Tcl error. To detect errors, you can use the catch command:
if { [ catch {command_name...} ] } {
   # Handle error
}

Version History

12.0.110