fixed error in respecting path windings

This commit is contained in:
Lars Brubaker 2023-11-10 17:59:01 -08:00
parent b7a5b3ed45
commit 3a0dd553d4
3 changed files with 8 additions and 2 deletions

View file

@ -157,7 +157,7 @@ namespace MatterHackers.MatterControl.DesignTools.Operations
if (childPaths != null)
{
childPaths = childPaths.Union(childPaths);
//childPaths = childPaths.Union(childPaths);
Mesh = VertexSourceToMesh.Extrude(childPaths, height, bevel, InflatePathObject3D.GetJoinType(Style));
if (Mesh.Vertices.Count == 0)
{