Spelling
This commit is contained in:
parent
a466f8f708
commit
685541523b
46 changed files with 84 additions and 88 deletions
|
|
@ -60,11 +60,11 @@ namespace MatterHackers.MatterControl.DesignTools.Operations
|
|||
|
||||
[Description("Set the rules for how to maintain the part while scaling.")]
|
||||
public MaintainRatio MaintainRatio { get; set; } = MaintainRatio.X_Y;
|
||||
[Description("Allows you turn turn on and off applying the fit to the x axis.")]
|
||||
[Description("Allows you turn on and off applying the fit to the x axis.")]
|
||||
public bool StretchX { get; set; } = true;
|
||||
[Description("Allows you turn turn on and off applying the fit to the y axis.")]
|
||||
[Description("Allows you turn on and off applying the fit to the y axis.")]
|
||||
public bool StretchY { get; set; } = true;
|
||||
[Description("Allows you turn turn on and off applying the fit to the z axis.")]
|
||||
[Description("Allows you turn on and off applying the fit to the z axis.")]
|
||||
public bool StretchZ { get; set; } = true;
|
||||
|
||||
IObject3D ScaleItem => Children.First();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue