NDEVR
API Documentation
SlicePlane

Represents a single plane used to slice geometry, along with the resulting slice data (polyline segments, points, colors, and properties). More...

Collaboration diagram for SlicePlane:
[legend]

Public Attributes

Vertex< 3, fltp04center_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, fltp08plane
 The geometric plane used for this slice.
Buffer< RGBColorpoint_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.

Detailed Description

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.


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