EleFront

EleFront is an add-on that allows the user to bake geometry, annotations and blocks with user defined attributes and or Rhino attributes. Rhino objects can be referenced and filtered dynamically, to be used in Grasshopper.

Full description and download from:

http://www.food4rhino.com/app/elefront

The discussion group below is the best place for asking questions and discussing the usage of the add-on.

Double bake with user attributes

Hi.

I'm trying to produce controllers for geometry (triangle polyline) with an ID (pasted in user attributes).

If there are already some controllers in the model, i define them via Dynamic pipeline node (Human plug-in), extract their IDs, sort them, add 1 to the last ID and bake a new one with a new ID.

The aim is to know the order controllers were produced in the model.

the problem is that triangles are baked twice every time. If i bake a single triangle, I've got two of them in the model.

How can it be fixed?

  • up

    Alan Tai

    I missed your post. It is the interaction between dynamic pipeline and the bake component that results in baking the objects twice. You should be able to fix this be adding a BakeName to the bake component.
    Alan