THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 24/08/2004 at 09:23, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 8.100
Platform: Windows ;
Language(s) : C++ ;
---------
I can't find any information about creating a boolean object.
I think it must be something like
BaseObject *obj;
obj = AllocObject(0boole,TYPE);
but i did not manage to find any correct type.
Maybe there's a specific initialization for boolean objects...
Thanks.