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
| Name | Type | Access | Description |
|---|---|---|---|
extentX | number | Read | Gets the extent x. |
extentY | number | Read | Gets the extent y. |
extentZ | number | Read | Gets the extent z. |
Methods
| Signature | Description |
|---|---|
constructor(extentX: number, extentY: number, extentZ: number) | Creates a new instance with the given X, Y, and Z extents |
null() → BoundingBoxExtent | Returns a BoundingBoxExtent representing a null (zero‑size) box |
finite() → BoundingBoxExtent | Returns a BoundingBoxExtent with finite extents (non‑infinite) |
infinite() → BoundingBoxExtent | Returns a BoundingBoxExtent whose extents are set to infinity |