Insert a Null Object into OM

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

On 27/05/2010 at 10:32, xxxxxxxx wrote:

User Information:
Cinema 4D Version:    
Platform:      
Language(s) :

---------
Hi – I'm new to the COFFEE scene...

is there a command to insert an object into the top level of the Object Manager? I've come across InsertUnder(), but I don't want to insert my object under a parent, I want it in the top level of the Object Manager...

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

On 27/05/2010 at 11:09, xxxxxxxx wrote:

Just do:

doc->InsertObject(op);

That will insert 'op' at the top of the hierarchy.

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

On 27/05/2010 at 12:17, xxxxxxxx wrote:

Thanks Spedler... got it working