BoundingBoxExtent
General
BoundingBoxExtent és una classe de l’Aspose.3d per a Typescript. Hereta del: ゚BoundingBoxExtent⌒ .
BoundingBoxExtent.constructor crea una nova instància amb les extensions X, Y i Z especificades.
Propietats
| Name | Type | Access | Description |
|---|---|---|---|
extentX | number | Read | Stores the size of the bounding box along the X axis |
extentY | number | Read | Stores the size of the bounding box along the Y axis |
extentZ | number | Read | Stores the size of the bounding box along the Z axis |
Mètodes
| Signature | Description |
|---|---|
constructor(extentX: number, extentY: number, extentZ: number) | Creates a new instance with the specified X, Y and Z extents |
toString() → string | Returns a string representation of the three extent values |