Made a new scale transform control that has width depth height
This commit is contained in:
parent
e5b290e06a
commit
8bd06fe3da
7 changed files with 117 additions and 134 deletions
|
|
@ -188,7 +188,7 @@ namespace MatterHackers.MatterControl.DesignTools
|
|||
IObject3D extrusionObject = imageObject;
|
||||
|
||||
var loadingScale = 32 / extrusionObject.XSize();
|
||||
extrusionObject = new ScaleObject3D(extrusionObject, loadingScale, loadingScale, 1 / extrusionObject.ZSize());
|
||||
extrusionObject = new ScaleObject3D_2(extrusionObject, loadingScale, loadingScale, 1 / extrusionObject.ZSize());
|
||||
extrusionObject = PlaceOnBase(logoBase, extrusionObject);
|
||||
|
||||
this.Children.Add(coinBlank);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue