Methods
Space
getBoundingBox
returns the bounding box for a list of spaces example usage const spaceids = \["space 1", "space 2"]; const boundingbox = viewer2d getboundingbox(spaceids); parameters spaceids list of space ids type required array\[string] yes return value the bounding box of the spaces type box3 docid\ jffhx6zgbamwxgmvf z r example { max { x 100, y 100, z 0, }, min { x 0, y 0, z 0, }, }