Making array names better
This commit is contained in:
parent
49447fa38f
commit
95543966d3
7 changed files with 73 additions and 53 deletions
|
|
@ -36,7 +36,7 @@ using System.Threading.Tasks;
|
|||
|
||||
namespace MatterHackers.MatterControl.DesignTools.Operations
|
||||
{
|
||||
public class ArrayAdvancedObject3D : OperationSourceContainerObject3D
|
||||
public class ArrayAdvancedObject3D : ArrayObject3D
|
||||
{
|
||||
public ArrayAdvancedObject3D()
|
||||
{
|
||||
|
|
@ -45,7 +45,7 @@ namespace MatterHackers.MatterControl.DesignTools.Operations
|
|||
|
||||
public override bool CanFlatten => true;
|
||||
|
||||
public int Count { get; set; } = 3;
|
||||
public override int Count { get; set; } = 3;
|
||||
|
||||
public Vector3 Offset { get; set; } = new Vector3(30, 0, 0);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue