BoundingBoxExtent
Overview
BoundingBoxExtent is a class in Aspose.3D FOSS for TypeScript.
This class declares 2 methods for BoundingBoxExtent objects in TypeScript programs.
Available methods include: constructor, toString.
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) | Calls constructor(extentX, extentY, extentZ) on this BoundingBoxExtent instance. |
toString() → string | Calls toString on this BoundingBoxExtent instance. |