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.

AnalysisResult Properties

The AnalysisResult type exposes the following members.

Properties
  NameDescription
Public propertyLoadCase
The load case. The real load cases have positive values 1, 2, 3, ... For min/max queries LoadCaseForMinMaxEnum can be used.
Public propertyLoadCaseInfo
The load case info (optional, max length 128).
Public propertyLoadCaseName
The load case name (max length 64).
Public propertyLoadCaseType
The load case type.
Public propertyModId
The time stamp of the result.
Public propertyObjectId
The identifier of the object. If ObjectType is OBJECT_TYPE_PART, ObjectId is (physical) part ID. If ObjectType is OBJECT_TYPE_MEMBER, ObjectId is the bar number when analysis bars are used in integration, otherwise ObjectId is the member number. If ObjectType is OBJECT_TYPE_AREA, ObjectId is the area number.
Public propertyObjectType
The object type. In result query the only supported type is the physical member (the part).
Public propertyPosition
The position on the part's START/END/...
Public propertyPositionCoordX
Global coordinate X (mm) when inserting result. Local (part) coordinate X (mm) when getting results.
Public propertyPositionCoordY
Global coordinate Y (mm) when inserting result. Local (part) coordinate Y (mm) when getting results.
Public propertyPositionCoordZ
Global coordinate Z (mm) when inserting result. Local (part) coordinate Z (mm) when getting results.
Public propertyPositionTolerance
The position's coordinate tolerance.
Public propertyValue
The result value.
Public propertyValueType
The result value type.
Top
See Also