BoundingBoxExtent Enumeration |
The extent of the bounding box
Namespace: Aspose.ThreeD.UtilitiesAssembly: Aspose.3D (in Aspose.3D.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic enum BoundingBoxExtent
Public Enumeration BoundingBoxExtent
public enum class BoundingBoxExtent
Members
| Member name | Value | Description |
---|
| Null | 0 |
Null bounding box
|
| Finite | 1 |
Finite bounding box
|
| Infinite | 2 |
Infinite bounding box
|
See Also