How to use 'CSV' file to renumber element and nodes.
Altair Forum User
Altair Employee
hi everyone,
i am new to this TCL scripting and i am trying to renumber - component ID, Elements and nodes of different components while using 'CSV' file.
please let me know how to proceed to achieve this kind of result.
thanks in advance
/emoticons/default_smile.png' alt=':)' srcset='/emoticons/smile@2x.png 2x' width='20' height='20'>
0
Answers
-
hi Adams
- read the csv file, store first IDs of comp, elem, node in some variables: You may use 'split' command to retrieve list from csv data
- use *createmark and *renumbersolverid with first IDs to renumber those entities (refer to help file for details of these commands)
0