Methods
Model

getSceneState

returns the current state of the objects in the scene example usage const modelids = \["model id 1", "model id 2"]; const scenestate = viewer3d getscenestate(modelids); parameters modelids list of model ids to limit result, includes all models by default type required array\[string] no return value the current state of the objects in the scene type object properties name type description selected array\[string] list of selected object ids visible array\[string] list of visible object ids hidden array\[string] list of hidden object ids translucent array\[string] list of translucent object ids example { selected \["272335963430"], visible \["272335963424", "272335963427", "272335963430"], hidden \["272335963429"], translucent \[], };