|
BoundsSetBoundingBox(BoundingBox, Boolean) Method |
Sets the BoundingBox property value.
When checkForEmpty parameter is true, it also checks if the new BoundingBox is empty and sets the
IsEmpty property accordingly.
If checkForEmpty parameter is false, then the
IsEmpty property is set to false.
To set the BoundingBox to empty value call the
Clear method.
Namespace: Ab3d.DirectXAssembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax public void SetBoundingBox(
ref BoundingBox boundingBox,
bool checkForEmpty = false
)
Parameters
- boundingBox BoundingBox
- BoundingBox
- checkForEmpty Boolean (Optional)
- true to check if the BoundingBox is empty.
See Also