Methods
Object
getObjects
returns information about the specified objects example usage const objectids = \["object 1, object 2"]; const objectinfos = viewer3d getobjects(objectids); 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 \[ { id "192042324556", modelid "my model id", trianglecount 60, }, ];