1 Managing Sets
Q3Set_Empty
function to empty a set of all the elements it contains.
TQ3Status Q3Set_Empty (TQ3SetObject target);
target
A set object.
Q3Set_Empty
function removes all the elements currently in the set specified by the target
parameter.
If the specified element type is a custom element type, Q3Set_Empty
uses the custom type's kQ3MethodTypeElementDelete
custom method. See the chapter "QuickDraw 3D Objects" for complete information on custom element types.
Let us know what you think of these prototype pages.
Generated with Harlequin WebMaker