mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-26 17:30:35 +05:00
PAL13615 (EDF PAL 315/31 GEOM SMESH : meshing of a "5 edges quadrangle")
PAL13639 (EDF PAL 317 : SMESH : Create "0D Hypothesis") add <hypothesis type="SegmentLengthAroundVertex" <algorithm type="SegmentAroundVertex_0D" <algorithm type="CompositeSegment_1D"
This commit is contained in:
parent
46f3ef596a
commit
0ba8f14893
@ -11,6 +11,11 @@
|
||||
gui-lib="libStdMeshersGUI.so">
|
||||
<hypotheses>
|
||||
|
||||
<hypothesis type="SegmentLengthAroundVertex"
|
||||
label-id="Length Near Vertex"
|
||||
icon-id="mesh_hypo_length.png"
|
||||
dim="0"/>
|
||||
|
||||
<hypothesis type="LocalLength"
|
||||
label-id="Average length"
|
||||
icon-id="mesh_hypo_length.png"
|
||||
@ -107,6 +112,13 @@
|
||||
|
||||
<algorithms>
|
||||
|
||||
<algorithm type="SegmentAroundVertex_0D"
|
||||
label-id="Segments around vertex"
|
||||
icon-id="mesh_algo_regular.png"
|
||||
hypos="SegmentLengthAroundVertex"
|
||||
output="VERTEX"
|
||||
dim="0"/>
|
||||
|
||||
<algorithm type="Regular_1D"
|
||||
label-id="Wire discretisation"
|
||||
icon-id="mesh_algo_regular.png"
|
||||
@ -116,6 +128,15 @@
|
||||
output="EDGE"
|
||||
dim="1"/>
|
||||
|
||||
<algorithm type="CompositeSegment_1D"
|
||||
label-id="Composite side discretisation"
|
||||
icon-id="mesh_algo_regular.png"
|
||||
hypos="LocalLength,Arithmetic1D,StartEndLength,NumberOfSegments,Deflection1D,AutomaticLength"
|
||||
opt-hypos="Propagation,QuadraticMesh"
|
||||
input="VERTEX"
|
||||
output="EDGE"
|
||||
dim="1"/>
|
||||
|
||||
<algorithm type="MEFISTO_2D"
|
||||
label-id="Triangle (Mefisto)"
|
||||
icon-id="mesh_algo_mefisto.png"
|
||||
|
Loading…
Reference in New Issue
Block a user