Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 19/12/2002 at 07:41, xxxxxxxx wrote:
User Information: Cinema 4D Version: 8.014 Platform: Mac ; Language(s) : C.O.F.F.E.E ;
--------- Is it possible? How can I select many different objects in the OM using COFFEE? Thank you in advance.
Rui Batista
On 19/12/2002 at 07:49, xxxxxxxx wrote:
use the bits. op->SetBit(BIT_ACTIVE);
On 19/12/2002 at 14:56, xxxxxxxx wrote:
Thank you... I will give it a try
On 20/12/2002 at 19:12, xxxxxxxx wrote:
BIT_ACTIVE is not defined What is it's value so that I can define it inside my code?
On 21/12/2002 at 01:36, xxxxxxxx wrote:
#define BIT_ACTIVE (1<<1) // active element
You could also try the C.O.F.F.E.E. constant BIT_AOBJ.
On 21/12/2002 at 07:32, xxxxxxxx wrote:
Thank you Mikael. I will try it