Salome HOME
modules/shaper.git
7 years agoMerge branch 'master' of salome:modules/shaper
Vitaly SMETANNIKOV [Tue, 1 Nov 2016 15:28:24 +0000 (18:28 +0300)]
Merge branch 'master' of salome:modules/shaper

7 years agoIssue #1837: make all files with UNIX end lines
Vitaly SMETANNIKOV [Tue, 1 Nov 2016 15:28:02 +0000 (18:28 +0300)]
Issue #1837: make all files with UNIX end lines

7 years agoMultiple fixes (issue #1757 , issue #1799 , issue #1842 , etc):
mpv [Tue, 1 Nov 2016 14:45:28 +0000 (17:45 +0300)]
Multiple fixes (issue #1757 , issue #1799 , issue #1842 , etc):

- don't store names of results in selection to avoid problem on rename of results
- update selection of bodies after something is added in the middle of history that changes the argument
- recompute selection context of the group if it is moved donw

7 years agoFix incorrect DoF after dump-import loop (issue #1767)
azv [Tue, 1 Nov 2016 05:10:47 +0000 (08:10 +0300)]
Fix incorrect DoF after dump-import loop (issue #1767)

There is changed processing of external entities, no need to calculate DoF for them.

7 years agoRevert "Fix incorrect linking of extrusion if the sketch has non-default name (issue...
azv [Mon, 31 Oct 2016 12:34:05 +0000 (15:34 +0300)]
Revert "Fix incorrect linking of extrusion if the sketch has non-default name (issue #1839)"

This reverts commit b9e87dcef9246d590eb8706be38ad1fe970b4c6b.

7 years agoFix incorrect linking of extrusion if the sketch has non-default name (issue #1839)
azv [Mon, 31 Oct 2016 11:14:06 +0000 (14:14 +0300)]
Fix incorrect linking of extrusion if the sketch has non-default name (issue #1839)

7 years agoIncorrect dumping of parts with user-defined names (issue #1804)
azv [Mon, 31 Oct 2016 10:27:19 +0000 (13:27 +0300)]
Incorrect dumping of parts with user-defined names (issue #1804)

7 years agoProtect "Multi" constraint if it already removed (issue #1790)
azv [Mon, 31 Oct 2016 09:23:00 +0000 (12:23 +0300)]
Protect "Multi" constraint if it already removed (issue #1790)

Do not update such constraint if it is in queue for remove.

7 years agoFix crash when removing point under Middle and Coincidence constraints (issues #1762...
azv [Mon, 31 Oct 2016 07:34:54 +0000 (10:34 +0300)]
Fix crash when removing point under Middle and Coincidence constraints (issues #1762, #1769)

7 years agoIssue #1822: Set fly out point before moving of points for radial directed objects
vsv [Fri, 28 Oct 2016 16:42:37 +0000 (19:42 +0300)]
Issue #1822: Set fly out point before moving of points for radial directed objects

7 years agoIssue #1527: do not disable Remove button on creation of a new parameters
vsv [Wed, 26 Oct 2016 14:36:23 +0000 (17:36 +0300)]
Issue #1527: do not disable Remove button on creation of a new parameters

7 years agoIssue #1826: Set all Shaper menus between View and Tools menus
vsv [Wed, 26 Oct 2016 13:07:58 +0000 (16:07 +0300)]
Issue #1826: Set all Shaper menus between View and Tools menus

7 years agoFix for the issue #1818: checking angle for fillet on Linux. V_2.5.1
mpv [Tue, 11 Oct 2016 11:24:31 +0000 (14:24 +0300)]
Fix for the issue #1818: checking angle for fillet on Linux.

7 years agoFix for the issue #1819 : ExtrusionCut is not updated when the sketch is modified...
mpv [Mon, 10 Oct 2016 14:20:18 +0000 (17:20 +0300)]
Fix for the issue #1819 : ExtrusionCut is not updated when the sketch is modified after a boolean algorithm failed error.

7 years agoFix for #1831: root directory build but not requested
mpv [Mon, 10 Oct 2016 11:45:26 +0000 (14:45 +0300)]
Fix for #1831: root directory build but not requested

7 years agoFix unit test problems on Debian 6
azv [Mon, 10 Oct 2016 10:21:41 +0000 (13:21 +0300)]
Fix unit test problems on Debian 6

7 years agoFix for #1776: make division between integer produce floating point result when param...
mpv [Mon, 3 Oct 2016 11:10:31 +0000 (14:10 +0300)]
Fix for #1776: make division between integer produce floating point result when parameter is evaluated.

7 years agoFix for the issue #1794: can't create a plane by a vertex and an axis if the vertex...
mpv [Wed, 28 Sep 2016 09:07:20 +0000 (12:07 +0300)]
Fix for the issue #1794: can't create a plane by a vertex and an axis if the vertex is collinear with the axis

7 years agoIssue #1774: Can't select edge for tangent constraint creation
dbv [Tue, 27 Sep 2016 13:22:18 +0000 (16:22 +0300)]
Issue #1774: Can't select edge for tangent constraint creation

Now arguments for Tangent constraint can be selected even if they "coincident" through the points.

7 years agoFix for the issue #1791: recompute the projection results even if just sketch plane...
mpv [Tue, 27 Sep 2016 13:13:36 +0000 (16:13 +0300)]
Fix for the issue #1791: recompute the projection results even if just sketch plane was changed.

7 years agoFix for Linux compilation.
mpv [Fri, 23 Sep 2016 07:49:59 +0000 (10:49 +0300)]
Fix for Linux compilation.

7 years agoFix for the issue #1755 : for now the sketch solver receives all modified entities...
mpv [Fri, 23 Sep 2016 07:43:24 +0000 (10:43 +0300)]
Fix for the issue #1755 : for now the sketch solver receives all modified entities at once, not one by one, that caused problems.

7 years agoIssue #1770: Can't create a plane by distance 0
dbv [Fri, 23 Sep 2016 06:09:49 +0000 (09:09 +0300)]
Issue #1770: Can't create a plane by distance 0

Removed GeomValidators_Positive from "Distance" widget. Now it is possible to enter values >= 0.

7 years agoIssue #1766: Dump : crash SALOME when I load a script
dbv [Thu, 22 Sep 2016 08:48:18 +0000 (11:48 +0300)]
Issue #1766: Dump : crash SALOME when I load a script

Fix for crash when invalid name of face entered in Python API

7 years agoIssue #1764: The result of partition is not stored in a folder
dbv [Thu, 22 Sep 2016 07:27:12 +0000 (10:27 +0300)]
Issue #1764: The result of partition is not stored in a folder

Fixed connected topology creation in partition.

7 years agoClear text in ModuleBase_WidgetFeatureSelector when object deselected.
dbv [Tue, 20 Sep 2016 14:29:16 +0000 (17:29 +0300)]
Clear text in ModuleBase_WidgetFeatureSelector when object deselected.

7 years agoFix for dump SketchAPI_Projection and for FeaturesAPI_Recover
dbv [Tue, 20 Sep 2016 14:24:13 +0000 (17:24 +0300)]
Fix for dump SketchAPI_Projection and for FeaturesAPI_Recover

7 years agoFixed naming in Partition and in GeomAlgoAPI_MakeShapeList.
dbv [Tue, 20 Sep 2016 08:40:49 +0000 (11:40 +0300)]
Fixed naming in Partition and in GeomAlgoAPI_MakeShapeList.

7 years agoFixed creation of plane by two parallel planes when the distance between them is...
dbv [Thu, 15 Sep 2016 14:16:28 +0000 (17:16 +0300)]
Fixed creation of plane by two parallel planes when the distance between them is very small.

7 years agoBug #1748: Naming incorrect for edges after translation
dbv [Thu, 15 Sep 2016 08:57:28 +0000 (11:57 +0300)]
Bug #1748: Naming incorrect for edges after translation

Fixed naming in Translation, Rotation and Placement

7 years agoDocumentation update V_2.5.0
dbv [Thu, 8 Sep 2016 12:20:04 +0000 (15:20 +0300)]
Documentation update

7 years agoPrepare version 2.5.0
mpv [Thu, 8 Sep 2016 11:47:49 +0000 (14:47 +0300)]
Prepare version 2.5.0

7 years agoComment Split output
nds [Thu, 8 Sep 2016 11:39:25 +0000 (14:39 +0300)]
Comment Split output

7 years agoTest for Boolean Common and Smash
dbv [Thu, 8 Sep 2016 11:34:37 +0000 (14:34 +0300)]
Test for Boolean Common and Smash

7 years agoFix for Pipe CPP High API
dbv [Thu, 8 Sep 2016 11:27:28 +0000 (14:27 +0300)]
Fix for Pipe CPP High API

7 years agoFix for Axis dump
dbv [Thu, 8 Sep 2016 09:42:30 +0000 (12:42 +0300)]
Fix for Axis dump

7 years agoDo not clear in neutral point correction.
nds [Thu, 8 Sep 2016 08:44:48 +0000 (11:44 +0300)]
Do not clear in neutral point correction.

7 years agoDo not clear in neutral point correction.
nds [Thu, 8 Sep 2016 08:38:12 +0000 (11:38 +0300)]
Do not clear in neutral point correction.

7 years agoDifferent salome launchers for release and debug version (for proper environment).
dbv [Thu, 8 Sep 2016 08:25:34 +0000 (11:25 +0300)]
Different salome launchers for release and debug version (for proper environment).

7 years agoIssue #1735 name of Deflection
nds [Thu, 8 Sep 2016 08:26:21 +0000 (11:26 +0300)]
Issue #1735 name of Deflection

7 years agoSet default deflection for Arc presentation(not result)
nds [Thu, 8 Sep 2016 08:09:05 +0000 (11:09 +0300)]
Set default deflection for Arc presentation(not result)

7 years agoFix for the issue #1733 : collect all the transformations in part-transformation...
mpv [Thu, 8 Sep 2016 07:40:06 +0000 (10:40 +0300)]
Fix for the issue #1733 : collect all the transformations in part-transformation features.

7 years agoRedisplay AIS presentation in all modes if deflection is changed.
nds [Thu, 8 Sep 2016 07:32:55 +0000 (10:32 +0300)]
Redisplay AIS presentation in all modes if deflection is changed.

7 years agoIssue #1711: Dump study/Load saved script - tuple index out of range
dbv [Thu, 8 Sep 2016 07:16:55 +0000 (10:16 +0300)]
Issue #1711: Dump study/Load saved script - tuple index out of range

Fixed crash on dump exec

7 years agoSplit preview correction: it is provided by AISObject of presentable interface
nds [Thu, 8 Sep 2016 07:14:34 +0000 (10:14 +0300)]
Split preview correction: it is provided by AISObject of presentable interface

7 years agoIssue #1716 split removes radius constraint
nds [Thu, 8 Sep 2016 03:58:52 +0000 (06:58 +0300)]
Issue #1716 split removes radius constraint

Split: splitCircle - Radius, Equal constraints should be moved to created base Arc.

7 years agoIssue #1735: Names in deflection dialog box.
vsv [Wed, 7 Sep 2016 14:51:00 +0000 (17:51 +0300)]
Issue #1735: Names in deflection dialog box.

7 years agoIssue #1736: Set step of deviation
vsv [Wed, 7 Sep 2016 14:35:38 +0000 (17:35 +0300)]
Issue #1736: Set step of deviation

7 years agoTest for rectangle feature
dbv [Wed, 7 Sep 2016 14:38:37 +0000 (17:38 +0300)]
Test for rectangle feature

7 years agoIssue #1741: Names on edges is not correct
dbv [Wed, 7 Sep 2016 14:12:35 +0000 (17:12 +0300)]
Issue #1741: Names on edges is not correct

Edges of result face of BuildPlugin_Face feature now stored on separate tags for proper naming.

7 years agoFix for the dump to python for model from the issue #1739
mpv [Wed, 7 Sep 2016 13:56:42 +0000 (16:56 +0300)]
Fix for the dump to python for model from the issue #1739

7 years agoIssue #1737: Use color of sketcher defined by user
vsv [Wed, 7 Sep 2016 13:41:39 +0000 (16:41 +0300)]
Issue #1737: Use color of sketcher defined by user

7 years agoFix for the issue #1733
mpv [Wed, 7 Sep 2016 12:56:50 +0000 (15:56 +0300)]
Fix for the issue #1733

7 years agoIssue #1739: Naming on faces not correct
dbv [Wed, 7 Sep 2016 12:48:42 +0000 (15:48 +0300)]
Issue #1739: Naming on faces not correct

Fixed

7 years ago#1721 Selecting arcs in mirror constraint is too long and removes other edges
nds [Wed, 7 Sep 2016 12:11:49 +0000 (15:11 +0300)]
#1721 Selecting arcs in mirror constraint is too long and removes other edges

Reason: Redisplay for not-modified AIS presentation is called, that led to selection lost.

7 years agoFix of the problem of loading of sketch with simple circle: sketch results did not...
mpv [Wed, 7 Sep 2016 12:09:39 +0000 (15:09 +0300)]
Fix of the problem of loading of sketch with simple circle: sketch results did not displayed at the first time.

7 years ago#1721 Selecting arcs in mirror constraint is too long and removes other edges
nds [Wed, 7 Sep 2016 12:02:29 +0000 (15:02 +0300)]
#1721 Selecting arcs in mirror constraint is too long and removes other edges

Reason: Redisplay for not-modified AIS presentation is called, that led to selection lost.

7 years agoUnit test for ConnectorAPI/ConnectorAPI_Connector.cpp
dbv [Wed, 7 Sep 2016 11:14:29 +0000 (14:14 +0300)]
Unit test for ConnectorAPI/ConnectorAPI_Connector.cpp

7 years ago1. Tangent Arc - restart operation. Scenario: create Line, point, Start tangent arc...
nds [Wed, 7 Sep 2016 09:27:01 +0000 (12:27 +0300)]
1. Tangent Arc - restart operation. Scenario: create Line, point, Start tangent arc creation, Select point of Line, point, Mouse move to have new tangent arc, result: coincidence to CENTER_ID

2. #1717 split and length constraint

7 years agoRemoved GUI-specific features from the ModelAPI tools.
mpv [Wed, 7 Sep 2016 08:48:08 +0000 (11:48 +0300)]
Removed GUI-specific features from the ModelAPI tools.

7 years agoFix for the issue #1710 : don't allow to select already modified shapes (but appeared...
mpv [Wed, 7 Sep 2016 08:19:01 +0000 (11:19 +0300)]
Fix for the issue #1710 : don't allow to select already modified shapes (but appeared due to Recovery). Also change the context to the newest shape to avoid Naming crashes.

7 years agoIssue #1624: Show/Hide Mirror/Translation/Rotation constraints on "show geometrical...
vsv [Wed, 7 Sep 2016 08:14:34 +0000 (11:14 +0300)]
Issue #1624: Show/Hide Mirror/Translation/Rotation constraints on "show geometrical constraint" option

7 years agoFix for naming in composite features
dbv [Wed, 7 Sep 2016 06:57:15 +0000 (09:57 +0300)]
Fix for naming in composite features

7 years agoFix for the issue #1728 : order of shapes in NamingShapes sometimes was changed,...
mpv [Wed, 7 Sep 2016 06:41:54 +0000 (09:41 +0300)]
Fix for the issue #1728 : order of shapes in NamingShapes sometimes was changed, that produced instability in naming of saved or dumped studies

7 years agoRemoved Debug for deflection dump
dbv [Tue, 6 Sep 2016 15:30:58 +0000 (18:30 +0300)]
Removed Debug for deflection dump

7 years agoFix incorrect tangency between arcs when one arc changes its direction (issue #1291)
azv [Tue, 6 Sep 2016 15:26:14 +0000 (18:26 +0300)]
Fix incorrect tangency between arcs when one arc changes its direction (issue #1291)

7 years agoDebug for deflection dump
dbv [Tue, 6 Sep 2016 15:18:11 +0000 (18:18 +0300)]
Debug for deflection dump

7 years agoIssue #1730: do not hide sketch objects if sketch editing is active
vsv [Tue, 6 Sep 2016 15:05:51 +0000 (18:05 +0300)]
Issue #1730: do not hide sketch objects if sketch editing is active

7 years agoDebug for deflection dump
dbv [Tue, 6 Sep 2016 14:51:32 +0000 (17:51 +0300)]
Debug for deflection dump

7 years agoDebug for deflection dump
dbv [Tue, 6 Sep 2016 14:33:46 +0000 (17:33 +0300)]
Debug for deflection dump

7 years agoDebug for deflection dump
dbv [Tue, 6 Sep 2016 14:08:29 +0000 (17:08 +0300)]
Debug for deflection dump

7 years agoDump for deflection
dbv [Tue, 6 Sep 2016 13:31:21 +0000 (16:31 +0300)]
Dump for deflection

7 years agoIssue #1724: Let use Middle constraint when a one line or point is selected
vsv [Tue, 6 Sep 2016 13:24:38 +0000 (16:24 +0300)]
Issue #1724: Let use Middle constraint when a one line or point is selected

7 years agoFix of non-correct statement
vsv [Tue, 6 Sep 2016 12:42:30 +0000 (15:42 +0300)]
Fix of non-correct statement

7 years agoFix for the issue #1732 : open of study with "Recover"
mpv [Tue, 6 Sep 2016 12:19:43 +0000 (15:19 +0300)]
Fix for the issue #1732 : open of study with "Recover"

7 years agoCorrection for reentrant tangent arc
nds [Tue, 6 Sep 2016 12:19:51 +0000 (15:19 +0300)]
Correction for reentrant tangent arc

7 years agoQuick correction to do not build coincidence to central point of reentrant tangent arc
nds [Tue, 6 Sep 2016 11:39:36 +0000 (14:39 +0300)]
Quick correction to do not build coincidence to central point of reentrant tangent arc

7 years ago1. Projection Sketch feature: regression correction that objects are not selected...
nds [Tue, 6 Sep 2016 10:24:14 +0000 (13:24 +0300)]
1. Projection Sketch feature: regression correction that objects are not selected for it.

2. Reenter of Arc operation for arc by 3 point mode led to crash.

7 years agoDisable sketch input fields unconditionally.
nds [Tue, 6 Sep 2016 06:21:24 +0000 (09:21 +0300)]
Disable sketch input fields unconditionally.

7 years agoFix for naming in Build features.
dbv [Tue, 6 Sep 2016 09:36:28 +0000 (12:36 +0300)]
Fix for naming in Build features.

7 years agoFix for the issue #1727 : naming name of the whole part processing
mpv [Tue, 6 Sep 2016 09:11:16 +0000 (12:11 +0300)]
Fix for the issue #1727 : naming name of the whole part processing

7 years agoFix incorrect coincidence with center of external arc (issue #1685)
azv [Tue, 6 Sep 2016 09:01:09 +0000 (12:01 +0300)]
Fix incorrect coincidence with center of external arc (issue #1685)

7 years agoUpdate of icons: recover, split, construction planes subtypes
mpv [Tue, 6 Sep 2016 08:55:59 +0000 (11:55 +0300)]
Update of icons: recover, split, construction planes subtypes

7 years agoFix for the issue #1714: problems with extrusion update created on the sketch after...
mpv [Tue, 6 Sep 2016 07:46:58 +0000 (10:46 +0300)]
Fix for the issue #1714: problems with extrusion update created on the sketch after save/open

7 years agoPreselection correction for scenario:
nds [Tue, 6 Sep 2016 05:53:30 +0000 (08:53 +0300)]
Preselection correction for scenario:

create several lines, start point creation. Only first click on the line build a coincidence to the line.

7 years agoFix Split unit test
azv [Tue, 6 Sep 2016 04:57:16 +0000 (07:57 +0300)]
Fix Split unit test

7 years agoSplit circle. Remain coincidence with newly created arc (issue #1725)
azv [Tue, 6 Sep 2016 04:38:24 +0000 (07:38 +0300)]
Split circle. Remain coincidence with newly created arc (issue #1725)

7 years agoArc orientation when loading document (issue #1677)
azv [Tue, 6 Sep 2016 04:10:02 +0000 (07:10 +0300)]
Arc orientation when loading document (issue #1677)

7 years agoIssue #1713: Provide Dump for Shaper module
vsv [Mon, 5 Sep 2016 13:54:23 +0000 (16:54 +0300)]
Issue #1713: Provide Dump for Shaper module

7 years agoMerge branch 'master' of salome:modules/shaper
nds [Mon, 5 Sep 2016 13:23:19 +0000 (16:23 +0300)]
Merge branch 'master' of salome:modules/shaper

7 years agoFeature selector widget for recover feature.
nds [Mon, 5 Sep 2016 13:20:55 +0000 (16:20 +0300)]
Feature selector widget for recover feature.

7 years agoTemporary comment dumping of the Split test case
azv [Mon, 5 Sep 2016 13:20:38 +0000 (16:20 +0300)]
Temporary comment dumping of the Split test case

7 years agoFix conflicting constraints problem on tangent arc (issue #1718)
azv [Mon, 5 Sep 2016 12:53:23 +0000 (15:53 +0300)]
Fix conflicting constraints problem on tangent arc (issue #1718)

7 years agoThe set of constraints must be resolved when copies of multi-constraint used in other...
azv [Mon, 5 Sep 2016 10:32:17 +0000 (13:32 +0300)]
The set of constraints must be resolved when copies of multi-constraint used in other constraints and change their position (issue #1608)

7 years agoFix for selection by name with suffix
dbv [Mon, 5 Sep 2016 10:09:39 +0000 (13:09 +0300)]
Fix for selection by name with suffix

7 years agoFix incorrect splitting arc tangent to a line (issue #1718)
azv [Mon, 5 Sep 2016 08:46:47 +0000 (11:46 +0300)]
Fix incorrect splitting arc tangent to a line (issue #1718)

7 years agoFixed Placement centering of faces (issue #1714)
azv [Mon, 5 Sep 2016 04:50:00 +0000 (07:50 +0300)]
Fixed Placement centering of faces (issue #1714)

7 years agoIssue #1718 split and tangent constraint
nds [Fri, 2 Sep 2016 19:18:48 +0000 (22:18 +0300)]
Issue #1718 split and tangent constraint

debug information

7 years agoIssue #1590 crash when rename group
nds [Fri, 2 Sep 2016 19:17:39 +0000 (22:17 +0300)]
Issue #1590 crash when rename group

7 years agoIssue #1590 crash when rename group
nds [Fri, 2 Sep 2016 18:11:42 +0000 (21:11 +0300)]
Issue #1590 crash when rename group