Grasshopper

algorithmic modeling for Rhino

[Rhino] can we store customized attributes information for each geometry in a model

E.g. each patch on the building facade has a radiation value. So, can we store this information as an attribute "radiation" for each patch surface so that we can use it later to create geometry or analysis ?

In software like Houdini from Sidefx, users can customize attributes (numerical value or string, etc) for polygon, point and vertices objects in the model.

Thanks!

Views: 528

Replies to This Discussion

I tend to bake the points. Using the Human [CreateAttributes] and [BakeGeometry] components, you can bake geometry with a specified name, which I've associated with the radiationResult output below.

You can later reference the baked geometry and its attributes with the Human [DynamicGeometryPipeline] and [ObjectAttributes] components.

RSS

About

Translate

Search

Videos

  • Add Videos
  • View All

© 2024   Created by Scott Davidson.   Powered by

Badges  |  Report an Issue  |  Terms of Service