Select instances adds ghost
-
If I have multiple instances of component "x" in a different group or component, "y", when I call selection.add(x.instances), the instances get selected, but so do these ghosts (just lines, no faces). It looks like its the same instances of "x" but without the transform that would be applied by "y". Am I doing something wrong, or is this a bug, or...something? Thanks.
-
It's a known bug.
-
Ah, thanks!
-
Hi
I have found something similar when my tool picks faces and then
tries to add them to the Sketchup.active_model.selection and display it:
Two faces has been picked from two different component instances..selection.add face1 selection.add face2 view.invalidate
Advertisement