Salome HOME
modules/shaper.git
5 years agoMove to the final 9.3.0 version.
mpv [Tue, 14 May 2019 10:25:31 +0000 (13:25 +0300)]
Move to the final 9.3.0 version.

5 years agoFix for the tuleap issue #16931: Windows version: Dump Python: new blank line between...
mpv [Tue, 14 May 2019 08:42:34 +0000 (11:42 +0300)]
Fix for the tuleap issue #16931: Windows version: Dump Python: new blank line between each line

5 years agoRefactoring: split base class of Boolean operation (separate methods related to versi...
azv [Tue, 14 May 2019 04:24:43 +0000 (07:24 +0300)]
Refactoring: split base class of Boolean operation (separate methods related to versioning and keeping the hierarchy of compounds)

5 years agoSmall refactoring: separate storing a compound of sub-results.
azv [Mon, 13 May 2019 13:24:58 +0000 (16:24 +0300)]
Small refactoring: separate storing a compound of sub-results.

5 years agoTask 3.2. Concealment into multi-level Compounds
azv [Mon, 13 May 2019 12:39:51 +0000 (15:39 +0300)]
Task 3.2. Concealment into multi-level Compounds

Update behavior of SPLIT operation to keep hierarchy of compounds.

5 years agoFix incorrect order of results when processing compsolids
azv [Mon, 13 May 2019 11:39:47 +0000 (14:39 +0300)]
Fix incorrect order of results when processing compsolids

5 years agoTask 3.2. Concealment into multi-level Compounds
azv [Mon, 13 May 2019 10:23:58 +0000 (13:23 +0300)]
Task 3.2. Concealment into multi-level Compounds

Update behavior of SMASH operation to keep hierarchy of compounds.

5 years agoTask 3.2. Concealment into multi-level Compounds
azv [Mon, 13 May 2019 05:11:47 +0000 (08:11 +0300)]
Task 3.2. Concealment into multi-level Compounds

Update behavior of CUT operation to keep hierarchy of compounds.

5 years agoFix too long line (>100 characters)
azv [Sat, 11 May 2019 19:27:08 +0000 (22:27 +0300)]
Fix too long line (>100 characters)

5 years agoTask 3.2. Concealment into multi-level Compounds
azv [Sat, 11 May 2019 19:19:00 +0000 (22:19 +0300)]
Task 3.2. Concealment into multi-level Compounds

Update behavior of COMMON operation to keep hierarchy of compounds.

5 years agoTask 3.2. Concealment into multi-level Compounds
azv [Tue, 7 May 2019 08:13:23 +0000 (11:13 +0300)]
Task 3.2. Concealment into multi-level Compounds

Update behavior of FUSE operation to keep hierarchy of compounds.

5 years agoFix a crash.
azv [Mon, 6 May 2019 11:42:01 +0000 (14:42 +0300)]
Fix a crash.

5 years agoFix incorrect geometric selection of a compound, which is sub-shape of another compound.
azv [Mon, 6 May 2019 10:05:44 +0000 (13:05 +0300)]
Fix incorrect geometric selection of a compound, which is sub-shape of another compound.

5 years agoFix regressions related to treating edges and faces in Boolean operations.
azv [Mon, 6 May 2019 08:47:49 +0000 (11:47 +0300)]
Fix regressions related to treating edges and faces in Boolean operations.

5 years agoFix error when fusing a face with a solid from a compsolid.
azv [Thu, 2 May 2019 12:41:33 +0000 (15:41 +0300)]
Fix error when fusing a face with a solid from a compsolid.

5 years agoFUSE operation refactoring (process edges and faces while creating objects hierarchy).
azv [Wed, 1 May 2019 20:01:44 +0000 (23:01 +0300)]
FUSE operation refactoring (process edges and faces while creating objects hierarchy).

5 years agoFix shape dependencies leading to regressions in test cases.
azv [Fri, 26 Apr 2019 22:02:28 +0000 (01:02 +0300)]
Fix shape dependencies leading to regressions in test cases.

5 years agoTests for checking default behavior of Boolean operations while processing multi...
azv [Fri, 26 Apr 2019 08:05:24 +0000 (11:05 +0300)]
Tests for checking default behavior of Boolean operations while processing multi-level compounds.

5 years agoRefactor Boolean operations in FeaturesPlugin.
azv [Fri, 26 Apr 2019 07:31:10 +0000 (10:31 +0300)]
Refactor Boolean operations in FeaturesPlugin.

5 years agoFix the long line formatting problem
mpv [Fri, 26 Apr 2019 07:23:24 +0000 (10:23 +0300)]
Fix the long line formatting problem

5 years agoAn additional minor fix based on the issue #2917 issue script: to update some kind...
mpv [Fri, 26 Apr 2019 07:16:30 +0000 (10:16 +0300)]
An additional minor fix based on the issue #2917 issue script: to update some kind of construction points results before transaction is finished.

5 years agoIssue #2908: Update presentation on call setColor in Python
vsv [Thu, 25 Apr 2019 13:40:48 +0000 (16:40 +0300)]
Issue #2908: Update presentation  on call setColor in Python

5 years agoFix for the issue #2917 : Adding a Point based on an object in python makes it create...
mpv [Thu, 25 Apr 2019 07:27:18 +0000 (10:27 +0300)]
Fix for the issue #2917 : Adding a Point based on an object in python makes it created by coords

5 years agoCheck reference data file for each HDF file
azv [Mon, 22 Apr 2019 12:48:43 +0000 (15:48 +0300)]
Check reference data file for each HDF file

5 years agoUpdate HDF tests reference data
azv [Mon, 22 Apr 2019 12:31:12 +0000 (15:31 +0300)]
Update HDF tests reference data

5 years agoRemove debug outputs
azv [Mon, 22 Apr 2019 11:08:40 +0000 (14:08 +0300)]
Remove debug outputs

5 years agoCorrect processing of errors while HDF reading
azv [Mon, 22 Apr 2019 11:06:06 +0000 (14:06 +0300)]
Correct processing of errors while HDF reading

5 years agoAdd DISPLAY variable
azv [Mon, 22 Apr 2019 10:30:20 +0000 (13:30 +0300)]
Add DISPLAY variable

5 years agoPrint debug info while testing HDF (debug Jenkins hang)
azv [Mon, 22 Apr 2019 08:36:48 +0000 (11:36 +0300)]
Print debug info while testing HDF (debug Jenkins hang)

5 years agoPrint debug info while testing HDF (debug Jenkins hang)
azv [Mon, 22 Apr 2019 08:36:48 +0000 (11:36 +0300)]
Print debug info while testing HDF (debug Jenkins hang)

5 years agoPossibility to run test case by regexp
azv [Mon, 22 Apr 2019 08:10:40 +0000 (11:10 +0300)]
Possibility to run test case by regexp

5 years agoAdditional parameter in make.sh to allow testing of HDF models.
azv [Fri, 19 Apr 2019 13:56:23 +0000 (16:56 +0300)]
Additional parameter in make.sh to allow testing of HDF models.

5 years agoAdd unit tests to load HDF files and check results.
azv [Fri, 19 Apr 2019 13:52:00 +0000 (16:52 +0300)]
Add unit tests to load HDF files and check results.

5 years agoIncrement version: 9.3.0
vsr [Thu, 28 Mar 2019 06:57:16 +0000 (09:57 +0300)]
Increment version: 9.3.0

5 years agoUpdate Filters data model using the previous filters implementation: filter arguments...
mpv [Thu, 25 Apr 2019 13:41:59 +0000 (16:41 +0300)]
Update Filters data model using the previous filters implementation: filter arguments are standard attributes now.

5 years agoOptimization of the RemoveSubshapes feature to make it work faster in some big models...
mpv [Mon, 22 Apr 2019 13:19:29 +0000 (16:19 +0300)]
Optimization of the RemoveSubshapes feature to make it work faster in some big models python scripts.

5 years agoCosmetic changes
mpv [Mon, 22 Apr 2019 07:18:02 +0000 (10:18 +0300)]
Cosmetic changes

5 years agoUpdate unit-tests due to the issue #2941fix. For compounds of not only solids the...
mpv [Fri, 19 Apr 2019 08:56:28 +0000 (11:56 +0300)]
Update unit-tests due to the issue #2941fix. For compounds of not only solids the volume value computed incorrectly.

5 years agoFix for the issue #2914 : Wrong volume computed on ENISTAT
mpv [Fri, 19 Apr 2019 07:43:38 +0000 (10:43 +0300)]
Fix for the issue #2914 : Wrong volume computed on ENISTAT

5 years agoFix for the issue #2909 : Folder becomes empty after "export to GEOM"
mpv [Wed, 17 Apr 2019 14:29:42 +0000 (17:29 +0300)]
Fix for the issue #2909 : Folder becomes empty after "export to GEOM"

5 years agoFix for the issue #2910 : Undo some changes in the middle of the history line makes...
mpv [Wed, 17 Apr 2019 12:29:34 +0000 (15:29 +0300)]
Fix for the issue #2910 : Undo some changes in the middle of the history line makes all features invalid when loading hdf

5 years agoImprove update of object browser
vsv [Wed, 17 Apr 2019 11:40:18 +0000 (14:40 +0300)]
Improve update of object browser

5 years agoMake the tutorial script up-to-date due to the issue CEA 16749 in tuleap
mpv [Fri, 12 Apr 2019 13:16:09 +0000 (16:16 +0300)]
Make the tutorial script up-to-date due to the issue CEA 16749 in tuleap

5 years agoImprove the code coverage level
mpv [Thu, 11 Apr 2019 10:31:22 +0000 (13:31 +0300)]
Improve the code coverage level

5 years agoAdditional modification of the picture for the issue #2906
mpv [Thu, 11 Apr 2019 08:25:00 +0000 (11:25 +0300)]
Additional modification of the picture for the issue #2906

5 years agoIssue #2906: Misinforming tooltip of "Build face" feature
azv [Wed, 10 Apr 2019 11:07:40 +0000 (14:07 +0300)]
Issue #2906: Misinforming tooltip of "Build face" feature

5 years agoFor the issue #2903 : correctly process also the references to construction - features.
mpv [Wed, 10 Apr 2019 06:02:29 +0000 (09:02 +0300)]
For the issue #2903 : correctly process also the references to construction - features.

5 years agoUpdate unit tests to make objects are referenced correctly
mpv [Tue, 9 Apr 2019 16:32:16 +0000 (19:32 +0300)]
Update unit tests to make objects are referenced correctly

5 years agoFor the issue #2903 : make only latest feature become invalid because of python scrip...
mpv [Tue, 9 Apr 2019 14:57:16 +0000 (17:57 +0300)]
For the issue #2903 : make only latest feature become invalid because of python scripts execution specifics

5 years agoMake unit tests work with the new validator checking
mpv [Tue, 9 Apr 2019 13:14:51 +0000 (16:14 +0300)]
Make unit tests work with the new validator checking

5 years agoFix for the issue #2903 : Crash when creating a group on all faces
mpv [Tue, 9 Apr 2019 11:50:36 +0000 (14:50 +0300)]
Fix for the issue #2903 : Crash when creating a group on all faces

Prevent user from selection of features and results used in other features and both with concealment ability.

5 years agoFix for the issue #2900 : Crash or freeze when activating the Partset
mpv [Mon, 8 Apr 2019 12:01:23 +0000 (15:01 +0300)]
Fix for the issue #2900 : Crash or freeze when activating the Partset

5 years agoRemove coding information from the python scripts due to tuleap issue #16806
mpv [Fri, 5 Apr 2019 07:25:53 +0000 (10:25 +0300)]
Remove coding information from the python scripts due to tuleap issue #16806

[CEA 16749] dumpStudy: coding: utf-8

5 years agoIssue #2896: Create new selector just at module activation
vsv [Thu, 4 Apr 2019 09:27:22 +0000 (12:27 +0300)]
Issue #2896: Create new selector just at module activation

5 years agoFix for the issue #2899 : Not activated parts are not saved
mpv [Wed, 3 Apr 2019 10:49:51 +0000 (13:49 +0300)]
Fix for the issue #2899 : Not activated parts are not saved

5 years agoStabilization of the test TestMoveArc
mpv [Wed, 3 Apr 2019 08:48:17 +0000 (11:48 +0300)]
Stabilization of the test TestMoveArc

5 years agoFix for the issue #2901
mpv [Wed, 3 Apr 2019 07:22:28 +0000 (10:22 +0300)]
Fix for the issue #2901

5 years agoFix for the issue #2898 : SIGSEGV when selecting the Split feature or one sub-result...
mpv [Tue, 2 Apr 2019 14:56:20 +0000 (17:56 +0300)]
Fix for the issue #2898 : SIGSEGV when selecting the Split feature or one sub-result in the object browser

5 years agoImprove the coverage level: comment out a long string creation.
mpv [Mon, 1 Apr 2019 13:24:14 +0000 (16:24 +0300)]
Improve the coverage level: comment out a long string creation.

5 years agoCorrection of the test 2882
mpv [Wed, 27 Mar 2019 13:31:55 +0000 (16:31 +0300)]
Correction of the test 2882

5 years agoUnit test for the issue #2882
mpv [Wed, 27 Mar 2019 11:29:16 +0000 (14:29 +0300)]
Unit test for the issue #2882

5 years agoMake correct python dump for exportToGeom with separated results
mpv [Wed, 27 Mar 2019 08:59:42 +0000 (11:59 +0300)]
Make correct python dump for exportToGeom with separated results

5 years agoToo long line fix
mpv [Tue, 26 Mar 2019 14:27:17 +0000 (17:27 +0300)]
Too long line fix

5 years agoImplementation of proposal 3 in the issue #2882 : Groups are not exported to GEOM...
mpv [Tue, 26 Mar 2019 14:22:14 +0000 (17:22 +0300)]
Implementation of proposal 3 in the issue #2882 : Groups are not exported to GEOM under the shapes when there several results.

To export results without joining them into compound. In this case group that contains selection on several results must be splitted into several groups (with same name), located under the corresponding results.

5 years agoLaunch restricted models tests if repository is accessible.
mpv [Mon, 25 Mar 2019 10:09:04 +0000 (13:09 +0300)]
Launch restricted models tests if repository is accessible.

5 years agoIssue #2894: SIGSEGV in trim after double-click
azv [Fri, 22 Mar 2019 10:54:13 +0000 (13:54 +0300)]
Issue #2894: SIGSEGV in trim after double-click

Fix crash when selected point is not lying on the trimmed feature.

5 years agoFix incorrect treating a constraint Angle type while dumping (issue #2893)
azv [Fri, 22 Mar 2019 09:53:47 +0000 (12:53 +0300)]
Fix incorrect treating a constraint Angle type while dumping (issue #2893)

5 years agoIssue #2888: Limit symbols for parameters names
vsv [Fri, 22 Mar 2019 08:41:21 +0000 (11:41 +0300)]
Issue #2888: Limit symbols for parameters names

5 years agoUpdate of the unit-test for checking the issue #2892
mpv [Fri, 22 Mar 2019 05:16:04 +0000 (08:16 +0300)]
Update of the unit-test for checking the issue #2892

5 years agoFix for the issue #2892 : Group in error when loading dump from Test2241.py
mpv [Fri, 22 Mar 2019 05:11:40 +0000 (08:11 +0300)]
Fix for the issue #2892 : Group in error when loading dump from Test2241.py

5 years agoFix incorrect treating a constraint Angle type while dumping (issue #2893)
azv [Thu, 21 Mar 2019 13:00:23 +0000 (16:00 +0300)]
Fix incorrect treating a constraint Angle type while dumping (issue #2893)

5 years agoIssue #2889:Multi-selection of features in Object Browser
vsv [Wed, 20 Mar 2019 12:22:54 +0000 (15:22 +0300)]
Issue #2889:Multi-selection of features in Object Browser

5 years agoIssue #2890: Wrong partition result with planes and SIGSEGV
azv [Wed, 20 Mar 2019 09:44:45 +0000 (12:44 +0300)]
Issue #2890: Wrong partition result with planes and SIGSEGV

Check number of points in the result when verifying a wire is a rectangle.

5 years agoMove to the newer version of SALOME
mpv [Wed, 20 Mar 2019 09:06:31 +0000 (12:06 +0300)]
Move to the newer version of SALOME

5 years agoIssue #2888: Use only ASCII symbols for parameters names
vsv [Wed, 20 Mar 2019 08:54:05 +0000 (11:54 +0300)]
Issue #2888: Use only ASCII symbols for parameters names

5 years agoMove to the newer version of SALOME
mpv [Tue, 19 Mar 2019 05:02:24 +0000 (08:02 +0300)]
Move to the newer version of SALOME

5 years agoRenaming Fill in Split : Unit tests cgt/split V9_3_0b1
Clarisse GENRAULT - DEN/DANS/DM2S/STMF/LGLS - 2012/10/01 [Thu, 14 Mar 2019 15:34:48 +0000 (16:34 +0100)]
Renaming Fill in Split : Unit tests

5 years agoRenaming Fill in Split : Unit tests
Clarisse GENRAULT - DEN/DANS/DM2S/STMF/LGLS - 2012/10/01 [Thu, 14 Mar 2019 14:20:36 +0000 (15:20 +0100)]
Renaming Fill in Split : Unit tests

5 years agoRenaming Fill in Split : Read old HDF
Clarisse GENRAULT - DEN/DANS/DM2S/STMF/LGLS - 2012/10/01 [Thu, 14 Mar 2019 10:17:31 +0000 (11:17 +0100)]
Renaming Fill in Split : Read old HDF

5 years agoMerge branch 'master' into cgt/split
Clarisse GENRAULT - DEN/DANS/DM2S/STMF/LGLS - 2012/10/01 [Thu, 14 Mar 2019 06:42:20 +0000 (07:42 +0100)]
Merge branch 'master' into cgt/split

5 years agoMisprint correction
azv [Wed, 13 Mar 2019 18:42:22 +0000 (21:42 +0300)]
Misprint correction

5 years agoFix one more regression in ModelHighAPI_Dumper related to the number of digits writte...
azv [Wed, 13 Mar 2019 13:32:24 +0000 (16:32 +0300)]
Fix one more regression in ModelHighAPI_Dumper related to the number of digits written for double values.

5 years agoFix regression in ModelHighAPI_Dumper
azv [Wed, 13 Mar 2019 11:59:35 +0000 (14:59 +0300)]
Fix regression in ModelHighAPI_Dumper

5 years agoImprove code coverage for ModelAPI package
azv [Wed, 13 Mar 2019 09:49:43 +0000 (12:49 +0300)]
Improve code coverage for ModelAPI package

5 years agoImprove code coverage for GeomValidators package
azv [Wed, 13 Mar 2019 08:13:42 +0000 (11:13 +0300)]
Improve code coverage for GeomValidators package

5 years agoMake models and compatibility tests able to be enabled simultaneously.
mpv [Wed, 13 Mar 2019 06:21:50 +0000 (09:21 +0300)]
Make models and compatibility tests able to be enabled simultaneously.

5 years agoUpdate tests for export to GEOM according to the Python dump change.
azv [Wed, 13 Mar 2019 05:38:54 +0000 (08:38 +0300)]
Update tests for export to GEOM according to the Python dump change.

5 years agoFix compilation error in SHAPERGUI_DataModel: use default types of dumped data.
azv [Wed, 13 Mar 2019 02:42:53 +0000 (05:42 +0300)]
Fix compilation error in SHAPERGUI_DataModel: use default types of dumped data.

5 years agoUpdate Python dump to write both standard naming and geometrical selection at once
azv [Tue, 12 Mar 2019 13:17:36 +0000 (16:17 +0300)]
Update Python dump to write both standard naming and geometrical selection at once

5 years agoRenaming Fill in Split : Help (General index)
Clarisse GENRAULT - DEN/DANS/DM2S/STMF/LGLS - 2012/10/01 [Tue, 12 Mar 2019 08:16:46 +0000 (09:16 +0100)]
Renaming Fill in Split : Help (General index)

5 years agoUpdate for compatibility tests
vsv [Mon, 11 Mar 2019 16:30:22 +0000 (19:30 +0300)]
Update for compatibility tests

5 years agoImplement Python API compatibility tests
vsv [Mon, 11 Mar 2019 14:12:54 +0000 (17:12 +0300)]
Implement Python API compatibility tests

5 years agoRemove extra warnings
vsv [Mon, 11 Mar 2019 11:52:20 +0000 (14:52 +0300)]
Remove extra warnings

5 years agoFix for the issue #2886 : In the Help main page of SHAPER the section "Sketch plug...
mpv [Mon, 11 Mar 2019 07:09:52 +0000 (10:09 +0300)]
Fix for the issue #2886 : In the Help main page of SHAPER the section "Sketch plug-in" appear twice

5 years agoMerge branch 'master' into cgt/split
Clarisse GENRAULT - DEN/DANS/DM2S/STMF/LGLS - 2012/10/01 [Thu, 7 Mar 2019 14:36:19 +0000 (15:36 +0100)]
Merge branch 'master' into cgt/split

5 years agoMerge branch 'master' into cgt/split
Clarisse GENRAULT - DEN/DANS/DM2S/STMF/LGLS - 2012/10/01 [Thu, 7 Mar 2019 14:25:44 +0000 (15:25 +0100)]
Merge branch 'master' into cgt/split

5 years agoUpdate the currently used SALOME version
mpv [Thu, 7 Mar 2019 10:08:33 +0000 (13:08 +0300)]
Update the currently used SALOME version

5 years agoMerge branch 'master' into cgt/split
Clarisse GENRAULT - DEN/DANS/DM2S/STMF/LGLS - 2012/10/01 [Thu, 7 Mar 2019 08:16:17 +0000 (09:16 +0100)]
Merge branch 'master' into cgt/split

5 years agoRenaming Fill in Split : Dump
Clarisse GENRAULT - DEN/DANS/DM2S/STMF/LGLS - 2012/10/01 [Thu, 7 Mar 2019 08:07:34 +0000 (09:07 +0100)]
Renaming Fill in Split : Dump

5 years agoRenaming Fill in Split : Help (change name of result)
Clarisse GENRAULT - DEN/DANS/DM2S/STMF/LGLS - 2012/10/01 [Thu, 7 Mar 2019 07:56:51 +0000 (08:56 +0100)]
Renaming Fill in Split : Help (change name of result)