API Reference

Detailed and full API reference helps you master Tekla development

This is the most recent version of Tekla Open API.
For older versions, please visit Tekla Warehouse.

AABB Operators

Operators
  NameDescription
Public operatorStatic memberAddition(AABB, AABB)
Combines (adds) the given two axis-aligned 3d bounding boxes.
Public operatorStatic memberAddition(AABB, Point)
Adds the given point to the given axis-aligned 3d bounding box.
Public operatorStatic memberAddition(Point, AABB)
Adds the given point to the given axis-aligned 3d bounding box.
Top
See Also