Wassim Jabi

Results 67 comments of Wassim Jabi

@newshunhk I just tested it and it exported with no warnings. I am closing this for now, but if this is still an issue with the latest version of topologicpy,...

Your import statement is wrong It should be from topologicpy.Vertex import Vertex from topologicpy.Edge import Edge

I'm closing this issue since I have not heard back from you.

Sverchok and by association TopologicSverchok are not compatible with Blender 4.1

Dear @Krande Creating a CellComplex is one of the most expensive geometric and topological operations in #topologicpy. Many users don’t care about the actual entity type and just want to...

Hmmm. No sorry. I rushed that answer. The “CellComplex” is passed in MY code not yours. OK. I need to better design the input parameters to allow the user to...

We are rewriting TopologicSverchok from the ground up. For the time being, I highly suggest you use topologicpy and access it through custom python nodes or scripting.

You simply do the following: ``` from topologicpy.Topology import Topology from topologicpy.Cluster import Cluster from topologicpy.Graph import Graph topo_list = Topology.ByIFCPath(IFC_FILE_PATH) cluster = Cluster.ByTopologies(topo_list) graph = Graph.ByTopology(cluster) ```

You should read the documentation on Graph.ByTopology to find out how to create relationships between the Cell, and its faces. Graph.ByTopology creates a **_dual_** graph not a primary graph. Please...

Please feel free to book a time with me to get advice using http://jabiw.ycbm.me For now, I am closing this as this is not an issue with the software, but...