Box3d

- class Box3d
Methods
__init__(*args, **kwargs)Overloaded function.
__repr__(self)center(self)extendBy(*args, **kwargs)Overloaded function.
hasVolume(self)intersects(*args, **kwargs)Overloaded function.
isEmpty(self)majorAxis(self)makeEmpty(self)size(self)Properties
minmax- __init__(*args, **kwargs)
Overloaded function.
__init__(self: Imath.Box3d) -> None
__init__(self: Imath.Box3d, arg0: Imath.Box3d) -> None
__init__(self: Imath.Box3d, arg0: Imath.V3d) -> None
__init__(self: Imath.Box3d, arg0: Imath.V3d, arg1: Imath.V3d) -> None
- center(self: Imath.Box3d) Imath.V3d
- extendBy(*args, **kwargs)
Overloaded function.
extendBy(self: Imath.Box3d, arg0: Imath.V3d) -> None
extendBy(self: Imath.Box3d, arg0: Imath.Box3d) -> None
- hasVolume(self: Imath.Box3d) bool
- intersects(*args, **kwargs)
Overloaded function.
intersects(self: Imath.Box3d, arg0: Imath.V3d) -> bool
intersects(self: Imath.Box3d, arg0: Imath.Box3d) -> bool
- isEmpty(self: Imath.Box3d) bool
- majorAxis(self: Imath.Box3d) int
- makeEmpty(self: Imath.Box3d) None
- size(self: Imath.Box3d) Imath.V3d