![]() |
NDEVR
API Documentation
|
Represents a single plane used to slice geometry, along with the resulting slice data (polyline segments, points, colors, and properties). More...
Public Attributes | |
| Vertex< 3, fltp04 > | center_point = Constant<Vertex<3, fltp04>>::Invalid |
| Center point of the slice, or Invalid if not set. | |
| TranslatedString | group |
| Group name for organizing related slices. | |
| TranslatedString | name |
| Display name for this slice (e.g., station label). | |
| Plane< 3, fltp08 > | plane |
| The geometric plane used for this slice. | |
| Buffer< RGBColor > | point_colors |
| Colors corresponding to each entry in point_vertices. | |
| Buffer< Vertex< 3, fltp04 > > | point_vertices |
| Vertices of nearby points captured by the slice. | |
| Buffer< Vertex< 3, fltp04 > > | polyline_vertices |
| Vertices forming the polyline cross-section from triangle intersection. | |
| Dictionary< String, Buffer< fltp04 > > | properties |
| Named property channels associated with the slice data. | |
| Buffer< Buffer< uint04 > > | segments |
| Indices defining individual polyline segments within the slice. | |
Represents a single plane used to slice geometry, along with the resulting slice data (polyline segments, points, colors, and properties).
Definition at line 37 of file PolylineSlicer.h.