Go to the source code of this file.
|
| MRVOXELS_API Expected< ToolPathResult > | MR::constantZToolPath (const MeshPart &mp, const ToolPathParams ¶ms) |
| |
| MRVOXELS_API Expected< ToolPathResult > | MR::lacingToolPath (const MeshPart &mp, const ToolPathParams ¶ms, Axis cutDirection) |
| |
| MRVOXELS_API Expected< ToolPathResult > | MR::constantCuspToolPath (const MeshPart &mp, const ConstantCuspParams ¶ms) |
| |
| MRVOXELS_API std::shared_ptr< ObjectGcode > | MR::exportToolPathToGCode (const std::vector< GCommand > &commands) |
| |
| MRVOXELS_API Expected< void > | MR::interpolateLines (std::vector< GCommand > &commands, const LineInterpolationParams ¶ms, Axis axis) |
| |
| MRVOXELS_API Expected< void > | MR::interpolateArcs (std::vector< GCommand > &commands, const ArcInterpolationParams ¶ms, Axis axis) |
| |
| MRVOXELS_API FaceBitSet | MR::smoothSelection (Mesh &mesh, const FaceBitSet ®ion, float expandOffset, float shrinkOffset) |
| |