![]() |
NDEVR
API Documentation
|
Forward declaration for geometry vertex data. More...
Public Attributes | |
| bool | active_last_selection = false |
| Whether this info was active during the most recent selection operation. | |
| Geometry | geo |
| The Geometry referenced by this selection info. | |
| Model | model |
| The Model referenced by this selection info. | |
| Buffer< uint04 > | shape_indices |
| Indices of shapes (e.g., triangles, lines) enclosed in the selection. | |
| Buffer< bool > | shape_select_mask |
| Per-shape mask indicating whether each shape is selected. | |
| Buffer< uint04 > | vertex_indices |
| Indices of vertices enclosed in the selection. | |
| Buffer< bool > | vertex_select_mask |
| Per-vertex mask indicating whether each vertex is selected. | |
Forward declaration for geometry vertex data.
A reference to some included Geometry or Model data included in a DesignSelection
Definition at line 12 of file DesignSelection.h.