Removed Object3DTypes - changed to SelectionGroup class
This commit is contained in:
parent
804d488f0e
commit
a4ba17817e
15 changed files with 44 additions and 33 deletions
|
|
@ -41,7 +41,7 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
|
|||
|
||||
public MakeSupport(IObject3D selectedItem)
|
||||
{
|
||||
if (selectedItem.ItemType == Object3DTypes.SelectionGroup)
|
||||
if (selectedItem is SelectionGroup)
|
||||
{
|
||||
SetData(selectedItem.Children.ToList());
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue