Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 1.26 KB

README.md

File metadata and controls

27 lines (22 loc) · 1.26 KB

Create Parameters button

  • The application is based on WPF
  • Includes buttons for batch adding project parameters and family parameters;
  • A textbox shows the current shared parameters file of the document. Using the buttons on the right you can select another or create a new one;
  • Both buttons on adding project / family parameters check the shared parameters file, if it cannot be found or there are some problems with it, a warning will be shown;
  • Adding family parameters window includes a treeView of families that current document has. TreeView items inherit DependencyObject class.
  • TreeView can collapse and expand, uncheck all items
  • Also tried to implement MVVM here
  • Export parameters to excel

  • The application is based on WPF
  • TreeView has parameters of elements grouped by category that current document has. TreeView items inherit DependencyObject class.
  • TreeView can collapse and expand, uncheck all items