Salome HOME
modules/shaper.git
5 years agoIssue #2613: Use Yellow color for highlighted object V9_2_0b1
vsv [Tue, 6 Nov 2018 12:37:49 +0000 (15:37 +0300)]
Issue #2613: Use Yellow color for highlighted object

5 years agoSmall fixes V9_2_0a2
vsv [Wed, 24 Oct 2018 15:01:56 +0000 (18:01 +0300)]
Small fixes

5 years agoProvide Auto-apply management for Salome desktop
vsv [Wed, 24 Oct 2018 13:32:06 +0000 (16:32 +0300)]
Provide Auto-apply management for Salome desktop

5 years agoIssue #2715: Make update of Object Browser only after operation finished
vsv [Wed, 24 Oct 2018 13:17:58 +0000 (16:17 +0300)]
Issue #2715: Make update of Object Browser only after operation finished

5 years agoFix a bug with cancel "Save as"
vsv [Tue, 23 Oct 2018 14:19:39 +0000 (17:19 +0300)]
Fix a bug with cancel "Save as"

5 years agoSmall optimization of compressing
vsv [Mon, 22 Oct 2018 14:04:25 +0000 (17:04 +0300)]
Small optimization of compressing

5 years agoAdd file extension if it is not defined
vsv [Mon, 22 Oct 2018 13:42:06 +0000 (16:42 +0300)]
Add file extension if it is not defined

5 years agoAvoid unlimited cycling on export native
vsv [Mon, 22 Oct 2018 13:32:20 +0000 (16:32 +0300)]
Avoid unlimited cycling on export native

5 years agoUse compressing for saving SHAPER files
vsv [Mon, 22 Oct 2018 13:02:52 +0000 (16:02 +0300)]
Use compressing for saving SHAPER files

5 years agoUse compressing for project files
vsv [Mon, 22 Oct 2018 10:05:47 +0000 (13:05 +0300)]
Use compressing for project files

5 years agoApply warning icon to folder only in case if it is not expanded
vsv [Fri, 19 Oct 2018 11:58:03 +0000 (14:58 +0300)]
Apply warning icon to folder only in case if it is not expanded

5 years agoFix for auto rebuild in Salome case
vsv [Fri, 19 Oct 2018 08:13:03 +0000 (11:13 +0300)]
Fix for auto rebuild in Salome case

5 years agoAuto-rebuild management
vsv [Thu, 18 Oct 2018 16:37:37 +0000 (19:37 +0300)]
Auto-rebuild management

5 years agoIssue #2621: Dump with geometrical selection
azv [Thu, 18 Oct 2018 12:05:36 +0000 (15:05 +0300)]
Issue #2621: Dump with geometrical selection

Use a tuple instead of GeomAPI_Pnt in model.selection() commands.

5 years agoIssue #2711: Crash when calling split
azv [Thu, 18 Oct 2018 06:44:11 +0000 (09:44 +0300)]
Issue #2711: Crash when calling split

Clear parameters of the Distance constraint when updating.

5 years agoIssue #2684: Make change of color inside of transaction
vsv [Wed, 17 Oct 2018 14:25:03 +0000 (17:25 +0300)]
Issue #2684: Make change of color inside of transaction

5 years agoIssue #2694: Show pop-up editor for distance value
vsv [Wed, 17 Oct 2018 12:30:08 +0000 (15:30 +0300)]
Issue #2694: Show pop-up editor for distance value

5 years agoIssue #2695: Line does not appear in sketcher while creating it
azv [Wed, 17 Oct 2018 11:16:39 +0000 (14:16 +0300)]
Issue #2695: Line does not appear in sketcher while creating it

Show DoF any time a sketch has degenerated geometry.

5 years agoIssue #2688: Correct documentation
vsv [Wed, 17 Oct 2018 10:23:53 +0000 (13:23 +0300)]
Issue #2688: Correct documentation

5 years agoIssue #2702: Accept feature of a plane as a sketcher plane
vsv [Tue, 16 Oct 2018 15:18:52 +0000 (18:18 +0300)]
Issue #2702: Accept feature of a plane as a sketcher plane

5 years agoIssue #2690: Optimize deletion of tree update
vsv [Tue, 16 Oct 2018 12:45:46 +0000 (15:45 +0300)]
Issue #2690: Optimize deletion of tree update

5 years agoIssue #2690: Full update tree on deletion of a folder
vsv [Tue, 16 Oct 2018 12:32:00 +0000 (15:32 +0300)]
Issue #2690: Full update tree on deletion of a folder

5 years agoIssue #2683: Add selection type to Dump feature
vsv [Fri, 12 Oct 2018 13:34:26 +0000 (16:34 +0300)]
Issue #2683: Add selection type to Dump feature

5 years agoIssue #2680: Select whole result if type of selection is "object"
vsv [Fri, 12 Oct 2018 10:29:47 +0000 (13:29 +0300)]
Issue #2680: Select whole result if type of selection is "object"

5 years agoAvoid crash on clearing of a document by a script
vsv [Thu, 11 Oct 2018 13:30:02 +0000 (16:30 +0300)]
Avoid crash on clearing of a document by a script

5 years agoMerge remote-tracking branch 'origin/rnv/cmake_build'
mpv [Thu, 11 Oct 2018 06:30:52 +0000 (09:30 +0300)]
Merge remote-tracking branch 'origin/rnv/cmake_build'

5 years agoUse PYTHON_ROOT_DIR environment variable rnv/cmake_build
rnv [Wed, 10 Oct 2018 20:27:32 +0000 (23:27 +0300)]
Use PYTHON_ROOT_DIR environment variable

5 years agoTransfer a command "Load Script" to Python console pop-up menu
vsv [Wed, 10 Oct 2018 15:39:54 +0000 (18:39 +0300)]
Transfer a command "Load Script" to Python console pop-up menu

5 years agoProvide Min/Max for properties with Double Spin control
vsv [Tue, 9 Oct 2018 16:15:38 +0000 (19:15 +0300)]
Provide Min/Max for properties with Double Spin control

5 years agoAvoid crash on creation of a plane when default size is set to 0
vsv [Mon, 8 Oct 2018 14:47:01 +0000 (17:47 +0300)]
Avoid crash on creation of a plane when default size is set to 0

5 years agoRemove unused variable
vsv [Mon, 8 Oct 2018 10:18:21 +0000 (13:18 +0300)]
Remove unused variable

5 years agoIssue #2678: Manage history line for part roots
vsv [Mon, 8 Oct 2018 10:11:03 +0000 (13:11 +0300)]
Issue #2678: Manage history line for part roots

5 years agoPrepare a version CEA_2018-2
mpv [Fri, 5 Oct 2018 16:16:49 +0000 (19:16 +0300)]
Prepare a version CEA_2018-2

5 years agoFix help errors CEA_2018-2
vsv [Fri, 5 Oct 2018 15:34:13 +0000 (18:34 +0300)]
Fix help errors

5 years agoUpdate the user's guide introduction: addition information about partset and parts.
mpv [Fri, 5 Oct 2018 15:00:02 +0000 (18:00 +0300)]
Update the user's guide introduction: addition information about partset and parts.

5 years agoCorrections for the user's manual from the English language point of view
mpv [Fri, 5 Oct 2018 14:45:12 +0000 (17:45 +0300)]
Corrections for the user's manual from the English language point of view

5 years agoUpdate due to the coding rules
mpv [Fri, 5 Oct 2018 13:44:33 +0000 (16:44 +0300)]
Update due to the coding rules

5 years agoMake big models naming work correctly: piece_12.py , flange.py
mpv [Fri, 5 Oct 2018 13:13:12 +0000 (16:13 +0300)]
Make big models naming work correctly: piece_12.py , flange.py

5 years agoDocumentation
dbv [Thu, 4 Oct 2018 11:39:32 +0000 (14:39 +0300)]
Documentation

5 years agoUse default system Browser for help
vsv [Thu, 4 Oct 2018 14:56:20 +0000 (17:56 +0300)]
Use default system Browser for help

5 years agoCorrect case when the weak-named attribute is dumped in Geom mode: geometrical repres...
mpv [Thu, 4 Oct 2018 14:20:20 +0000 (17:20 +0300)]
Correct case when the weak-named attribute is dumped in Geom mode: geometrical representation must be dumped only.

5 years agoFix for the issue #2674 : Fatal error when undo remove part
mpv [Thu, 4 Oct 2018 13:47:51 +0000 (16:47 +0300)]
Fix for the issue #2674 : Fatal error when undo remove part

5 years agoFix for the issue #2674 : Fatal error when undo remove part
mpv [Thu, 4 Oct 2018 12:12:28 +0000 (15:12 +0300)]
Fix for the issue #2674 : Fatal error when undo remove part

5 years agoStabilize unit test TestMoveArc by setting higher tolerance for double-values compare
azv [Thu, 4 Oct 2018 12:00:52 +0000 (15:00 +0300)]
Stabilize unit test TestMoveArc by setting higher tolerance for double-values compare

For some reason, values 60.00000050101973 and 60.0 are not equal with 6 digits?

5 years agoFix for the big models (like flange) naming correctness. Make sketch sub-elements...
mpv [Thu, 4 Oct 2018 11:47:58 +0000 (14:47 +0300)]
Fix for the big models (like flange) naming correctness. Make sketch sub-elements named in the same way (same is Equal) as isEqual for the GeomAPI_Edge.

5 years agoIssue #2675: Selection of cone produces crash in the inspection panel
azv [Thu, 4 Oct 2018 11:15:56 +0000 (14:15 +0300)]
Issue #2675: Selection of cone produces crash in the inspection panel

5 years agoIssue #2590: Update feature on selection type change
vsv [Thu, 4 Oct 2018 10:30:59 +0000 (13:30 +0300)]
Issue #2590: Update feature on selection type change

5 years agoIssue #2662: Highlight conflicting constraint by red color
vsv [Thu, 4 Oct 2018 09:52:12 +0000 (12:52 +0300)]
Issue #2662: Highlight conflicting constraint by red color

5 years agoRevert selection of compsolid in RemoveSubshapes feature
azv [Thu, 4 Oct 2018 08:32:28 +0000 (11:32 +0300)]
Revert selection of compsolid in RemoveSubshapes feature

5 years agoAdditional fix for the #2659 optimization
mpv [Thu, 4 Oct 2018 08:14:25 +0000 (11:14 +0300)]
Additional fix for the #2659 optimization

5 years agoDocumentation
dbv [Wed, 3 Oct 2018 17:08:36 +0000 (20:08 +0300)]
Documentation

5 years agoSome fixes.
dbv [Wed, 3 Oct 2018 17:07:47 +0000 (20:07 +0300)]
Some fixes.

5 years agoIssue #2644: Set not valid state if a feature is not accepted by attribute
vsv [Wed, 3 Oct 2018 13:42:41 +0000 (16:42 +0300)]
Issue #2644: Set not valid state if a feature is not accepted by attribute

5 years agoUpdate pipe with locations examples for the users guide
mpv [Wed, 3 Oct 2018 13:18:32 +0000 (16:18 +0300)]
Update pipe with locations examples for the users guide

5 years agoIssue #2673: Provide N and P keys for traversing of highlighted entities
vsv [Wed, 3 Oct 2018 13:07:10 +0000 (16:07 +0300)]
Issue #2673: Provide N and P keys for traversing of highlighted entities

5 years agoFix crash in the Coincidence presentation (issue #2119)
azv [Wed, 3 Oct 2018 12:35:29 +0000 (15:35 +0300)]
Fix crash in the Coincidence presentation (issue #2119)

5 years agoIssue #2582: Hide inspection panel on module deactivate
vsv [Wed, 3 Oct 2018 11:33:39 +0000 (14:33 +0300)]
Issue #2582: Hide inspection panel on module deactivate

5 years agoIssue #2582: Hide inspection panel on module deactivation
vsv [Wed, 3 Oct 2018 10:20:51 +0000 (13:20 +0300)]
Issue #2582: Hide inspection panel on module deactivation

5 years agoIssue #2670: Update measurement dimension on change the measurement type
vsv [Wed, 3 Oct 2018 09:51:21 +0000 (12:51 +0300)]
Issue #2670: Update measurement dimension on change the measurement type

5 years agoIssue #2669: Rebuild data tree on undo of "Move to the end" command.
vsv [Wed, 3 Oct 2018 09:18:16 +0000 (12:18 +0300)]
Issue #2669: Rebuild data tree on undo of "Move to the end" command.

5 years agobinormalPipe: image for the users help
mpv [Wed, 3 Oct 2018 09:14:40 +0000 (12:14 +0300)]
binormalPipe: image for the users help

5 years agoIssue #2672: sketch coloring is wrong
azv [Wed, 3 Oct 2018 07:08:12 +0000 (10:08 +0300)]
Issue #2672: sketch coloring is wrong

Send message when the over-constrained sketch is loaded in document and the over-constraint situation is just resolved (SketchPlugin_Group::myDOF is changed from -1 to a positive value).

5 years agoStabilize wheel_rim model for cross-platform execution
azv [Wed, 3 Oct 2018 05:47:58 +0000 (08:47 +0300)]
Stabilize wheel_rim model for cross-platform execution

5 years agoIssue #2582: Restore state of Inspection panel for a one session
vsv [Tue, 2 Oct 2018 16:30:43 +0000 (19:30 +0300)]
Issue #2582: Restore state of Inspection panel for a one session

5 years agoOptimization for the model from the issue #2659 :
mpv [Tue, 2 Oct 2018 13:43:16 +0000 (16:43 +0300)]
Optimization for the model from the issue #2659 :

- cash history information for big amount of sub-shapes
- use direct method of result parent checking instead of iteration of all results in hasObjects
- remove checking of self-intersection: too slow for big models

5 years agoFix pipe to avoid moving of the path, if it is passed through the first face.
azv [Tue, 2 Oct 2018 13:04:33 +0000 (16:04 +0300)]
Fix pipe to avoid moving of the path, if it is passed through the first face.

5 years agoIssue #2590: Create validator for Field feature
vsv [Tue, 2 Oct 2018 12:51:49 +0000 (15:51 +0300)]
Issue #2590: Create validator for Field feature

5 years agoIssue #2667: Update dimension on change of measurement type
vsv [Tue, 2 Oct 2018 09:40:15 +0000 (12:40 +0300)]
Issue #2667: Update dimension on change of measurement type

5 years agoIssue #2668: Change header of the color
vsv [Tue, 2 Oct 2018 09:15:14 +0000 (12:15 +0300)]
Issue #2668: Change header of the color

5 years agoIssue #2666: Create parameter on parametrical point control input
vsv [Mon, 1 Oct 2018 14:42:53 +0000 (17:42 +0300)]
Issue #2666: Create parameter on parametrical point control input

5 years agoIssue #2656: angle is shown differntly in viewer and in property panel
azv [Mon, 1 Oct 2018 11:01:03 +0000 (14:01 +0300)]
Issue #2656: angle is shown differntly in viewer and in property panel

5 years agoAdd parameters creation to the tutorial.
mzn [Mon, 1 Oct 2018 11:07:58 +0000 (14:07 +0300)]
Add parameters creation to the tutorial.

5 years agoFix issue related to selection of compsolid in the RemoveSubShapes feature
azv [Mon, 1 Oct 2018 10:33:37 +0000 (13:33 +0300)]
Fix issue related to selection of compsolid in the RemoveSubShapes feature

5 years agoFix tests according to new API.
mzn [Mon, 1 Oct 2018 07:18:06 +0000 (10:18 +0300)]
Fix tests according to new API.

5 years agoCompose a compsolid as a result of RemoveSubShapes feature.
azv [Mon, 1 Oct 2018 07:02:04 +0000 (10:02 +0300)]
Compose a compsolid as a result of RemoveSubShapes feature.

5 years agoFix tests using unittest (failed cases were not reported by ctest).
mzn [Mon, 1 Oct 2018 06:06:06 +0000 (09:06 +0300)]
Fix tests using unittest (failed cases were not reported by ctest).

5 years agoIssue #2611: Partition of a solid belonging to a Compsolid
azv [Sat, 29 Sep 2018 09:25:41 +0000 (12:25 +0300)]
Issue #2611: Partition of a solid belonging to a Compsolid

Unused solids of the first compsolid are kept untoushed now.

5 years agoUnit tests: Improve comparison criteria for sketch entities - compare 'double' values...
azv [Sat, 29 Sep 2018 06:56:50 +0000 (09:56 +0300)]
Unit tests: Improve comparison criteria for sketch entities - compare 'double' values with some tolerance

5 years agoFix error in test case for issue #1779
azv [Sat, 29 Sep 2018 06:45:07 +0000 (09:45 +0300)]
Fix error in test case for issue #1779

5 years agoModification of some pictures for a help
vsv [Fri, 28 Sep 2018 16:01:00 +0000 (19:01 +0300)]
Modification of some pictures for a help

5 years agoIssue #2650: Crash when create pipe
dbv [Fri, 28 Sep 2018 15:24:04 +0000 (18:24 +0300)]
Issue #2650: Crash when create pipe

Added one more fix.

5 years agoModification of some pictures for a help
vsv [Fri, 28 Sep 2018 15:08:04 +0000 (18:08 +0300)]
Modification of some pictures for a help

5 years agoChange tooltip.
Clarisse GENRAULT - DEN/DANS/DM2S/STMF/LGLS - 2012/10/01 [Fri, 28 Sep 2018 14:38:40 +0000 (16:38 +0200)]
Change tooltip.

5 years agoMove to the patched OCCT on all Linux stations.
mpv [Fri, 28 Sep 2018 13:38:10 +0000 (16:38 +0300)]
Move to the patched OCCT on all Linux stations.

5 years agoIssue #2650: Crash when create pipe
dbv [Fri, 28 Sep 2018 13:31:44 +0000 (16:31 +0300)]
Issue #2650: Crash when create pipe

Added validator to allow selection for pipe locations only vertices on path shape.

5 years agoTest case for issue #1779
azv [Fri, 28 Sep 2018 12:31:25 +0000 (15:31 +0300)]
Test case for issue #1779

5 years agoAdd tutorial help page.
mzn [Fri, 28 Sep 2018 11:42:47 +0000 (14:42 +0300)]
Add tutorial help page.

5 years agoIssue #2663: Correct misprint
vsv [Fri, 28 Sep 2018 10:41:00 +0000 (13:41 +0300)]
Issue #2663: Correct misprint

5 years agoIssue #2660: Update data model before save.
vsv [Fri, 28 Sep 2018 10:12:16 +0000 (13:12 +0300)]
Issue #2660: Update data model before save.

5 years agoImprove "Show only": do not hide already displayed objects
vsv [Fri, 28 Sep 2018 08:36:27 +0000 (11:36 +0300)]
Improve "Show only": do not hide already displayed objects

5 years agoPre-highlighting in viewer
vsv [Fri, 28 Sep 2018 08:13:16 +0000 (11:13 +0300)]
Pre-highlighting in viewer

5 years agoIssue #2657: Impossible to create sketch line with start point in the origin
azv [Fri, 28 Sep 2018 06:58:46 +0000 (09:58 +0300)]
Issue #2657: Impossible to create sketch line with start point in the origin

Set initial DoF to negative value to be able to determine a just created sketch.

5 years agoIssue #2499: Sketcher : displacement of dimension lines causes naming bug
azv [Thu, 27 Sep 2018 11:58:22 +0000 (14:58 +0300)]
Issue #2499: Sketcher : displacement of dimension lines causes naming bug

Sort sub-shapes after Partition without taking triangulation into account

5 years agoIssue #2504: Fix to avoid crashes on non-valid geometry
vsv [Fri, 28 Sep 2018 06:55:06 +0000 (09:55 +0300)]
Issue #2504: Fix to avoid crashes on non-valid geometry

5 years agoUser's documentation for Fuse Faces feature
mpv [Fri, 28 Sep 2018 06:29:28 +0000 (09:29 +0300)]
User's documentation for Fuse Faces feature

5 years agoMerge branch 'master' of https://codev-tuleap.cea.fr/plugins/git/salome/shaper
vsv [Thu, 27 Sep 2018 14:13:45 +0000 (17:13 +0300)]
Merge branch 'master' of https://codev-tuleap.cea.fr/plugins/git/salome/shaper

5 years agoModification of Construction plugin documentation
vsv [Thu, 27 Sep 2018 14:13:40 +0000 (17:13 +0300)]
Modification of Construction plugin documentation

5 years agoMake ExportToGEOM tests working on the current SALOME version
mpv [Thu, 27 Sep 2018 12:58:04 +0000 (15:58 +0300)]
Make ExportToGEOM tests working on the current SALOME version

5 years agopictures are added
gzy [Thu, 27 Sep 2018 10:00:50 +0000 (13:00 +0300)]
pictures are added

5 years agoIssue #2631: SIGSEGV when creating a point on the result of a cut edge by edge
dbv [Thu, 27 Sep 2018 11:43:40 +0000 (14:43 +0300)]
Issue #2631: SIGSEGV when creating a point on the result of a cut edge by edge

Don't store shape as deleted if it is present in any of the feature results.