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

Problem Rebuilding CellComplex from the Faces of the same CellComplex #30

Open michalinadengusiak opened 2 years ago

michalinadengusiak commented 2 years ago

Your Environment

Context

I was following the 2nd tutorial and decided to add Apertures along the whole building (on each face). However, it wasn't working. I decided to just take out the faces of the CellComplex and then build the CellComplex out of the same faces.

Expected Behavior

The CellComplex should build out of the Faces.

Current Behavior

The CellComplex isn't building out of the Faces.

Steps to Reproduce

  1. Create the same geometry, as the one in the 2nd tutorial.
  2. Take out the faces from the CellComplex.
  3. Try to rebuild the CellComplex from the Faces.

image GH Definition: Bug_CellComplex.zip