Q3ViewerUseFile
You can use theQ3ViewerUseFilefunction to set the file containing the 3D model to be displayed in a viewer object.
OSErr Q3ViewerUseFile (TQ3ViewerObject theViewer, long refNum);
theViewer- A viewer object.
refnum- The file reference number of an open file.
DESCRIPTION
TheQ3ViewerUseFilefunction sets the 3D data file to be displayed in the viewer object specified by thetheViewerparameter to the open file having the file reference number specified by therefnumparameter.