]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/FeaturesPlugin/plugin-Features.xml
Salome HOME
[bos #29470][EDF](2022-T1) Advanced geometry features: cloud point on a face
[modules/shaper.git] / src / FeaturesPlugin / plugin-Features.xml
index 87e47c378a6753e27f3297a13ee4f79bbe2fb6a8..0292c038ce228d2c71bdcf967359867000744ec9 100644 (file)
                icon="icons/Features/measurement.png" helpfile="measurementFeature.html" abort_confirmation="false">
         <source path="measurement_widget.xml"/>
       </feature>
+      <feature id="Point_cloud" title="Cloud of points"
+               tooltip="Create points laying on the face"
+               icon="" internal="1">
+        <shape_selector id="face" label="Face"
+                        icon="" tooltip="Select objects"
+                        shape_types="face"/>
+        <integervalue id="number_of_points" label="Nb points"
+                      step="1" default="2"
+                      icon="" tooltip="Number of points"/>
+      </feature>
     </group>
     <group id="Face">
       <feature id="NormalMacro" title="Normal to a face" tooltip="Calculate the normal to a face" auto_preview="true"