BoundingBoxExtent

BoundingBoxExtent

Overview

BoundingBoxExtent is a class in Aspose.3D FOSS for TypeScript.

This class declares 4 methods for BoundingBoxExtent objects in TypeScript programs. Available methods include: constructor, finite, infinite, null. 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.
null()BoundingBoxExtentCalls null on this BoundingBoxExtent instance.
finite()BoundingBoxExtentCalls finite on this BoundingBoxExtent instance.
infinite()BoundingBoxExtentCalls infinite on this BoundingBoxExtent instance.

See Also