Page 1 of 1

CSV files

Posted: Sun Jan 19, 2014 11:40 am
by miguelqj
Hi Happy new year.
I wonder if there is any way to import CSV files in RealFlow 2013.
thanks

Re: CSV files

Posted: Mon Jan 20, 2014 9:08 am
by tsn
Hi. Happy New Year to you too!!

There's no native, built-in importer for CSV files, but this task can be solved with scripting or RF's Graphs system. You import the CSV file, go through each line, and use the CSV's delimiter as a separator to split the fields into single data, e.g. position or velocity data. These data can then be reassembled to a vector or written to a particular parameter.

Re: CSV files

Posted: Tue Jan 21, 2014 8:48 am
by miguelqj
Thanks.