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 Topology.SelfMerge #12

Open michaldengusiak opened 4 years ago

michaldengusiak commented 4 years ago

Your Environment

Context

While exploring different results between CellComplexByFaces vc CellComplex.ByCells I discover that issue is due to Topology.SelfMerge

Using Faces following two approaches

  1. CellComplex.ByFaces

image

  1. CellComplex.ByCells image

then I explore in more detail and the issue is here Topology.SelfMerge: image

Expected Behavior

Got same results 52 Cells in both methods

Current Behavior

Steps to Reproduce

  1. Input Faces as brep InputFaces1.zip

Possible Solution