Salome HOME
PAL13615 (EDF PAL 315/31 GEOM SMESH : meshing of a "5 edges quadrangle")
authoreap <eap@opencascade.com>
Tue, 20 Feb 2007 09:08:02 +0000 (09:08 +0000)
committereap <eap@opencascade.com>
Tue, 20 Feb 2007 09:08:02 +0000 (09:08 +0000)
PAL13639 (EDF PAL 317 : SMESH : Create "0D Hypothesis")
  add
    <hypothesis type="SegmentLengthAroundVertex"
    <algorithm type="SegmentAroundVertex_0D"
    <algorithm type="CompositeSegment_1D"

resources/StdMeshers.xml

index 8698166dfead2aba8c6599c0c697c9598e1d348e..7878347bc60855c0865e7b1377e8ebc28b65d504 100644 (file)
                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"
 
   <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"
                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"