5#include <MRCMisc/common.h>
6#include <MRCMisc/exports.h>
496MRC_API
MR_ToolPathParams *
MR_ToolPathParams_ConstructFrom(
float millRadius,
float voxelSize,
float sectionStep,
float critTransitionLength,
float plungeLength,
float retractLength,
float plungeFeed,
float retractFeed,
float baseFeed,
float safeZ,
MR_BypassDirection bypassDir,
const MR_AffineXf3f *xf,
bool flatTool, MR_PassBy cb_pass_by,
MR_std_function_bool_from_float *cb,
float toolpathExpansion,
MR_std_vector_std_vector_MR_Vector3f *isolines,
MR_std_vector_std_vector_MR_Vector3f *startContours,
MR_std_vector_MR_Vector3f *startVertices,
MR_MeshPart *offsetMesh);
struct MR_std_function_bool_from_float MR_std_function_bool_from_float
Definition MR3mf.h:10
struct MR_FaceBitSet MR_FaceBitSet
Definition MRAABBTree.h:17
struct MR_MeshPart MR_MeshPart
Definition MRAABBTree.h:19
MR_Axis
Definition MRAxis.h:9
struct MR_std_vector_MR_Vector3f MR_std_vector_MR_Vector3f
Definition MRBestFit.h:25
struct MR_std_vector_std_vector_MR_Vector3f MR_std_vector_std_vector_MR_Vector3f
Definition MRContour.h:17
struct MR_expected_void_std_string MR_expected_void_std_string
Definition MRCtm.h:26
struct MR_Mesh MR_Mesh
Definition MRCtm.h:16
Definition MRAffineXf.h:39
Generated from class MR::Vector3f.
Definition MRVector3.h:47