How to use 'CSV' file to renumber element and nodes.

Altair Forum User
Altair Forum User
Altair Employee
edited October 2020 in Community Q&A

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 

image/emoticons/default_smile.png' alt=':)' srcset='/emoticons/smile@2x.png 2x' width='20' height='20'>

Answers

  • tinh
    tinh Altair Community Member
    edited November 2013

    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)