Q3Point_Submit
You can use theQ3Point_Submitfunction to submit an immediate point for drawing, picking, bounding, or writing.
TQ3Status Q3Point_Submit ( const TQ3PointData *pointData, TQ3ViewObject view);
pointData- A pointer to a
TQ3PointDatastructure.view- A view.
DESCRIPTION
TheQ3Point_Submitfunction submits for drawing, picking, bounding, or writing the immediate point whose location and attribute set are passed in the fields of theTQ3PointDatastructure pointed to by thepointDataparameter. The point 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