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 true left unhandled content type left unhandled content type left unhandled content type left unhandled content type return value the bounding box of the objects true left unhandled content type left unhandled content type example { max { x 100, y 100, z 0, }, min { x 0, y 0, z 0, }, }