Force Redraw - Path Pattern Caching
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'll cut to the question first:
Is there a way to manually force a project redraw (or feature redraw/cache clear)?
I am running into this minor issue where a Path Pattern isn't redrawing after the feature it is repeating has been edited and/or the Path Pattern feature itself has been edited.
The example I have is a repeating sphere feature along a circular path. Originally the sphere was a 4mm Join, which I often change to a 2mm Cut.
What happens is that the PathPattern still has its cache and is drawing the 4mm Join spheres but also draws the new cuts. but only underneath the cached pattern. (which I would attribute to the feature drawing the new version and then adding the cache after)
Once I edit a different feature and force a project redraw it corrects itself but adding new features doesn't have it update.
I'm assuming it is the cache of the PathPattern (which would be a reasonable implementation for performance) causing the issue, with possibly the implementation of the Sphere (creating a temporary sketch?) that is not calling for the cache to be updated once changes have been made (assuming it does update normally with other features, which I haven't tested)