BlockResearchGroup / compas_tna

Form finding of funicular networks in compression with vertical loads using Thrust Network Analysis
https://blockresearchgroup.github.io/compas_tna
MIT License
13 stars 9 forks source link

count_dof - no attribute 'xyz' in form #8

Closed kiunana closed 4 years ago

kiunana commented 5 years ago

When trying to count the dof, gets the following error

File "C:\compas_tna\src\compas_tna\utilities\diagrams.py", line 55, in count_dof xyz = form.xyz() AttributeError: 'FormDiagram' object has no attribute 'xyz'

tomvanmele commented 5 years ago

count_dof and identify_dof are recent additions and were not meant to be part of the public API yet. sorry about that!

will finalise the implementation and re-release as soon as possible...

tomvanmele commented 4 years ago

this should be fixed now. please let me know if it is not.

note however, that these functions only provide meaningful results in a "bestfit" context, and that the current implementation is just there for illustrative purposes. a more robust version will be made available through compas_ags...