|
Lagrange
|
Option struct for remove_duplicate_vertices. More...
#include <lagrange/mesh_cleanup/remove_duplicate_vertices.h>
Public Attributes | |
| std::vector< AttributeId > | extra_attributes = {} |
| Additional attributes to include for duplicate vertex detection. More... | |
| bool | boundary_only = false |
| Only remove duplicate vertices on the boundary. | |
Option struct for remove_duplicate_vertices.
| std::vector<AttributeId> extra_attributes = {} |
Additional attributes to include for duplicate vertex detection.
Two vertices are duplicates if their positions and all the extra attributes are the same.