BoundingBoxExtent
BoundingBoxExtent
Overview
BoundingBoxExtent 是一个类在Aspose.3D FOSS for Typescript中.
BoundingBoxExtent.constructor creates a new instance with the given X, Y, and Z extents.
本类提供了4种方法,用于在TypeScript程序中使用BoundingBoxExtent对象. 有的方法包括: constructor, finite, infinite, null. 在安装Aspose.3D FOSS for Typescript 包后,所有公众成员都可以访问任何TypeScript应用程序. 特性: extentX, extentY, extentZ.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
extentX | number | Read | 得到了x的范围. |
extentY | number | Read | 得到了 y 的范围. |
extentZ | number | Read | 得到了Z的范围. |
Methods
| Signature | Description |
|---|---|
constructor(extentX: number, extentY: number, extentZ: number) | 创建一个新的实例,给出了X,Y和Z的扩展范围. |
null() → BoundingBoxExtent | 返回一个 BoundingBoxExtent 表示 null (零尺寸) 的框 |
finite() → BoundingBoxExtent | 返回一个 BoundingBoxExtent 有有限的范围 (非无限) |
infinite() → BoundingBoxExtent | 返回一个 BoundingBoxExtent 的扩展设置为无限. |