Got path storage to serialize and de-serialize as svg d paths

issue: MatterHackers/MCCentral#3537
Write serialize path
This commit is contained in:
Lars Brubaker 2018-06-15 17:51:34 -07:00
parent 8caf959ab4
commit f00d5a3233
3 changed files with 1 additions and 3 deletions

View file

@ -46,7 +46,6 @@ namespace MatterHackers.MatterControl.DesignTools.Operations
public class SmoothPath : Object3D, IPublicPropertyObject, IPathObject, IEditorDraw
{
[JsonIgnore]
public IVertexSource VertexSource { get; set; } = new VertexStorage();
public SmoothPath()