I'm trying to isolate some elements that I search with the method viewer.model.search
but when I use the viewer.isolate
method I get everything to hide.
I already use the getSelection
to isolate elements and I notice that they give me different dbId values for the same element. With getSelection
dbId works but with the search
doesn't
Does that anyone have this same error?
UPDATE 3/11/2019:
While I was trying to figure out what happened, I realized that the search
method gives you the number minus one, for example: if you get with the getSelection
the number 2302, the search
gives you 2301.
Is this a bug?