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.

RectangleBoundingBox Properties

The RectangleBoundingBox type exposes the following members.

Properties
  NameDescription
Public propertyAngleToAxis
The angle of the bounding box in relation to the axis (the coordinate system's X-plane).
Public propertyHeight
The height of the bounding box.
Public propertyLowerLeft
The lower left corner point of the bounding box.
Public propertyLowerRight
The lower right corner point of the bounding box.
Public propertyMaxPoint
The maximum point of the axis-aligned 3d bounding box.
(Inherited from AABB.)
Public propertyMinPoint
The minimum point of the axis-aligned 3d bounding box.
(Inherited from AABB.)
Public propertyUpperLeft
The upper left corner point of the bounding box.
Public propertyUpperRight
The upper right corner point of the bounding box.
Public propertyWidth
The width of the bounding box.
Top
See Also