daug
02-28-2003, 08:06 AM
Hi all,
I working through my first script (see thread http://vbulletin.newtek.com/showthread.php?s=&threadid=915 ) and I'm scratching my head.
When you go into MeshData mode, the points[] and polygons[] arrays are created indexing all of the points and polys in a selection set. When you go out of MeshData mode, those arrays arrays are wiped out. My problem is...How do you exchange those arrays between Command Sequence and MeshData? My script will be working on points and polys based on a specific index. I am afraid that when I go in and out of MeshData, those arrays will be recreated everytime, screwing up my order. Do this make sense? Maybe I'm just missing the obvious, hehe.
I working through my first script (see thread http://vbulletin.newtek.com/showthread.php?s=&threadid=915 ) and I'm scratching my head.
When you go into MeshData mode, the points[] and polygons[] arrays are created indexing all of the points and polys in a selection set. When you go out of MeshData mode, those arrays arrays are wiped out. My problem is...How do you exchange those arrays between Command Sequence and MeshData? My script will be working on points and polys based on a specific index. I am afraid that when I go in and out of MeshData, those arrays will be recreated everytime, screwing up my order. Do this make sense? Maybe I'm just missing the obvious, hehe.