23051: [CEA 1470] SMESH NetGen - Local refinement not computed and dumped properly
This commit is contained in:
parent
b5bf08da54
commit
03ed7cce3e
@ -37,19 +37,43 @@
|
|||||||
<hypothesis type="NETGEN_Parameters"
|
<hypothesis type="NETGEN_Parameters"
|
||||||
label-id="NETGEN 3D Parameters"
|
label-id="NETGEN 3D Parameters"
|
||||||
icon-id="mesh_hypo_netgen.png"
|
icon-id="mesh_hypo_netgen.png"
|
||||||
dim="3"/>
|
dim="3">
|
||||||
|
<python-wrap>
|
||||||
|
<accumulative-methods>
|
||||||
|
SetLocalSizeOnShape
|
||||||
|
</accumulative-methods>
|
||||||
|
</python-wrap>
|
||||||
|
</hypothesis>
|
||||||
<hypothesis type="NETGEN_Parameters_2D"
|
<hypothesis type="NETGEN_Parameters_2D"
|
||||||
label-id="NETGEN 2D Parameters"
|
label-id="NETGEN 2D Parameters"
|
||||||
icon-id="mesh_hypo_netgen_2d.png"
|
icon-id="mesh_hypo_netgen_2d.png"
|
||||||
dim="2"/>
|
dim="2">
|
||||||
|
<python-wrap>
|
||||||
|
<accumulative-methods>
|
||||||
|
SetLocalSizeOnShape
|
||||||
|
</accumulative-methods>
|
||||||
|
</python-wrap>
|
||||||
|
</hypothesis>
|
||||||
<hypothesis type="NETGEN_Parameters_3D"
|
<hypothesis type="NETGEN_Parameters_3D"
|
||||||
label-id="NETGEN 3D Parameters"
|
label-id="NETGEN 3D Parameters"
|
||||||
icon-id="mesh_hypo_netgen.png"
|
icon-id="mesh_hypo_netgen.png"
|
||||||
dim="3"/>
|
dim="3">
|
||||||
|
<python-wrap>
|
||||||
|
<accumulative-methods>
|
||||||
|
SetLocalSizeOnShape
|
||||||
|
</accumulative-methods>
|
||||||
|
</python-wrap>
|
||||||
|
</hypothesis>
|
||||||
<hypothesis type="NETGEN_Parameters_2D_ONLY"
|
<hypothesis type="NETGEN_Parameters_2D_ONLY"
|
||||||
label-id="NETGEN 2D Parameters"
|
label-id="NETGEN 2D Parameters"
|
||||||
icon-id="mesh_hypo_netgen_2d.png"
|
icon-id="mesh_hypo_netgen_2d.png"
|
||||||
dim="2"/>
|
dim="2">
|
||||||
|
<python-wrap>
|
||||||
|
<accumulative-methods>
|
||||||
|
SetLocalSizeOnShape
|
||||||
|
</accumulative-methods>
|
||||||
|
</python-wrap>
|
||||||
|
</hypothesis>
|
||||||
<hypothesis type="NETGEN_SimpleParameters_2D"
|
<hypothesis type="NETGEN_SimpleParameters_2D"
|
||||||
label-id="NETGEN 2D Simple Parameters"
|
label-id="NETGEN 2D Simple Parameters"
|
||||||
icon-id="mesh_hypo_netgen_2d.png"
|
icon-id="mesh_hypo_netgen_2d.png"
|
||||||
|
Loading…
Reference in New Issue
Block a user