Edge tool path planner that creates paths around the boundary edges of a mesh (exterior and interior) as identified by half-edge triangle mesh representation of the mesh.
#include <boundary_edge_planner.h>
|
| ToolPaths | planImpl (const pcl::PolygonMesh &) const override |
| | Hook for inherited classes to implement the edge planning process before sending to the common edge tool path modifiers.
|
| |
| ToolPaths | plan (const pcl::PolygonMesh &mesh) const override final |
| |
◆ planImpl()
| ToolPaths noether::BoundaryEdgePlanner::planImpl |
( |
const pcl::PolygonMesh & |
mesh | ) |
const |
|
overridevirtual |