Methods
Object
getBoundingBox
returns the bounding box of the specified objects example usage const objectids = \["object 1", "object 2"]; const boundingbox = viewer3d getboundingbox(objectids); parameters objectids list of object ids type required array\[string] yes return value the bounding box of the objects type box3 docid\ w y1d3zvta83yjycevckw example { max { x 100, y 100, z 0, }, min { x 0, y 0, z 0, }, }