With the new content cache in Rhino 8 what is the correct way to perform the following:
- pull in geometry into grasshopper from a layer in Rhino, say a set of surfaces on layer named “Windows_1”
- Perform an operation on this geometry in grasshopper eg - scale all these windows by a factor
- (this is the bit I would like clarification on) - bake this newly modified geometry to “Windows_1” layer OVERWRITING, the original geometry
I know its possible to simply internalise the input brep in grasshopper, then delete in Rhino, and then bake back modified geometry, but this doesnt feel like the intended method.