Q3NURBCurve_Submit
You can use theQ3NURBCurve_Submitfunction to submit an immediate NURB curve for drawing, picking, bounding, or writing.
TQ3Status Q3NURBCurve_Submit ( const TQ3NURBCurveData *curveData, TQ3ViewObject view);
curveData- A pointer to a
TQ3NURBCurveDatastructure.view- A view.
DESCRIPTION
TheQ3NURBCurve_Submitfunction submits for drawing, picking, bounding, or writing the immediate NURB curve whose shape and attribute set are specified by thecurveDataparameter. The NURB curve 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