Noether  0.0.0
Loading...
Searching...
No Matches
Types

Common data types used for tool path planning. More...

Detailed Description

Common data types used for tool path planning.

Typedefs

using noether::ToolPathWaypoint = Eigen::Isometry3d
 A point on a surface that makes up part of a path.
 
using noether::ToolPathSegment = std::vector< Eigen::Isometry3d, Eigen::aligned_allocator< Eigen::Isometry3d > >
 A set of contiguous ToolPathWaypoint that lie on the same line created by a "slice" through a surface.
 
using noether::ToolPath = std::vector< ToolPathSegment >
 A set of ToolPathSegment that lie on the same line created by a tool path "slice", but are not connected (e.g. due to a hole in the mesh)
 
using noether::ToolPaths = std::vector< ToolPath >
 A set of ToolPath (i.e. rasters) generated by various slices through a surface.