BoundingBoxExtent

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

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

Methods

SignatureDescription
constructor(extentX: number, extentY: number, extentZ: number)Calls constructor(extentX, extentY, extentZ) on this BoundingBoxExtent instance.
toString()stringCalls toString on this BoundingBoxExtent instance.

See Also