Hello
How to Add Data Information containing Object Name and Layer Name into Curve Component so When it Bake it Will have That information to the Baked Curve or Polyline?
Hello
How to Add Data Information containing Object Name and Layer Name into Curve Component so When it Bake it Will have That information to the Baked Curve or Polyline?
Have you tried the Grasshopper Rhino components yet?
yes but it cant… it is possible that i created a polyline thru points components then i want to put layer name and object name to that polyline created from points then last connection is CRV(Curve component) but it will stored that data of layer name and object name into CRV curve component? or there’s another way to store data information into crv component?
Hi -
No, you can’t store non-geometry information in those components. You’ll need to use the Model Object component to combine geometry and attributes.
Please always post a relevant .gh file.
-wim