Q3Geometry_Submit
You can use theQ3Geometry_Submitfunction to submit a retained geometric object for drawing, picking, bounding, or writing.
TQ3Status Q3Geometry_Submit ( TQ3GeometryObject geometry, TQ3ViewObject view);
geometry- A geometric object.
view- A view.
DESCRIPTION
TheQ3Geometry_Submitfunction submits the geometric object specified by thegeometryparameter for drawing, picking, bounding, or writing according to the view characteristics specified in theviewparameter. The geometric object must have been created by a call that creates a retained object (for example,Q3Point_New).SPECIAL CONSIDERATIONS
You should call this function only in a submitting loop.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help