BoundingBoxExtent

BoundingBoxExtent

Overview

BoundingBoxExtent is a class in Aspose.3D FOSS for Typescript.

BoundingBoxExtent.constructor creates a new instance with the given X, Y, and Z extents.

This class provides 4 methods for working with BoundingBoxExtent objects in Typescript programs. Available methods include: constructor, finite, infinite, null. All public members are accessible to any Typescript application after installing the Aspose.3D FOSS for Typescript package. Properties: extentX, extentY, extentZ.

Properties

NameTypeAccessDescription
extentXnumberReadGets the extent x.
extentYnumberReadGets the extent y.
extentZnumberReadGets the extent z.

Methods

SignatureDescription
constructor(extentX: number, extentY: number, extentZ: number)Creates a new instance with the given X, Y, and Z extents
null()BoundingBoxExtentReturns a BoundingBoxExtent representing a null (zero‑size) box
finite()BoundingBoxExtentReturns a BoundingBoxExtent with finite extents (non‑infinite)
infinite()BoundingBoxExtentReturns a BoundingBoxExtent whose extents are set to infinity

See Also