By eliminating the result output in the content cache it will even be faster.
There are a few ways to release the objects. Using bake action may also work in your case. Although, do you mean to have it dynamic for a while, then release it later at a certain point? Or are there multiple different options?
Thanks Scott, to clarify, Iām after an ephemeral mode: keep the objects in the Rhino doc only while the GH definition is running, and automatically delete them when the definition is disabled or the GH document is closed (basically GH preview behaviour, but as real doc objects so vector print respects draw order).
Would an āAuto-purge on disable/closeā option make sense for Content Cache?
If thereās a hook (e.g., on DocumentDisabled / DocumentRemoved / SolutionEnd) I could try a small script/custom component. Happy to test.
This might be related to RH-76822.
I also came across this old thread with an interesting comment from @DavidRutten. Back then, Ctrl+F / Ctrl+B on the components used to affect draw order, but that no longer seems to work.
Iām coming back with an issue regarding dot patterns. I created one using the new Grasshopper component. However, when I try to use it, I canāt set a different color for the background. The background and the pattern elements always remain the same color.
I also noticed in the above file that line hatches can be exploded, but dot patterns cannot. Is this intentional? It might be useful to explode them sometimes.
This is essentially an open source project at this point. Does anyone have linework that might represent some of these patterns? Perhaps we can start sourcing some here?