]> SALOME platform Git repositories - modules/shaper.git/commit
Salome HOME
[bos #26448] : [EDF] (2021) SHAPER: construction elements: create extra planes
authorAlexey Kondratyev <alexey.kondratyev@opencascade.com>
Fri, 8 Oct 2021 13:54:33 +0000 (16:54 +0300)
committerazv <azv@opencascade.com>
Thu, 28 Oct 2021 15:34:33 +0000 (18:34 +0300)
commit3198d52565f952c83b7af8e9abe232c4bf47486c
tree3bb48148030739df2c135b244fa6651f0a393ab3
parentb5701cbc4206382bacb0f3b198767be2f0ac12f4
[bos #26448] : [EDF] (2021) SHAPER: construction elements: create extra planes

Add attribute "number of copies" for creating plane by rotating and by distance from other plane.

Added a corresponding field in the creation window.

Change documentation to reference about copies when creating a planes.

Change "dump to script" to set number of copies(or without it).

Add Python test.

Add translate to French.
13 files changed:
src/ConstructionAPI/ConstructionAPI_Plane.cpp
src/ConstructionAPI/ConstructionAPI_Plane.h
src/ConstructionPlugin/ConstructionPlugin_Plane.cpp
src/ConstructionPlugin/ConstructionPlugin_Plane.h
src/ConstructionPlugin/ConstructionPlugin_msg_en.ts
src/ConstructionPlugin/ConstructionPlugin_msg_fr.ts
src/ConstructionPlugin/Test/TestPlane_Copies.py [new file with mode: 0644]
src/ConstructionPlugin/doc/images/Plane3.png
src/ConstructionPlugin/doc/planeFeature.rst
src/ConstructionPlugin/plane_widget.xml
src/ConstructionPlugin/tests.set
src/Model/Model_Objects.cpp
src/Model/Model_Update.cpp