Skip to content

TriMesh Edge Collapse Reuses IDs #586

@mtao

Description

@mtao

It seems that the edges that emerge from collapsing triangles (i.e if we collapse (A,B,C) along (A,B) then the edge (C,new) does not in fact create a new simplex for (C,new) but rather re-uses one of the ones for (A,C) or (B,C)
evidence:

ef_accessor.index_access().scalar_attribute(ear1.eid) = new_opp_vf;

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions