Hello there folks, I have a simple question here (I hope):
Is there any other method like ModelDoc2::EditRebuild3() that you can think of?
The problem is I'd like to refresh the actual model (on the screen) in real time. Hard to explain but let me try:
I have 2 part mated together in a distance mate. I have a custom Property Manager Page (PMP) with a number box in it.
When I change the value on the number box and hit the Enter key on the keyboard, I have a code that moves the distance mate by the amount in the number box.
The problem is I'd like to do it dynamically, like... AS SOON as the value is input into the number box and the user hits the "Enter" key,
I'd like to see the models move on the screen.
Currently EditRebuild3 doesnt work for me because it crashes unless I put it in the AfterCLose() event in the event handler class.
So I need something else, something that does a similar thing (refresh the screen / model / something) to see my mates moving (no need to be animated, but won't hurt either
Thanks in advance, my fellow coders!
- Rumen
