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: Update geometry for consistent type hinting #164

Closed talledodiego closed 2 months ago

talledodiego commented 2 months ago

@mortenengen I have done these small changes to better support type hinting related to geometry and to make consistent the API between PointGeometry and SurfaceGeometry. It can be done even better probably (see comments along code).