adding CoffeeExpressionTag and filling it

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

On 15/05/2008 at 08:03, xxxxxxxx wrote:

User Information:
Cinema 4D Version:   10 
Platform:      
Language(s) :     C++  ;

---------
Hi,
I want to add a Coffeeexpressiontag and then put some Code in it. How do I do that?

BaseTag tag=BaseTag::Alloc(Tcoffeeexpression);
obj->InsertTag(tag);
tag->GetDataInstance()->???

I can't find any IDs etc, pls help 🙂

Paul

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

On 15/05/2008 at 08:07, xxxxxxxx wrote:

The forum search is your friend 🙂

filling coffee tag

cheers,
Matthias

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

On 16/05/2008 at 00:57, xxxxxxxx wrote:

I searched the forum, and also read this thread 😄 But somehow missed the information hehe. Thx a lot.