THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 08/09/2004 at 10:50, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 8.200
Platform: Windows ;
Language(s) : C++ ;
---------
Hi!
I am writing a Command, that is used to convert an object from one representation to another one. I create the new representation, insert it into the Document and delete the original one. After I did that, the Document does not redraw. How do I trigger a Redraw in a BaseDocument? I tried calling doc->Message(MSG_UPDATE).
Timm