Rhino Components Replacing instead of Baking

I have a curve that is referenced from Rhino Model.

This is before baking: The curve is red and in layer ‘Default’

My idea is to duplicate the curve into a new layer, this is what baking is supposed to do.

This is after baking:

Not only is my original curve deleted and moved into Boundary Curve layer (now white), but it is also now being referenced into the Grasshopper!

Taking the liberty of tagging you guys.
@scottd @andyopayne

bake curve.gh (12.0 KB)
curve.3dm (46.6 KB)

Correct, you’ve turned your Rhino curve into a Model Object and made the change. If you don’t want to change the original Curve you’ll need to copy it instead of turning it into a Model Object, something like this…

That is super unnecessary and confusing. That is not what bake means.

In fact that’s not what this bake does.

Nor this one.

The only reason I “turned it into a model object” is because that is the only way that I know Rhino components allow the user to assign a layer to an object.

Don’t plug the curve into the Model Object input. What happens when you plug it into the geometry input?

1 Like

That works as expected, thank you!

1 Like