struct MR_Plane3f MR_Plane3f
Definition MRBestFit.h:22
struct MR_ObjectMeshData MR_ObjectMeshData
Definition MRChangeMeshDataAction.h:15
MRC_API const bool * MR_DivideMeshWithPlaneParams_Get_subdivideFilling(const MR_DivideMeshWithPlaneParams *_this)
MRC_API void MR_DivideMeshWithPlaneParams_Set_fillCut(MR_DivideMeshWithPlaneParams *_this, bool value)
MRC_API MR_DivideMeshWithPlaneParams * MR_DivideMeshWithPlaneParams_OffsetMutablePtr(MR_DivideMeshWithPlaneParams *ptr, ptrdiff_t i)
MRC_API const float * MR_DivideMeshWithPlaneParams_Get_eps(const MR_DivideMeshWithPlaneParams *_this)
MRC_API void MR_DivideMeshWithPlaneParams_DestroyArray(const MR_DivideMeshWithPlaneParams *_this)
Destroys a heap-allocated array of MR_DivideMeshWithPlaneParams. Does nothing if the pointer is null.
MRC_API void MR_DivideMeshWithPlaneParams_Destroy(const MR_DivideMeshWithPlaneParams *_this)
Destroys a heap-allocated instance of MR_DivideMeshWithPlaneParams. Does nothing if the pointer is nu...
MRC_API const bool * MR_DivideMeshWithPlaneParams_Get_fillCut(const MR_DivideMeshWithPlaneParams *_this)
struct MR_DivideMeshWithPlaneParams MR_DivideMeshWithPlaneParams
Definition MRMeshDivideWithPlane.h:19
MRC_API void MR_DivideMeshWithPlaneParams_Set_eps(MR_DivideMeshWithPlaneParams *_this, float value)
MRC_API MR_std_vector_std_string ** MR_DivideMeshWithPlaneParams_GetMutable_errors(MR_DivideMeshWithPlaneParams *_this)
MRC_API const MR_DivideMeshWithPlaneParams * MR_DivideMeshWithPlaneParams_OffsetPtr(const MR_DivideMeshWithPlaneParams *ptr, ptrdiff_t i)
MRC_API void MR_DivideMeshWithPlaneParams_Set_errors(MR_DivideMeshWithPlaneParams *_this, MR_std_vector_std_string *value)
MRC_API MR_DivideMeshWithPlaneParams * MR_DivideMeshWithPlaneParams_DefaultConstruct(void)
MRC_API MR_DivideMeshWithPlaneParams * MR_DivideMeshWithPlaneParams_ConstructFromAnother(const MR_DivideMeshWithPlaneParams *_other)
MRC_API MR_DivideMeshWithPlaneParams * MR_DivideMeshWithPlaneParams_ConstructFrom(float eps, bool fillCut, bool subdivideFilling, MR_ObjectMeshData *otherPart, MR_std_vector_std_string *errors)
MRC_API void MR_divideMeshWithPlane(MR_ObjectMeshData *data, const MR_Plane3f *plane, const MR_DivideMeshWithPlaneParams *divideParams)
MRC_API MR_DivideMeshWithPlaneParams * MR_DivideMeshWithPlaneParams_DefaultConstructArray(size_t num_elems)
MRC_API bool * MR_DivideMeshWithPlaneParams_GetMutable_fillCut(MR_DivideMeshWithPlaneParams *_this)
MRC_API MR_ObjectMeshData *const * MR_DivideMeshWithPlaneParams_Get_otherPart(const MR_DivideMeshWithPlaneParams *_this)
MRC_API float * MR_DivideMeshWithPlaneParams_GetMutable_eps(MR_DivideMeshWithPlaneParams *_this)
MRC_API void MR_DivideMeshWithPlaneParams_Set_subdivideFilling(MR_DivideMeshWithPlaneParams *_this, bool value)
MRC_API void MR_DivideMeshWithPlaneParams_Set_otherPart(MR_DivideMeshWithPlaneParams *_this, MR_ObjectMeshData *value)
MRC_API MR_DivideMeshWithPlaneParams * MR_DivideMeshWithPlaneParams_AssignFromAnother(MR_DivideMeshWithPlaneParams *_this, const MR_DivideMeshWithPlaneParams *_other)
MRC_API bool * MR_DivideMeshWithPlaneParams_GetMutable_subdivideFilling(MR_DivideMeshWithPlaneParams *_this)
MRC_API MR_ObjectMeshData ** MR_DivideMeshWithPlaneParams_GetMutable_otherPart(MR_DivideMeshWithPlaneParams *_this)
MRC_API MR_std_vector_std_string *const * MR_DivideMeshWithPlaneParams_Get_errors(const MR_DivideMeshWithPlaneParams *_this)
struct MR_std_vector_std_string MR_std_vector_std_string
Definition MRNesting3mfExport.h:18
#define MRC_API
Definition include/MRCMisc/exports.h:11