Salome HOME
bos #26448 Construction elements: create extra planes
authorAlexey Kondratyev <alexey.kondratyev@opencascade.com>
Fri, 8 Oct 2021 13:54:33 +0000 (16:54 +0300)
committervsr <vsr@opencascade.com>
Fri, 5 Nov 2021 11:24:10 +0000 (14:24 +0300)
commitbf9b7eb42772aae24906f7cc2d926ff15cf6604a
treee76ec7ba31a898c8fe31420ef017e904fe738d39
parentb3e72346e28390cdd9007f60a9157448ed448e85
bos #26448 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