Methods
Model

getSceneState

Returns the current state of the objects in the scene.

Example



Usage

JS


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

JS