Administrator's release notes: Miscellaneous general improvements
Complex geometry support in Rebar Shape Manager
Rebar shape manager now uses the polycurve (complex) geometry when the value of the XS_REBAR_USE_POLYCURVES_IN_EVALUATOR advanced option is TRUE.
For more information about this improvement, see Changes in advanced options in the Tekla Structures 2022 release notes.
TRUE is the default value. No action is needed if you have not changed the default value.
Mesh measures in illogical order - update rebar_config.inp
The order of the measurements in the SIZE attribute for meshes has been corrected so that the length of the longitudinal bars comes before the length of the crossing bars as expected.
Previously, the SIZE attribute for meshes returned the measurements in an illogical order: the diameter and spacing of the longitudinal bars were before the crossing bars, but the length of the longitudinal bar were after the crossing bars.
This update has been made in the default common/system/rebar_config.inp file. If you use a custom rebar_config.inp file, make the following update:
Old:
RebarMeshSize="%CC_DIAMETER_LONG%/%CC_DIAMETER_CROSS%-%CC_PITCHING_LONG%/%CC_PITCHING_CROSS%-%WIDTH%/%LENGTH%""
New:
RebarMeshSize="%CC_DIAMETER_LONG%/%CC_DIAMETER_CROSS%-%CC_PITCHING_LONG%/%CC_PITCHING_CROSS%-%LENGTH%/%WIDTH%""
Improvements in top-in-form face
If you have not specifically set the top-in-form value, the Show top-in-form face command now highlights the default face, which is the front face of the part.
For more information about this improvement, see Default value for top-in-form face in the Tekla Structures 2022 release notes.
This update has been made in the default common/inp/objects.inp file. If you use a custom objects.inp file, make the following update in your custom file:
Old:
attribute("FixedMainView", "j_FixedDrawingMainView", option,"%s", no, none,"0.0", "0.0")
{
value("", 2)
value("j_Top", 0)
.....
attribute("FixedMainView", "j_TopInFormFace", option,"%s", yes, none,"0.0", "0.0")
{
value("", 2)
value("j_Top", 0)
New:
attribute("FixedMainView", "j_FixedDrawingMainView", option,"%s", no, none,"0.0", "0.0")
{
value("j_Default", 2)
value("j_Top", 0)
.....
attribute("FixedMainView", "j_TopInFormFace", option,"%s", yes, none,"0.0", "0.0")
{
value("j_Default", 2)
value("j_Top", 0)
Improvements in inquiring welds
Weld seams that are unrealistically far away from each other are now detected when you inquire welds using the Inquire object command.
The error code list now contains a
new error code E7: Weld seams are far apart from
each other.
For more information about this improvement, see Improvements in inquiring welds in the Tekla Structures 2022 release notes.
This update has been made in the default commonenvironment\system\TS_Report_Inquire_Welding.rpt file. If you use a custom inquiry report, make the following changes in your custom .rpt file:
New About dialog box in the Tekla on-demand license administration tool
The new About dialog box in the Tekla on-demand license administration tool now shows version information.
To open the About dialog box, click the Help button, then select About.