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.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
extentX | number | Read | Holds the size of the bounding box along the X axis |
extentY | number | Read | Holds the size of the bounding box along the Y axis |
extentZ | number | Read | Holds the size of the bounding box along the Z axis |
Methods
| Signature | Description |
|---|---|
constructor(extentX: number, extentY: number, extentZ: number) | Creates a new instance with the given X, Y, and Z extents |
toString() → string | Returns a string that describes the three extents of the box |