mcut icon indicating copy to clipboard operation
mcut copied to clipboard

A library for detecting and resolving intersections between two surface meshes.

Results 14 mcut issues
Sort by recently updated
recently updated
newest added

I crashed when I tried to partially slice the output from the previous partially slice. mcflags: err = mcDispatch( context, MC_DISPATCH_VERTEX_ARRAY_DOUBLE | MC_DISPATCH_ENFORCE_GENERAL_POSITION | MC_DISPATCH_FILTER_FRAGMENT_SEALING_INSIDE | MC_DISPATCH_FILTER_FRAGMENT_LOCATION_ABOVE, triangulated output: MC_CONNECTED_COMPONENT_DATA_FACE_TRIANGULATION...

bug

``Hello, I am looking for a robust Boolean library, I found it is a good choice, but there are some problems. For example, when I Intersection the next two OBJ's,...

bug

In the 3rd iteration over the connected components the line at 307: status = mcGetConnectedComponentData(context, cc, MC_CONNECTED_COMPONENT_DATA_FACE_TRIANGULATION, 0, NULL, &numBytes); causes an exception in source/frontend.cpp at line 3414 and subsequently...

Good day! I am glad that you released a new version of this software and wanted to clarify the results from tutorials I obtain. I am particularly interested in `QuerySeamVerticesSorted`...

Hi! I am trying to run CSGBoolean.cpp tutorial project. I am getting below error: ==== Error ======= NOTE: using default meshes read .obj file: D:/mcut/tutorials/CSGBoolean/data/cube.obj 14 positions 0 normals 0...

I want to use this library in Untiy Game Engine. There are several slicing functionality that we have to implement in our upcoming projects. I wonder if is it possible...

Hello, I am trying to "cut" `slope.obj` using` slide.ob`j, the models are shown as follows: ![image](https://github.com/cutdigital/mcut/assets/9004748/d87068da-e15c-468a-a4a2-43cbeef5e221) ![image](https://github.com/cutdigital/mcut/assets/9004748/b7d3367f-e600-4cab-82c4-3af88effe59f) the obj files are uploaded in the end. I find BasicCmdLineApp and I...

When I use a spiral surface and a rotating surface (which have been merged) to cut a cylinder, a MCUT HALFEDGE MESH ERROR occurs.I speculate that the point where the...

When I run the tutorial named "PlanarSectioning", I got the following console log: ```txt write OFF file: F:/mcut/build/tutorials/OUT_conncomp0.off write OFF file: F:/mcut/build/tutorials/OUT_conncomp1.off write OFF file: F:/mcut/build/tutorials/OUT_conncomp2.off write OFF file: F:/mcut/build/tutorials/OUT_conncomp3.off...

Hi, I do have quick suggestion. If a release is tagged for MCUT, it would be very helpful to tag the corresponding MIO version as well. Currently, using the latest...