Lagrange
|
Option struct for selecting facets. More...
#include <lagrange/select_facets_in_frustum.h>
Public Attributes | |
bool | greedy = false |
If true, then select_facets_in_frustum will stop after it finds the first facet. | |
std::string_view | output_attribute_name = "@is_selected" |
The output attribute name for the selection. More... | |
Option struct for selecting facets.
std::string_view output_attribute_name = "@is_selected" |
The output attribute name for the selection.
This attribute will be of type uint8_t and is only created/updated if greedy is false.