Made the scale top control have consideration for Height

This commit is contained in:
LarsBrubaker 2020-10-11 07:49:58 -07:00
parent c45371da69
commit 52c91d17b2
11 changed files with 461 additions and 34 deletions

View file

@ -36,7 +36,7 @@ using MatterHackers.VectorMath;
namespace MatterHackers.MatterControl.DesignTools
{
public class PyramidObject3D : PrimitiveObject3D
public class PyramidObject3D : PrimitiveObject3D, IObjectWithHeight
{
public PyramidObject3D()
{