Multiselect Handle

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

On 21/02/2003 at 12:22, xxxxxxxx wrote:

User Information:
Cinema 4D Version:   8.012 
Platform:      
Language(s) :   C.O.F.F.E.E  ;

---------
I'm writing a tool plugin. In the main mouse-drag loop i loop through all active objects and change their global matrix with GetMg()/SetMg(..)
The problem i have is that this doesn't change the "Multiselection Handle"
It remains at its old position.
I would like to know if there is a way to update it correctly.
 
Michael

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

On 21/02/2003 at 16:32, xxxxxxxx wrote:

maybe GetHelperAxis->Message(MSG_UPDATE) could work? GetHelperAxis returns the helper axis of the current multiselection. Or do you mean something else with "Multiselection Handle"? Sorry, it´s late.
Best
Samir

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

On 22/02/2003 at 07:42, xxxxxxxx wrote:

Exactly what i was looking for.
Thank you very much
Michael