fib-international / structuralcodes

A Python library for structural engineering calculations
https://fib-international.github.io/structuralcodes/
Apache License 2.0
108 stars 22 forks source link

fix: bugfix triangulation #201

Closed talledodiego closed 1 month ago

talledodiego commented 1 month ago

When using meters as unit length the maximum area used for triangulation is a very small number and then was not properly used in current implementation. Fixed this behavior.