bimworld
Results
1
issues of
bimworld
I get a runtime error calling the is_line function in Utils' edge.py ``` b = BRepPrimAPI_MakeBox(10, 20, 30).Shape() t = Topo(b) ed = next(t.edges()) my_e = Edge(ed) print(my_e.is_line()) ``` >...