domthom21 / eurocodedesign

Typed python framework for eurocode calculations
https://eurocodedesign.readthedocs.io/
Mozilla Public License 2.0
5 stars 1 forks source link

[ENH] Find a steel section based on the value of a section parameter #46

Closed nc-hsu closed 1 year ago

nc-hsu commented 1 year ago

Describe the solution you'd like To be able to search the database for the optimal section based on the provided value of a section property. An example stub would be: get_optimal(section_type:str, property:str, value:float)

an simple example would be get_optimal("IPE", "area", 6100) and it would return an IPE330 section

nc-hsu commented 1 year ago

Closed by #49