compas-dev / compas

Core packages of the COMPAS framework.
https://compas.dev/compas/
MIT License
305 stars 104 forks source link

Wrong call of FaceNetwork in Mesh.from_lines() #21

Closed robin-oval closed 6 years ago

robin-oval commented 6 years ago

Cannot import FaceNetwork from compas.topology at line 412, in from_lines, "...\compAS\core\src\compas\datastructures\mesh\mesh.py"

Should be called from compas.datastructures.network

tomvanmele commented 6 years ago

solved in hotfix 0.1.0-facenetwork_import. merged into master and develop