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 true 330,331left unhandled content type left unhandled content type left unhandled content type left unhandled content type 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 true 661left unhandled content type left unhandled content type properties true 220,102,339left unhandled content type left unhandled content type left unhandled content type left unhandled content type left unhandled content type left unhandled content type left unhandled content type left unhandled content type left unhandled content type left unhandled content type left unhandled content type left unhandled content type example \[ { id "192042324556", modelid "my model id", trianglecount 60 } ];