Does anyone know how (or if it's even possible) to save or export a model
created using "newMesh". I have taken the code from the Director help file for
"newMesh" (builds a simple pyramid), changed it to imported a large vertex/face
list, then build the model. It takes a while (1000s of points) but once done
it looks very nice. However, as soon as I exit Director, the model vanishes
and I need to read it in again (too time consuming to do). I have tried
copying the 3D member, putting it into a different cast (internal and
external), renaming it, etc... but the model is only available after I run the
code. Please note I did comment out the line "member("XYZ").resetWorld()" once
I had it built so I know that is not what is causing the disappearance

The basic question is, can my model be saved or exported *from* Director (to
be used by another Director movie)

Another question is how else could I do this? I do have Maya 5 (fairly new to
it) and have build models and imported them into director, but I want to read
this vertex/face list and turn it into a model I can use. Is there an easy
solution

Thank you so much if you can give me the answer

- Keit