Topologicpy to Neo4j and back to Topologicpy

Hello Topologicpy community!
I just discovered OSArch and am hoping this is the place to find help.

I’ve been working on a workflow: Topologicpy -> Neo4j -> Topologicpy, and I’ve been struggling with the second part for two weeks now. I’m still a beginner with python. My problem is reconstituting the geometry in Topologicpy at the end of the workflow. I’ve created a local copy of Topologicpy with Wassim’s most recent commits that include updating the BREPString parameters. I’m able to get as far as listing the vertex.objects in my Neo4j-> Topologicpy file, but when I apply Topology.ByBREPString it only returns one face. I noticed my vertex.object list is not actually a list but of the class vertex.object, and I cannot iterate over them. How do I access their dictionaries to create a CellComplex?

Sign In or Register to comment.