Example #1
0
        private void HighlightElementClick(object sender, RoutedEventArgs e)
        {
            if (CurrentChosenElement == null)
            {
                return;
            }

            ViewPort.LookAt(CurrentChosenElement.FindBounds(CurrentChosenElement.Transform).Location, 100, 1);
        }