how to change element face in hypermesh
Altair Forum User
Altair Employee
Answers
-
Some time I need do the same for SAMCEF solver. I have to write myself a TCL script for that. Here's is the workplan:
- Select your hex elements
- Loop over selected elements: read all nodes, then create new element with same nodes but with your manner to change face order.
- Remove old elements
Good luck!
0