Example #1
0
        private void SelectElement(object sender, MouseButtonEventArgs e)
        {
            simulationService.DetachModel();

            if (!picked)
            {
                if (core is IPickable)
                {
                    simulationService.AttachModel(core as IPickable);
                }
            }
        }