Lagrange
RemoveDuplicateVerticesOptions Struct Reference

Option struct for remove_duplicate_vertices. More...

#include <lagrange/mesh_cleanup/remove_duplicate_vertices.h>

Public Attributes

std::vector< AttributeIdextra_attributes = {}
 Additional attributes to include for duplicate vertex detection. More...
 
bool boundary_only = false
 Only remove duplicate vertices on the boundary.
 

Detailed Description

Option struct for remove_duplicate_vertices.

Member Data Documentation

◆ extra_attributes

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.


The documentation for this struct was generated from the following file: