ll.GetBoundingBox(ID: uuid) : list
Returns the bounding box around the object (including any linked prims) relative to its root prim, as a list in the format [ (vector) min_corner, (vector) max_corner ].
ll.GetBoundingBox(uuid(<key>))
{
"def": "func",
"desc": "Returns the bounding box around the object (including any linked prims) relative to its root prim, as a list in the format [ (vector) min_corner, (vector) max_corner ].",
"energy": 10,
"sleep": 0,
"pure": true,
"link": "https://wiki.secondlife.com/wiki/LlGetBoundingBox",
"name": "GetBoundingBox",
"signatures": [
{
"result": [
{
"name": "",
"def": "result",
"desc": "",
"variadic": false,
"type": [
"list"
],
"optional": false
}
],
"args": [
{
"def": "arg",
"name": "ID",
"desc": "",
"type": [
"uuid",
"string"
],
"variadic": false,
"optional": false
}
]
}
]
}