Prototyping the curve tool

This commit is contained in:
Lars Brubaker 2018-04-02 14:15:27 -07:00
parent 4106af6fe2
commit e89ca312a1
6 changed files with 142 additions and 4 deletions

View file

@ -95,10 +95,9 @@ namespace MatterHackers.MatterControl.PartPreviewWindow.View3D
List<IObject3D> originalItems;
if (selectedItem.Children.Count() > 1)
if (selectedItem is SelectionGroup)
{
originalItems = selectedItem.Children.ToList();
}
else
{