Bounding box - different colours
-
Is it possible to have different colour bounding boxes in the same scene - for example, move red selection to blue destination.
Thanks.
-
You'd have to create your own tool.
-
@thomthom said:
You'd have to create your own tool.
So it can be done - with BoundingBox.new and Sketchup::Color.new - would that be going in the right direction?
-
You would need to create your own tool that draws to the screen. Then it could draw bounding boxes around your components. And you could specify any color you desire. I am out of mental gas for the day, but maybe tomorrow I could try to mock up a quick snippet that would show how its done.
Chris
-
@chris fullmer said:
You would need to create your own tool that draws to the screen. Then it could draw bounding boxes around your components. And you could specify any color you desire. I am out of mental gas for the day, but maybe tomorrow I could try to mock up a quick snippet that would show how its done.
Chris
Very kind - it's not urgent but I needed to know if it were possible. But of course if you find some time ...
Advertisement