Q3View_StartWriting
You can use theQ3View_StartWritingfunction to start writing to a file.
TQ3Status Q3View_StartWriting ( TQ3ViewObject view, TQ3FileObject file);
view- A view.
file- A file object.
DESCRIPTION
TheQ3View_StartWritingfunction begins the process of writing in the view specified by theviewparameter, using the file object specified by thefileparameter. After callingQ3View_StartWriting, you specify the model (for instance, by callingQ3Geometry_Submit). When you have completely specified that model, you should callQ3View_EndWritingto complete the write operation. The renderer attached to the specified view might need to reprocess the model data, so you should always callQ3View_StartWritingandQ3View_EndWritingin a writing loop.SPECIAL CONSIDERATIONS
You should not callQ3View_StartWritingwhile writing is already occurring.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help