BoundingBox
Overview
BoundingBox is a class in Aspose.3D FOSS for .NET.
The bounding box of the entity
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Minimum | FVector3 | Read/Write | Gets or sets the minimum corner point of the bounding box |
Maximum | FVector3 | Read/Write |
Methods
| Signature | Description |
|---|---|
BoundingBox() | Initializes the box with the specified minimum and maximum vectors |
BoundingBox(minimum: FVector3, maximum: FVector3) |