Methods
Object

getObjects

Returns information about the specified objects.

Example



Usage

JS


Parameters

objectIds

List of object ids to limit result, returns all objects by default.

Type

Required

Array[String]

No

Return Value

List of object information.

If any of the ids in the list are invalid, the corresponding entry in the returned list will be null.

Type

Array[Object or Null]

Properties

Name

Type

Description

id

String

Id of the object

modelId

String

Id of the model

triangleCount

Number

Number of triangles in the object geometry

Example

JS




Updated 13 Sep 2024
Did this page help you?