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?
Oops, your profile's looking a bit empty! To help us tailor your experience, please fill in key details like your SketchUp version, skill level, operating system, and more. Update and save your info on your profile page today!
🫛 Lightbeans Update | Metallic and Roughness auto-applied in SketchUp 2025+ Download
D
Offline
Posts
-
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