topologicpy icon indicating copy to clipboard operation
topologicpy copied to clipboard

The python bindings for topologic

Results 15 topologicpy issues
Sort by recently updated
recently updated
newest added

Dear @wassimj : Hello, I saw the video on your YouTube about "Creating Directed Hierarchical Graphs in topologicpy," regarding the use of holes to create graphs of reachability. I have...

Hi Wassim, Going form Cells to CellComplexes we could use different approaches. I have used: - Topology.SelfMerge - Cluster.MergeCells I use these and not CellComplex.ByCells because in practice there could...

Hi Wassim, The last issue was solved by updating to the latest version of topologicpy. However I found another face which could not form a face: ![image](https://github.com/wassimj/topologicpy/assets/167056277/243f1477-0556-4b2f-8e9d-4c2c5773608e) See: [Brep and...

Hi Wassim, I have studies the following BREP shape consisting of Wires: ![image](https://github.com/wassimj/topologicpy/assets/167056277/bb75fb80-c8fe-4e6e-adc6-fa070db53754) The goal is tho go to a cell which later can be used. I did not have...

I'd like to apologise in advance because I'm still an absolute beginner to this. I'm trying to create a simple room in topologicpy using four simple vertices. Here's my code:...

Hi, I would like to contribute to topologicpy and share a bit of code, but i have some question. I have put all the code at the end, for info....

Hi Wassim, By updating to topologicpy 7.15 i encountered a "memory error" error in dynamo. This error accurs after getting a list of faces and then using Topology.Geometry. I do...

Hi, I try to export a cellcomplex to a json file. However it gives me this warning: ![image](https://github.com/wassimj/topologicpy/assets/170861726/0b7fb401-adb5-4d72-9fab-9fbf7e9c5cfd) Then I downgrade the topologicpy back to 0.7.0 and it works. ![image](https://github.com/wassimj/topologicpy/assets/170861726/6bff7d87-f765-4552-8c4b-c5725700c363)

Hi, I am trying to convert an IFC model into a topology graph representing its geometric information. I tried `Graph.ByIFCPath` but it returned the element/relationship entities and attached attributes instead...

Hi, We are exploring the use of the Wire.ByOffset further than what we posted on LinkedIn, and after upgrading further than 0.7.41, the offset skips dictionaries and does not offset...