improve primary operations
This commit is contained in:
parent
3f8eeda65b
commit
0416a941d7
14 changed files with 83 additions and 121 deletions
|
|
@ -45,8 +45,8 @@ using MatterHackers.VectorMath;
|
|||
|
||||
namespace MatterHackers.MatterControl.DesignTools.Operations
|
||||
{
|
||||
public class OutlinePathObject3D : Object3D, IEditorDraw, IObject3DControlsProvider
|
||||
{
|
||||
public class OutlinePathObject3D : PathObject3D, IEditorDraw, IObject3DControlsProvider
|
||||
{
|
||||
public OutlinePathObject3D()
|
||||
{
|
||||
Name = "Outline Path".Localize();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue