Working on adding all primitives

This commit is contained in:
Lars Brubaker 2018-02-07 15:57:27 -08:00
parent 516a3cdbc6
commit 7ef109e749
18 changed files with 332 additions and 26 deletions

View file

@ -66,7 +66,7 @@ namespace MatterHackers.MatterControl.DesignTools
path.LineTo(0, Height);
Mesh = VertexSourceToMesh.Revolve(path, Sides);
Mesh.CleanAndMergeMesh(CancellationToken.None);
if (aabb.ZSize > 0)
{
// If the part was already created and at a height, maintain the height.