PawelekPro / MeshGeneratingTool

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

Add mesh options in the treeStructure #45

Closed KFudali closed 3 months ago

KFudali commented 4 months ago

Implement mesh options table in tree widget.

When the user selects mesh from the tree widget he should be able to change mesh options like min/max element size. Options should follow the existing properties table templates presented below: image

In addition when shape sizing is added, a meshSizing node should appear under the Mesh label. When the node is clicked it should open meshSizing properties with widget for entity selection and element size.

Tasks: