My data is read from a *.csv
This way I draw entities and import components into a model.
I want the "link" specified in a specific column of the *.csv, for the instance being created, to be followed and opening the file when I click on the component or face of entity. Can anyone offer a script to this effect?
💡 LightUp 7.1 | SketchUp's only real-time renderer that uses object-based rendering
Download Trial
D
Latest posts made by DNHG
-
Call an image
-
RE: Colour to the pushhpull part
You can close this question...
face.material = "colour"
before you
face.pushpull "distance"It is just the order that things happen in...
Thanks
DNHG@dnhg said:
Hello,
With Ruby I have drawn a square and told it to extrude (pushpull)
Then I added colour to the face, and I also wan to colour the extruded part... How do I do that?
DN -
Colour to the pushhpull part
Hello,
With Ruby I have drawn a square and told it to extrude (pushpull)
Then I added colour to the face, and I also wan to colour the extruded part... How do I do that?
DN