- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi everyone,
I have a question does someone knows how to Refresh the Active View with Revit rendering loop Tick Event.
This is my issue I created a rubber band command that draws a line between the first point and the cursor position on the screen, the way I'm refreshing the view is subscribing to the Idling Event and force Refresh the view, in that way the SceneRender method get called and the line is redraw again, giving the effect of a rubber band. My issue is that I want to use the snap functionality of the PickPoint() method but when PickPoint is active the Idling event doesn't fire as expected, that's why I need another way to refresh the view or a different approach does anybody knows of a solution.
Thanks before hand.
Solved! Go to Solution.