Administrator's release notes: Miscellaneous general improvements
This version of Tekla Structures includes these general improvements.
New advanced option: XS_DSTV_LIST_WEIGHT
The new XS_DSTV_LIST_WEIGHT advanced option replaces the old XS_DSTV_LIST_NET_WEIGHT advanced option.
For more information, see What's new in advanced options in Tekla Structures 2026.
Change the value of the advanced option in your .ini file if needed.
TTSD-67596
End Condition UDAs for bent plates and lofted plates
End Condition UDAs are now also available for bent plates and lofted plates.
If you use a custom objects_EndConditions.inp file, add these attributes to your objects_EndConditions.inp file:
/***************************************************************************/
/* Bent plate attributes */
/***************************************************************************/
bentplate(0,"j_bent_plate")
{
tab_page("EndConditions","jd_EndConditions",6)
modify(1)
}
/***************************************************************************/
/* Lofted plate attributes */
/***************************************************************************/
loftedplate(0,"j_lofted_plate")
{
tab_page("EndConditions","jd_EndConditions",6)
modify(1)
}
TTSD-68165