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.

Point Constructor

Overload List
  NameDescription
Public methodPoint
Instantiates a point with zero members.
Public methodPoint(Point)
Instantiates a point with the given other point.
Public methodPoint(Double, Double)
Instantiates a point with the given coordinates and zero Z-coordinate.
Public methodPoint(Double, Double, Double)
Instantiates a point with the given coordinates.
Top
See Also