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.

Matrix Methods

The Matrix type exposes the following members.

Methods
  NameDescription
Public methodGetTranspose
Returns a new matrix which is a transpose of the current matrix. The transposed matrix is an inversion of the current matrix, if the current matrix was a valid rotation matrix.
Public methodToString
Returns a string that represents the current matrix.
(Overrides ObjectToString.)
Public methodTransform(IEnumerablePoint)
Transforms the given points using the current matrix.
Public methodTransform(Point)
Transforms the given point using the current matrix.
Public methodTranspose
Transposes a matrix. The resulting matrix is an inversion of the current matrix, if the current matrix was a valid rotation matrix.
Top
See Also