NDEVR
API Documentation
EnclosedModelInfo

Forward declaration for geometry vertex data. More...

Collaboration diagram for EnclosedModelInfo:
[legend]

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< uint04shape_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< uint04vertex_indices
 Indices of vertices enclosed in the selection.
Buffer< bool > vertex_select_mask
 Per-vertex mask indicating whether each vertex is selected.

Detailed Description

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.


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