#include "MRVoxelsFwd.h"
#include "MRMesh/MRAxis.h"
#include "MRMesh/MRMesh.h"
#include "MRMesh/MRPolyline.h"
#include "MRMesh/MRProgressCallback.h"
#include "MRMesh/MRExpected.h"
Go to the source code of this file.
Classes | |
struct | MR::ToolPathParams |
struct | MR::ConstantCuspParams |
struct | MR::LineInterpolationParams |
struct | MR::ArcInterpolationParams |
struct | MR::GCommand |
struct | MR::ToolPathResult |
Namespaces | |
namespace | MR |
Enumerations | |
enum class | MR::BypassDirection { MR::Clockwise , MR::CounterClockwise } |
enum class | MR::MoveType { MR::None = -1 , MR::FastLinear = 0 , MR::Linear = 1 , MR::ArcCW = 2 , MR::ArcCCW = 3 } |
enum class | MR::ArcPlane { MR::None = -1 , MR::XY = 17 , MR::XZ = 18 , MR::YZ = 19 } |
Functions | |
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) |