More path work

This commit is contained in:
Lars Brubaker 2023-11-30 18:05:47 -08:00
parent a22301101d
commit 030a81e9bc
14 changed files with 53 additions and 26 deletions

View file

@ -193,7 +193,7 @@ namespace MatterHackers.Plugins.EditorTools
lastItem = selectedItem;
if (selectedItem is PathObject3D pathObject)
if (selectedItem is PathContainerObject3D pathObject)
{
var vertexStorage = pathObject.VertexStorage;