Dlubal.api set variable LayersReferenceTableRow

I'm migrating from the client api to the dlubal.api. I can't find a proper documentation on the definition of the structure_core.Thickness.layers_reference_table object in the documentation.
After some debugging i checked that the object nested in this is of type ArrayOfThicknessLayersReferenceTable instead of the LayersReferenceTableRow stated at the documentation. Is it possible to build this element currently with python?

Hi Renan,

Thank you for your question!

At the moment, it is not possible to build or set attributes using the nested tree table model behind structure_core.Thickness.layers_reference_table in Python. The underlying implementation currently does not support setting this structure directly.

However, the good news is that we are actively working on enabling this functionality, and support for it should be available within the next month (subject to final testing). I will keep you updated here as soon as it is released.

If you’d like, you can also follow the Dlubal API release notes or release notes for the latest updates.

Thank you for your patience!

3 Likes