Q3Object_Duplicate
You can use the Q3Object_Duplicate function to duplicate a QuickDraw 3D object.
TQ3Object Q3Object_Duplicate (TQ3Object object);
object
- A QuickDraw 3D object.
DESCRIPTION
The Q3Object_Duplicate function returns, as its function result, a QuickDraw 3D object that is an exact duplicate of the QuickDraw 3D object specified by the object parameter. If the new object is a shared object, its reference count is set to 1.
ERRORS
kQ3ErrorInvalidObject
kQ3ErrorOutOfMemory
kQ3ErrorUnimplemented