Fix spelling, update agg-sharp

This commit is contained in:
John Lewin 2018-01-29 16:39:06 -08:00
parent 37d57fddce
commit 6a4c1f4e2f
9 changed files with 9 additions and 9 deletions

View file

@ -72,7 +72,7 @@ namespace MatterHackers.MatterControl.DesignTools
Mesh = VertexSourceToMesh.Revolve(path, 4);
Mesh.Transform(Matrix4X4.CreateRotationZ(MathHelper.DegreesToRadians(45)) * Matrix4X4.CreateScale(Width / 2, Depth / 2, 1));
Mesh.CleanAndMeregMesh(CancellationToken.None);
Mesh.CleanAndMergeMesh(CancellationToken.None);
PlatingHelper.PlaceMeshAtHeight(this, aabb.minXYZ.Z);
}
}