Shape:getAABB

Edit

Returns the axis aligned bounding box of the Shape.

minx, maxx, miny, maxy, minz, maxz = Shape:getAABB()

Arguments

None

Returns

NameTypeDescription
minxnumber The minimum x coordinate of the box.
maxxnumber The maximum x coordinate of the box.
minynumber The minimum y coordinate of the box.
maxynumber The maximum y coordinate of the box.
minznumber The minimum z coordinate of the box.
maxznumber The maximum z coordinate of the box.

See also