PawelekPro / MeshGeneratingTool

Mesh generation tool utilizing c++ qt6, vtk, opencascade and gmsh
GNU General Public License v3.0
6 stars 0 forks source link

45 add mesh options in the treestructure #48

Closed KFudali closed 3 months ago

KFudali commented 4 months ago

Added option to add MeshSizing option by rigth-clicking the Mesh item in TreeStructure. Implemented communication between interactor and the created TreeItem. User can define multiple sizings and accept the selection using Select button.

Added min/max element size in Mesh TreeItem.

Reworked TreeStructure class

This PR included many changes that will be overwritten. The code here should be treated more like a first step to designing a proper document handler and a good communication between model and TreeStructure widget.

Next step is the addition of document handler that should speed-up the developement

resolves #45

PawelekPro commented 3 months ago

Looks like a lot of quality work. I'm glad to see that we are slowly moving towards a position where by looking at the code itself I can't tell if it was written by me or you :)