|
|
The BoundingBox3D type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
|
|
Center |
Center of bounding box
|
|
|
Empty |
Returns an empty bounding box
|
|
|
HasSurfaceArea |
Does bounding box have a non-zero surface area ?
|
|
|
HasVolume |
Does bounding box have a non-zero volume ?
|
|
|
IsDisposed |
Gets a value indicating whether the object has been disposed and is no longer available.
(Inherited from NativeHandle.) |
|
|
IsEmpty |
Is bounding box empty ?
|
|
|
IsReadOnly | (Overrides NativeHandle..::..IsReadOnly.) |
|
|
Max |
Return max point that defines corner of box with largest values for all components
|
|
|
Min |
Return min point that defines corner of box with smallest values for all components
|
|
|
Size |
Extents of bounding box from min point to max point
|
|
|
SurfaceArea |
Sum of the areas of the faces of the bounding box, 0 if empty
|
|
|
Volume |
Volume of bounding box, 0 if empty
|