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

Edge.ByStartVertexendVertex with one vertex having an aperture, resulting in both vertices having an aperture #6

Open non-manifold opened 5 years ago

non-manifold commented 5 years ago

Your Environment

Context

Edge.ByStartVertexendVertex: Create an edge from two vertices, with one vertex having an aperture.

Expected Behavior

Only one vertex of the resulting edge has an aperture.

Current Behavior

Both vertices of the resulting edge have an aperture each.

Steps to Reproduce

1. 2. 3. 4. image

Possible Solution