Lagrange
FrustumSelectionOptions Struct Reference

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...
 

Detailed Description

Option struct for selecting facets.

Member Data Documentation

◆ output_attribute_name

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.


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