PAL13473 (Build repetitive mesh)
@ -78,6 +78,31 @@
|
||||
label-id="Max. Element Volume"
|
||||
icon-id="mesh_hypo_volume.png"
|
||||
dim="3"/>
|
||||
|
||||
<hypothesis type="ProjectionSource3D"
|
||||
label-id="Source Shape 3D"
|
||||
icon-id="mesh_hypo_volume.png"
|
||||
dim="3"/>
|
||||
|
||||
<hypothesis type="ProjectionSource2D"
|
||||
label-id="Source Face"
|
||||
icon-id="mesh_hypo_area.png"
|
||||
dim="2"/>
|
||||
|
||||
<hypothesis type="ProjectionSource1D"
|
||||
label-id="Source Edge"
|
||||
icon-id="mesh_hypo_length.png"
|
||||
dim="1"/>
|
||||
|
||||
<hypothesis type="NumberOfLayers"
|
||||
label-id="Number of Layers"
|
||||
icon-id="mesh_hypo_length.png"
|
||||
dim="3"/>
|
||||
|
||||
<hypothesis type="LayerDistribution"
|
||||
label-id="Distribution of Layers"
|
||||
icon-id="mesh_hypo_length.png"
|
||||
dim="3"/>
|
||||
</hypotheses>
|
||||
|
||||
<algorithms>
|
||||
@ -87,6 +112,7 @@
|
||||
icon-id="mesh_algo_regular.png"
|
||||
hypos="LocalLength,Arithmetic1D,StartEndLength,NumberOfSegments,Deflection1D,AutomaticLength"
|
||||
opt-hypos="Propagation,QuadraticMesh"
|
||||
input="VERTEX"
|
||||
output="EDGE"
|
||||
dim="1"/>
|
||||
|
||||
@ -111,6 +137,42 @@
|
||||
icon-id="mesh_algo_hexa.png"
|
||||
input="QUAD"
|
||||
dim="3"/>
|
||||
|
||||
<algorithm type="Projection_1D"
|
||||
label-id="Projection 1D"
|
||||
icon-id="mesh_algo_regular.png"
|
||||
hypos="ProjectionSource1D"
|
||||
output="EDGE"
|
||||
dim="1"/>
|
||||
|
||||
<algorithm type="Projection_2D"
|
||||
label-id="Projection 2D"
|
||||
icon-id="mesh_algo_quad.png"
|
||||
input="EDGE"
|
||||
hypos="ProjectionSource2D"
|
||||
output="QUAD,TRIA"
|
||||
dim="2"/>
|
||||
|
||||
<algorithm type="Projection_3D"
|
||||
label-id="Projection 3D"
|
||||
icon-id="mesh_algo_hexa.png"
|
||||
hypos="ProjectionSource3D"
|
||||
input="QUAD,TRIA"
|
||||
dim="3"/>
|
||||
|
||||
<algorithm type="Prism_3D"
|
||||
label-id="Prism 3D"
|
||||
icon-id="mesh_algo_hexa.png"
|
||||
input="QUAD,TRIA"
|
||||
dim="3"/>
|
||||
|
||||
<algorithm type="RadialPrism_3D"
|
||||
label-id="Radial Prism 3D"
|
||||
icon-id="mesh_algo_hexa.png"
|
||||
hypos="NumberOfLayers, LayerDistribution"
|
||||
input="QUAD,TRIA"
|
||||
dim="3"/>
|
||||
|
||||
</algorithms>
|
||||
</meshers-group>
|
||||
|
||||
|
BIN
resources/mesh_hypo_layer_distribution.png
Normal file
After Width: | Height: | Size: 868 B |
BIN
resources/mesh_hypo_source_3d.png
Normal file
After Width: | Height: | Size: 781 B |
BIN
resources/mesh_hypo_source_edge.png
Normal file
After Width: | Height: | Size: 837 B |
BIN
resources/mesh_hypo_source_face.png
Normal file
After Width: | Height: | Size: 888 B |
BIN
resources/mesh_tree_algo_projection_2d.png
Normal file
After Width: | Height: | Size: 278 B |
BIN
resources/mesh_tree_algo_projection_3d.png
Normal file
After Width: | Height: | Size: 600 B |
BIN
resources/mesh_tree_algo_radial_prism.png
Normal file
After Width: | Height: | Size: 608 B |
BIN
resources/mesh_tree_hypo_layers_distribution.png
Normal file
After Width: | Height: | Size: 540 B |
BIN
resources/mesh_tree_hypo_projection_2d.png
Normal file
After Width: | Height: | Size: 455 B |
BIN
resources/mesh_tree_hypo_projection_3d.png
Normal file
After Width: | Height: | Size: 576 B |
BIN
resources/mesh_tree_hypo_source_3d_shape.png
Normal file
After Width: | Height: | Size: 505 B |
BIN
resources/mesh_tree_hypo_source_edge.png
Normal file
After Width: | Height: | Size: 316 B |
BIN
resources/mesh_tree_hypo_source_face.png
Normal file
After Width: | Height: | Size: 715 B |