VizualizerWPF
MainWindow.xaml.cs File Reference

Data Structures

class  VizualizerWPF.MainWindow
 

Namespaces

namespace  VizualizerWPF
 In MainWindow.xaml we have one mainCanvas, topbar for setting constant and resizing/closing the window There are also some information about a drawing. To operate with the drawing, there are some buttons to help us, adding, removing, ... Then values we want to consider are shown, for more see User's guide
 

Enumerations

enum class  VizualizerWPF.StateAutoMoving { VizualizerWPF.Auto , VizualizerWPF.None }
 
enum class  VizualizerWPF.StateChanging {
  VizualizerWPF.AddingPolyline , VizualizerWPF.Adding , VizualizerWPF.Removing , VizualizerWPF.Invariant ,
  VizualizerWPF.None
}
 States to operate with a drawings More...
 
enum class  VizualizerWPF.StateCalculation { VizualizerWPF.Intersections , VizualizerWPF.ReferenceFace }
 Enum for showing Intersections or changing reference face More...