*elementtestrigidloops
Tests 1D rigid elements for possible rigid loops, and puts those with rigid loops on the specified outputmark.
Syntax
*elementtestrigidloops entities markmask outputmark
Type
HyperMesh Tcl Modify Command
Description
Tests 1D rigid elements for possible rigid loops, and puts those with rigid loops on the specified outputmark.
Inputs
- entities
 - The entity types to be checked. Currently, only elements is supported.
 - markmask
 - The mark that contains the elements to test.
 - outputmark
 - The mark where HyperMesh should put the elements that fail the test.
 
Example
*createmark elements 1 "displayed"
*createmark elements 2 
*elementtestrigidloops elements 1 2