Data Fields | |
vertex * | va |
vertex * | vb |
vertex * | v1 |
vertex * | v2 |
bu_ptbl | bad_verts |
int | needs_edge_breaking |
Two open shells are connected along their free edges by building new faces. The resluting closed shell is in "dst", and "src" shell is destroyed. The "copy_tbl" is a translation table that provides a one-to-one translation between the vertices in the two shells, i.e., NMG_INDEX_GETP(vertex, copy_tbl, v), where v is a pointer to a vertex in "dst" shell, provides a pointer to the corresponding vertex in "src" shell
returns: 0 - All is well 1 - failure
Definition at line 8785 of file nmg_misc.c.
|
Definition at line 8787 of file nmg_misc.c. Referenced by nmg_open_shells_connect(). |
|
Definition at line 8787 of file nmg_misc.c. Referenced by nmg_open_shells_connect(). |
|
Definition at line 8788 of file nmg_misc.c. Referenced by nmg_open_shells_connect(). |
|
Definition at line 8788 of file nmg_misc.c. Referenced by nmg_open_shells_connect(). |
|
Definition at line 8789 of file nmg_misc.c. Referenced by nmg_open_shells_connect(). |
|
Definition at line 8791 of file nmg_misc.c. Referenced by nmg_open_shells_connect(). |