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.

Properties

NameTypeAccessDescription
extentXnumberReadHolds the size of the bounding box along the X axis
extentYnumberReadHolds the size of the bounding box along the Y axis
extentZnumberReadHolds the size of the bounding box along the Z axis

Methods

SignatureDescription
constructor(extentX: number, extentY: number, extentZ: number)Creates a new instance with the given X, Y, and Z extents
toString()stringReturns a string that describes the three extents of the box

See Also