Q3DisplayGroup_Submit
You can use the Q3DisplayGroup_Submit function to submit a display group for drawing, picking, bounding, or writing.
TQ3Status Q3DisplayGroup_Submit (
TQ3GroupObject group,
TQ3ViewObject view);
group
- A group.
view
- A view.
DESCRIPTION
The Q3DisplayGroup_Submit function submits the display group specified by the group parameter for drawing, picking, bounding, or writing in the view specified by the view parameter.
SPECIAL CONSIDERATIONS
You should call this function only in a submitting loop.
ERRORS
kQ3ErrorInvalidObject
kQ3ErrorOutOfMemory
kQ3ErrorViewNotStarted