Brandon Peterson
07-19-2007, 02:50 PM
Sometimes it is necessary to be able to get the name, x, y, and z locations of all the network nodes in the model into a table. Attached is a block of code that will do just that (Base level of the model only).
The code is in Flexscript and can be executed from the script window. To change the name of the table the information is stored in change the name of the table in the following line of code:
treenode table = reftable("Temp");
Good Luck,
Brandon
The code is in Flexscript and can be executed from the script window. To change the name of the table the information is stored in change the name of the table in the following line of code:
treenode table = reftable("Temp");
Good Luck,
Brandon