Default to array combine
This commit is contained in:
parent
28889436f0
commit
b73ff7070c
2 changed files with 2 additions and 2 deletions
|
|
@ -204,7 +204,7 @@ namespace MatterHackers.MatterControl.PartPreviewWindow.View3D
|
|||
|
||||
if (set.Count > 1)
|
||||
{
|
||||
#if false
|
||||
#if true
|
||||
setMesh = BooleanProcessing.DoArray(set.Select(i => (i.mesh, i.matrix)),
|
||||
CsgModes.Union,
|
||||
Processing,
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 171deb5573a4497a73bf4497fcaae47d7264e1e1
|
||||
Subproject commit 24fd0ee1794410def5744f27520f0a06e5f8e736
|
||||
Loading…
Add table
Add a link
Reference in a new issue