Tests if a bounding box fits into another bounding box.
Namespace:
ceometric.ComputationalGeometryAssembly: ceometric.ComputationalGeometry (in ceometric.ComputationalGeometry.dll) Version: 2.2.0.0 (2.2.0.0)
Syntax
| C# |
|---|
public bool FitsInto( BoundingBox boundingBox ) |
| Visual Basic (Declaration) |
|---|
Public Function FitsInto ( _ boundingBox As BoundingBox _ ) As Boolean |
| Visual C++ |
|---|
public: bool FitsInto( BoundingBox^ boundingBox ) |
Parameters
- boundingBox
- Type: ceometric.ComputationalGeometry..::.BoundingBox
A bounding box.