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.

BentPlateGeometrySolverAddLeg Method

Overload List
  NameDescription
Public methodAddLeg(ConnectiveGeometry, Contour)
Appends a polygon section to ConnectiveGeometry, using the maximal radius for the cylindrical connection.
Public methodAddLeg(ConnectiveGeometry, Contour, Double)
Appends a polygon section to this ConnectiveGeometry, using the specified radius for the cylindrical connection.
Public methodAddLeg(ConnectiveGeometry, Contour, BentPlateBendShape)
Appends a polygon section to ConnectiveGeometry, using the maximal radius for the cylindrical connection, or the maximum cone aperture for conical connection.
Public methodAddLeg(ConnectiveGeometry, LineSegment, Contour, LineSegment)
Appends a polygon section to this ConnectiveGeometry, using the specified connection points and maximal radius for the cylindrical connection.
Public methodAddLeg(ConnectiveGeometry, Contour, Double, Double)
Joins a polygon section to this ConnectiveGeometry, using the specified radius and aperture for the conical connection.
Public methodAddLeg(ConnectiveGeometry, LineSegment, Contour, LineSegment, Double)
Appends a polygon section to this ConnectiveGeometry, using the specified connection points and radius for the cylindrical connection.
Public methodAddLeg(ConnectiveGeometry, LineSegment, Contour, LineSegment, BentPlateBendShape)
Appends a polygon section to this ConnectiveGeometry, using the specified connection points and maximal radius for the cylindrical connection, or maximum aperture for conical connection.
Public methodAddLeg(ConnectiveGeometry, LineSegment, Contour, LineSegment, Double, Double)
Joins a polygon section to this ConnectiveGeometry, using the specified connection points and radius and aperture for the conical connection.
Top
See Also