BlockResearchGroup / compas_ags

Design and Analysis of 2D structures using algebraic graphic statics
https://blockresearchgroup.github.io/compas_ags/
MIT License
15 stars 9 forks source link

remove_proxy functions + add .dual #134

Closed ricardoavelino closed 3 years ago

ricardoavelino commented 3 years ago

This PR remove the _proxy functions and add returns to the respective functions. This way they can be called from the UI.

It also adds the .dual information to the diagrams inside the function update_diagrams_from_constraint, which is necessary since using the proxy directly such information gets lost.