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.

PickerPickPoint Method

Overload List
  NameDescription
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.
Top
See Also