Deleting Objects

THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

On 23/02/2003 at 04:03, xxxxxxxx wrote:

User Information:
Cinema 4D Version:   8.012 
Platform:      
Language(s) :     C++  ;

---------
Hi,
isn't it possible to delete objects? I coudn't find anything in the SDK help.
Klaus Heyne

THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

On 23/02/2003 at 05:37, xxxxxxxx wrote:

Just remove the object from the document with obj->Remove(). Then kill it with BaseObject::Free().