0

3D Boolean Operations?

Anonymous 10 years ago 0
This discussion was imported from CodePlex

3dguy wrote at 2013-04-18 02:10:

Is there a way to perform 3D Boolean operations like GeometryCombineMode in WPF 2D Graphics?

objo wrote at 2013-04-18 09:37:

Sorry, this library only contains functionality to cut MeshGeometry3D by planes. See the MeshGeometryHelper.Cut method. I am not planning to add more advanced 3D boolean operations here.