Issues with grasshopper script after update to Dlubal Plugin

The script was functional before the holidays but after it seems to have automatically updated the plugin which resulted in the error "1. type: Enumeration item 'E_OBJECT_TYPE_CROSS_SECTION' not found.". I can see that the section component has been updated, but neither the old or the new component seem to change anything. I use parametric crossections so i thought perhaps if i pick a standard it would resolve, but this is also not the case. Any input would be appriciated.
Square quadrilateral grid.gh (260.7 KB)

Resolved after updating tot RFEM 6.12.0012

1 Like

Hi KajHasenaar,

Guess this case was also connected to this topic:

Best regards
Stefan Hoffmann

1 Like

Hello Stefan, I am using RFEM 6.11. Is it possible to solve this error while keeping this version?

`1. type: Enumeration item 'E_OBJECT_TYPE_CROSS_SECTION' not found. ´

Hi Christelle,

The change was implemented in RFEM 6.12.x so it should be ok to use RFEM 6.11 and the related Dlubal API.

  • pip install dlubal.api==<version>
    
    

    Replace with the desired version number (e.g., 2.11.x). The last two numbers in the version relate to the Dlubal App version, in the format X.11.x.

Best regards
Stefan Hoffmann