*elementtestdependancy
Tests 1D weld and rigid elements for double dependencies and puts those that fail on the specified outputmark.
Syntax
*elementtestdependancy entities markmask outputmark
Type
HyperMesh Tcl Modify Command
Description
Tests 1D weld and rigid elements for double dependencies and puts those that fail on the specified outputmark.
Inputs
- entities
- The entity types to be checked. Currently, elements is the only allowable option.
- 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)
*elementtestdependancy(elements,1,2)