![]() |
API Documentation
|
Slices object evenly along a specified polyline. More...
#include <PolylineSlicer.h>
Public Attributes | |
| bool | include_main_line = false |
| Vector< 2, fltp08 > | max_hv_distance = Vector<2, fltp08>(10, 30) |
| Polyline< 3, fltp08 > | path |
| fltp08 | spacing = Constant<fltp08>::Invalid |
| Matrix< fltp08 > | transform = Matrix<fltp08>(1.0) |
Protected Member Functions | |
| Polyline< 3, fltp08 > | makeCenterlinePath (const Polyline< 3, fltp08 > &path) |
Additional Inherited Members | |
Public Member Functions inherited from PolylineSliceIterator |
Slices object evenly along a specified polyline.
| bool include_main_line = false |