AABB3D script interface

The IAABB3D interface represents an axis-aligned bounding box in 3D. It contains a minimum and maximum extent on the X, Y and Z axes. It is returned by the IWorldInstance method getBoundingBox3d().

AABB3D APIs

constructor(left, top, back, right, bottom, front)
Create a new IAABB3D with the specified properties. Any parameters may be omitted in which case they will default to 0.
left
top
back
The minimum extent on the X, Y and Z axes respectively.
right
bottom
front
The maximum extent on the X, Y and Z axes respectively.
clone()
Return a new IAABB3D which is a copy of this one.
copy(other)
Set this object's properties according to another IAABB3D.
set(left, top, back, right, bottom, front)
Set all the properties with one call.
Construct Animate Manual 2026-03-12

On this page