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.

Picker Methods

Methods
  NameDescription
Public methodPickFace
Queries the user to pick a face from the model.
Public methodPickFace(String)
Queries the user to pick a face from the model with the given prompt.
Public methodPickLine
Queries the user to pick a line from the model.
Public methodPickLine(String)
Queries the user to pick a line from the model with the given prompt.
Public methodPickObject(PickerPickObjectEnum)
Queries the user to pick one model object from the model.
Public methodPickObject(PickerPickObjectEnum, String)
Queries the user to pick one model object from the model with the given prompt.
Public methodPickObjects(PickerPickObjectsEnum)
Queries the user to pick model objects from the model.
Public methodPickObjects(PickerPickObjectsEnum, String)
Queries the user to pick model objects from the model with the given prompt.
Public methodPickPoint
Queries the user to pick a point from the model.
Public methodPickPoint(String)
Queries the user to pick a point from the model with the given prompt.
Public methodPickPoint(Point)
Queries the user to pick a point from the model with reference to the given point.
Public methodPickPoint(String, Point)
Queries the user to pick point with given prompt and reference to another point.
Public methodPickPoints(PickerPickPointEnum)
Queries the user to pick points from the model.
Public methodPickPoints(PickerPickPointEnum, String)
Queries the user to pick points from the model with the given prompt and reference to another point.
Top
See Also