ClashCheckHandlerGetIntersectionBoundingBoxes Method |
Get a list of bounding boxes (AABB) of the clashing volumes of two objects.
Namespace: Tekla.Structures.Model
Assembly: Tekla.Structures.Model (in Tekla.Structures.Model.dll) Version: 2023.0.3
Syntax
Parameters
- ID1
- Type: Tekla.StructuresIdentifier
The identifier of the first object. - ID2
- Type: Tekla.StructuresIdentifier
The identifier of the second object.
Return Value
Type: ArrayListA list of bounding boxes of the clashing volumes.
See Also