Improving path coordinates
This commit is contained in:
parent
07b16a2047
commit
cf608735bc
10 changed files with 85 additions and 75 deletions
|
|
@ -41,7 +41,7 @@ using MatterHackers.VectorMath;
|
|||
|
||||
namespace MatterHackers.MatterControl.DesignTools.Primitives
|
||||
{
|
||||
public class CustomPathObject3D : Object3D, IEditorDraw, IStaticThumbnail, IPathObject3D, IPrimaryOperationsSpecifier
|
||||
public class CustomPathObject3D : Object3D, IEditorDraw, IStaticThumbnail, IPathProvider, IPrimaryOperationsSpecifier
|
||||
{
|
||||
public static double MinEdgeSize = .001;
|
||||
|
||||
|
|
@ -85,7 +85,7 @@ namespace MatterHackers.MatterControl.DesignTools.Primitives
|
|||
return PathObject3DAbstract.GetOperations(this.GetType());
|
||||
}
|
||||
|
||||
public virtual IVertexSource GetVertexSource()
|
||||
public virtual IVertexSource GetRawPath()
|
||||
{
|
||||
return PathForEditing;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue