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

vertical_from_q #23

Closed tkmmark closed 4 years ago

tkmmark commented 4 years ago

def vertical_from_q line 246:

change form.edge_attributes(edge, '_f', f[index, 0]) to form.edge_attribute(edge, '_f', f[index, 0])

tomvanmele commented 4 years ago

solved