MultiSelect in COFFEE

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

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

On 19/12/2002 at 07:49, xxxxxxxx wrote:

use the bits. op->SetBit(BIT_ACTIVE);

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

On 19/12/2002 at 14:56, xxxxxxxx wrote:

Thank you... I will give it a try :-)

Rui Batista

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

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?

Rui Batista

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

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.

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

On 21/12/2002 at 07:32, xxxxxxxx wrote:

Thank you Mikael. I will try it :-)

Rui Batista