*findloops
Finds the closed loops in a group of elements.
Syntax
*findloops entity type mark by component
Type
HyperMesh Tcl Modify Command
Description
Finds the closed loops in a group of elements.
Inputs
- entity type
- The entity type contained on the mark. The valid types are:
- components
- elements
- mark
- The ID of the mark.
- by component
- 0 - Finds closed loops by considering the entities on the mark as a whole.
Example
*createmark(components,1) fender
*findloops(components,1,0)