Putting in friendly names
This commit is contained in:
parent
64972b4ef4
commit
42aece065d
4 changed files with 7 additions and 0 deletions
|
|
@ -29,6 +29,7 @@ either expressed or implied, of the FreeBSD Project.
|
|||
|
||||
using System.Linq;
|
||||
using MatterHackers.DataConverters3D;
|
||||
using MatterHackers.Localizations;
|
||||
using MatterHackers.VectorMath;
|
||||
|
||||
namespace MatterHackers.MatterControl.DesignTools.Operations
|
||||
|
|
@ -37,6 +38,7 @@ namespace MatterHackers.MatterControl.DesignTools.Operations
|
|||
{
|
||||
public ArrayLinearObject3D()
|
||||
{
|
||||
Name = "Linear Array".Localize();
|
||||
}
|
||||
|
||||
public override string ActiveEditor => "PublicPropertyEditor";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue