Prototyping the curve tool
This commit is contained in:
parent
4106af6fe2
commit
e89ca312a1
6 changed files with 142 additions and 4 deletions
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue