Got path storage to serialize and de-serialize as svg d paths
issue: MatterHackers/MCCentral#3537 Write serialize path
This commit is contained in:
parent
8caf959ab4
commit
f00d5a3233
3 changed files with 1 additions and 3 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue