CADability dotNET
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Returns all objects that interfere or are close to the provided box.
Namespace: CADabilityAssembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Syntax
| C# |
|---|
public T[] GetObjectsFromBox( BoundingCube box ) |
| Visual Basic |
|---|
Public Function GetObjectsFromBox ( _ box As BoundingCube _ ) As T() |
| Visual C++ |
|---|
public: array<T>^ GetObjectsFromBox( BoundingCube box ) |
Parameters
- box
- Type: CADability..::..BoundingCube
Box for the selection