Q3Object_Submit
You can use the Q3Object_Submit function to submit a QuickDraw 3D object for drawing, picking, bounding, or writing.
TQ3Status Q3Object_Submit (TQ3Object object, TQ3ViewObject view);
object
- A QuickDraw 3D object.
view
- A view.
DESCRIPTION
The Q3Object_Submit function submits the QuickDraw 3D object specified by the object 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
kQ3ErrorUnimplemented