get_conversion_tables#

dlubal.api.rstab.Application.get_conversion_tables(self)#

Returns the configured material and section conversion tables.

Returns:

ConversionTables

Method Type: Core


Usage

conversion_tables = rstab_app.get_conversion_tables()
first_pair = conversion_tables.material_conversion_tables_manager.configs.rows[0].property_conversion_table.pair[0]
print(first_pair.first)
print(first_pair.second)