Methods
Model

getModels

Returns the specified models.

Example



Usage

JS


Parameters

modelIds

List of model ids to limit result, returns all models by default.

Type

Required

Array[String]

No

Return Value

List of models.

Type

Array[Object]

Properties

Name

Type

Description

id

String

Id of the model

boundingBox

Box3

Current bounding box of the model

originalBoundingBox

Box3

Bounding box without applying transform

Example

JS