forge-rcdb.nodejs icon indicating copy to clipboard operation
forge-rcdb.nodejs copied to clipboard

Forge Viewer 7.73, selected objects are not highlighted and selection event does not deliver the selected object id

Open basabaris opened this issue 3 years ago • 0 comments

Hi!

We have noticed that the selected objects are not highlighted and selection changed event does not deliver the fragment/db id of the selected object with the last minor update(7.73). It works as expected if we specify the minor version as below:

 <link rel="stylesheet" href="https://developer.api.autodesk.com/modelderivative/v2/viewers/7.72.*/style.min.css" type="text/css">
  <script src="https://developer.api.autodesk.com/modelderivative/v2/viewers/7.72.*/viewer3D.min.js"></script>
  • The model is loaded by using SceneBuilder extension
  • addFragment method used to add geometry to viewer
  • Any selection mode can be used to select objects
  • We load only one model, however we tried to use aggregated selection changed event but also with no success

basabaris avatar Aug 08 '22 07:08 basabaris