Duplicate_elements_TCL_command
Altair Forum User
Altair Employee
hi,
I need to delete all duplicate elements using tcl command. I am new to tcl coding.
*createmark elements 1 'displayed'
*createmark elements 2
*elementtestduplicates elements 1 2 1
I copied these command line from command.tcl. But i am not sure how to mark the failed element and delete it using tcl command
0
Answers
-
*createmark elements 1 'displayed' *createmark elements 2 *elementtestduplicates elements 1 2 1 set elist [hm_getmark elems 2] puts 'Elems to delete: $elist'
0