⌘
K
Getting Started
Document API
Model API
Organization API
Project API
Topic API
User API
Webhook API
2D Viewer SDK
3D Viewer SDK
3D Viewer SDK
Getting Started
BIM Models
Point Clouds
CityGML
Using Navigation
Interacting with IFC GUIDs
Methods
Clipping Plane
IFC
Image
Measurement
Model
Navigation
Object
Product
Screenshot
Selection
Settings
Shape
View
Viewer
Events
Types
API Reference
Release Channels
Changelog
Using jQuery
Viewer Widget
Docs powered by
Archbee
Methods
Selection
getSelected
Returns the object selection.
Example
Usage
JS
1
const
selectedObjectIds
=
viewer3d
.
getSelected
(
)
;
const selectedObjectIds = viewer3d.getSelected();
Return Value
List of object ids
Type
Array[String]
Updated 13 Sep 2024
Did this page help you?
PREVIOUS
deselectAll
NEXT
select
Docs powered by
Archbee
TABLE OF CONTENTS
Example
Usage
Return Value
Docs powered by
Archbee