Fix spelling, update agg-sharp
This commit is contained in:
parent
37d57fddce
commit
6a4c1f4e2f
9 changed files with 9 additions and 9 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue