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 Methods

The AABB type exposes the following members.

Methods
  NameDescription
Public methodCollide
Checks if the current axis-aligned 3d bounding box collides with another given axis-aligned 3d bounding box. Both axis-aligned 3d bounding boxes need to be in the same coordinate system or in the same workplane, so that they are defined using the same axes.
Public methodGetCenterPoint
Returns the geometric center point of the current axis-aligned 3d bounding box.
Public methodGetCornerPoints
Returns all corner points of the current axis-aligned 3d bounding box.
Public methodIsInside(LineSegment)
Checks if the given line segment is inside the current axis-aligned 3d bounding box.
Public methodIsInside(Point)
Checks if the given point is inside the current axis-aligned 3d bounding box.
Top
See Also