Q3ViewerUseGroup
You can use theQ3ViewerUseGroupfunction to set the group of objects associated with a viewer.
OSErr Q3ViewerUseGroup ( TQ3ViewerObject theViewer, TQ3GroupObject group);
theViewer- A viewer object.
group- A group.
DESCRIPTION
TheQ3ViewerUseGroupfunction sets the group of objects associated with the viewer specified by thetheViewerparameter to the group specified by thegroupparameter.