Methods
Model
getModels
returns the specified models example usage const modelids = \["model id 1, model id 2"]; const modelinfos = viewer3d getmodels(modelids); parameters modelids list of model ids to limit result, returns all models by default true 330,331left unhandled content type left unhandled content type left unhandled content type left unhandled content type return value list of models true 661left unhandled content type left unhandled content type properties true 220,92,349left 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 "model id 1", boundingbox { max { x 100, y 100, z 0 }, min { x 0, y 0, z 0 } }, originalboundingbox { max { x 100, y 100, z 0 }, min { x 0, y 0, z 0 } } } ];