Christopher Lackner f808a2bb64 Propagate maxh to children only in occgeom constructor
Allows resetting maxh to larger values again:

```
from netgen.occ import *
from ngsolve import *

b1 = Box((-1,-1,-1), (1,1,1))

b1.faces.Max(X).maxh = 0.1
b1.faces.Max(X).maxh = 0.2

geo = OCCGeometry(b1)
mesh = Mesh(geo.GenerateMesh(maxh=0.5))
Draw(mesh)
```

Needed for example in meshing app. Before it was not possible to set
maxh to larger value again.
2024-04-26 09:55:53 +02:00
..
2024-04-19 09:46:02 +02:00
2023-08-05 12:01:01 +02:00
2021-11-28 15:14:41 +00:00
2024-01-05 20:07:04 +01:00
2009-01-13 18:32:10 +00:00
2009-01-13 18:32:10 +00:00
2022-03-25 18:22:05 -04:00
2009-01-13 18:32:10 +00:00
2009-01-13 18:32:10 +00:00
2009-01-13 18:32:10 +00:00
2009-01-13 18:32:10 +00:00
2009-01-12 23:40:13 +00:00
2009-01-13 18:32:10 +00:00
2009-01-13 18:32:10 +00:00
2024-01-05 20:07:04 +01:00
2009-01-13 18:32:10 +00:00
2009-01-13 18:32:10 +00:00
2024-01-05 20:07:04 +01:00
2009-01-13 18:32:10 +00:00
2009-01-13 18:32:10 +00:00
2024-02-10 09:57:37 +01:00
2018-02-06 14:12:24 -05:00
2023-08-05 12:01:01 +02:00