Getting new Transform Wrapper code to pass tests
This commit is contained in:
parent
e713d9cdd6
commit
75ae7313ad
2 changed files with 24 additions and 24 deletions
|
|
@ -51,6 +51,7 @@ namespace MatterHackers.MatterControl.DesignTools.Operations
|
|||
: this()
|
||||
{
|
||||
WrapItem(itemToTranslate);
|
||||
Matrix = Matrix4X4.CreateTranslation(translation);
|
||||
}
|
||||
|
||||
public override bool CanFlatten => true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue