NonManifoldTopology / Topologic

Topologic is a software modelling library enabling hierarchical and topological representations of architectural spaces, buildings and artefacts through non-manifold topology.
GNU Affero General Public License v3.0
74 stars 19 forks source link

bug Missing cells and wrong faces for some cells, ie. Cell [0] #11

Open michaldengusiak opened 4 years ago

michaldengusiak commented 4 years ago

Your Environment

Context

I am trying to make CellComplex from Revit model with 52 Spaces I mode Topology. Face then Cluster.ByTopologies then Cluster.SelfMerge then CellComplexByCells Time: It took one hour as I was mapping new Faces within original Faces to pull data. Memory around 10 GB RAM was used during the process image

Expected Behavior

make CellComplect with 52 Cells

Current Behavior

CellComplect with 48 Cells and some got wrong faces., see Cell 0

image

image

Steps to Reproduce

  1. Please find attached Input Faces as brep InputFaces.zip

  2. Here are faces after CellComplex as brep CellComplexFaces.zip

Please let me know if you need anything else for tests on your side,