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 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 docid\ w y1d3zvta83yjycevckw current bounding box of the model originalboundingbox box3 docid\ w y1d3zvta83yjycevckw bounding box without applying transform 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, }, }, }, ];