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.

ModelObjectSelector Methods

The ModelObjectSelector type exposes the following members.

Methods
  NameDescription
Public methodGetObjectsByBoundingBox
Returns an enumerator of the given view's visible model objects that collide with the given geometrical bounding box. Note that this method uses approximate bounding boxes and thus is NOT EXACT, and may return objects not necessarily colliding with the given box but only being somewhere near to it.
Public methodGetSelectedObjects
Returns an enumerator of all the selected model objects in the model view.
Public methodSelect(ArrayList)
Selects a list of objects from the user interface.
Public methodSelect(ArrayList, Boolean)
Selects a list of objects from the user interface.
Top
See Also