Q3GeneralPolygon_Submit
You can use theQ3GeneralPolygon_Submitfunction to submit an immediate general polygon for drawing, picking, bounding, or writing.
TQ3Status Q3GeneralPolygon_Submit ( const TQ3GeneralPolygonData *generalPolygonData, TQ3ViewObject view);
generalPolygonData- A pointer to a
TQ3GeneralPolygonDatastructure.view- A view.
DESCRIPTION
TheQ3GeneralPolygon_Submitfunction submits for drawing, picking, bounding, or writing the immediate general polygon whose shape and attribute set are specified by thegeneralPolygonDataparameter. The general polygon is drawn, picked, bounded, or written according to the view characteristics specified in theviewparameter.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