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.

Line Constructor

Overload List
  NameDescription
Public methodLine
Instantiates a line with an undefined direction.
Public methodLine(LineSegment)
Instantiates a line defined by the given line segment.
Public methodLine(Point, Point)
Instantiates a line defined by the given points.
Public methodLine(Point, Vector)
Instantiates a line defined by the given point and direction vector.
Top
See Also