THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 09/06/2009 at 14:24, xxxxxxxx wrote:
User Information:
Cinema 4D Version: r11
Platform: Windows ;
Language(s) : C++ ;
---------
Hi there,
i have read thru the different threads here concerning joining objects. but dont get it to work.
what i am doing is loading a document :
BaseDocument* doc2 = LoadDocument(fileName,0L, NULL);
and after selecting some objects via
doc- >SetActiveObject(child, SELECTION_ADD);
i want to connect them with
CallCommand(12144);
i also tried to use SendModelingCommand MCOMMAND_JOIN, but that needs to have a group of subobjects, too, which i dont have in my base scene and CallCommand(100004772); doesnt work, too. the objects remain ungrouped.
any ideas, hints??
thanks and cheers,
Ello