1 Managing Sets

1 Q3Set_Clear

You can use the Q3Set_Clear function to remove an element of a certain type from a set.

TQ3Status Q3Set_Clear (TQ3SetObject set, TQ3ElementType type);
set A set object.
type An element type.

DESCRIPTION


The Q3Set_Clear function removes the element whose type is specified by the type parameter from the set specified by the set parameter.

If the specified element type is a custom element type, Q3Set_Clear uses the custom type's kQ3MethodTypeElementDelete custom method. See the chapter "QuickDraw 3D Objects" for complete information on custom element types.

DESCRIPTION

3D Graphics Programming with QuickDraw 3D - 14 OCT 1995

© Apple Computer, Inc.

Let us know what you think of these prototype pages.

Generated with Harlequin WebMaker