Salome HOME
modules/shaper.git
6 years agoCorrect names generation for tests.
mpv [Thu, 16 Nov 2017 12:22:05 +0000 (15:22 +0300)]
Correct names generation for tests.

6 years agoIssue #2204 Display a sketch plane: construction plane - using the plane face in...
nds [Thu, 16 Nov 2017 08:53:43 +0000 (11:53 +0300)]
Issue #2204 Display a sketch plane: construction plane - using the plane face in sketch preview.

6 years agoIssue #2205 Ability to customize the arrows and texts of dimensions: angle - correct...
nds [Thu, 16 Nov 2017 08:29:19 +0000 (11:29 +0300)]
Issue #2205 Ability to customize the arrows and texts of dimensions: angle - correct positioning for automatic case.

6 years agoinspector headers are placed in 'inc/inspector'
nds [Wed, 15 Nov 2017 15:42:30 +0000 (18:42 +0300)]
inspector headers are placed in 'inc/inspector'

6 years agoIssue #2298: Fatal error when adding a coincident constraint
azv [Wed, 15 Nov 2017 13:00:07 +0000 (16:00 +0300)]
Issue #2298: Fatal error when adding a coincident constraint

The crash in the positioning of the Perpendicular constraint has been eliminated.

6 years agoAdjust one more test.models/ case
azv [Wed, 15 Nov 2017 11:21:24 +0000 (14:21 +0300)]
Adjust one more test.models/ case

6 years agoMinor correction: add TestCustomName_ExtrusionCutFace.py to the list of test cases
azv [Wed, 15 Nov 2017 10:47:05 +0000 (13:47 +0300)]
Minor correction: add TestCustomName_ExtrusionCutFace.py to the list of test cases

6 years agoTask 2.1. Management of result names
azv [Wed, 15 Nov 2017 10:45:54 +0000 (13:45 +0300)]
Task 2.1. Management of result names

Apply "main_argument" mechanism to features, which have second object as a base.
Create additional test case.

6 years agoTask 2.1. Management of result names
azv [Wed, 15 Nov 2017 10:15:59 +0000 (13:15 +0300)]
Task 2.1. Management of result names

Adjust test.models/ cases according to the new naming conception.

6 years agoTask 2.1. Management of result names
azv [Fri, 3 Nov 2017 14:26:12 +0000 (17:26 +0300)]
Task 2.1. Management of result names

Adjust test cases according to the new naming conception.

6 years agoLinux compilation fix.
mpv [Tue, 14 Nov 2017 14:33:57 +0000 (17:33 +0300)]
Linux compilation fix.

6 years agoFix for the issue #2287.
mpv [Tue, 14 Nov 2017 14:19:50 +0000 (17:19 +0300)]
Fix for the issue #2287.

6 years agoTask 2.1. Management of result names
azv [Tue, 14 Nov 2017 07:24:21 +0000 (10:24 +0300)]
Task 2.1. Management of result names

Implement special keyword "main_argument" to mark concealed attribute as granting its name in case of several concealed attributes in the feature when the main attribute is not first.

6 years agoTask 2.1. Management of result names
azv [Tue, 14 Nov 2017 06:37:35 +0000 (09:37 +0300)]
Task 2.1. Management of result names

Improve checking default names when dumping to Python

6 years agoTask 2.1. Management of result names
azv [Fri, 3 Nov 2017 10:25:51 +0000 (13:25 +0300)]
Task 2.1. Management of result names

Support user names along the shape modifications.

6 years agoMake the same named results distinguished in the python dump and execution of these...
mpv [Tue, 14 Nov 2017 12:21:35 +0000 (15:21 +0300)]
Make the same named results distinguished in the python dump and execution of these scripts.

6 years agoAvoid possible problem on the document delete or close (if results contain compsolids).
mpv [Sun, 12 Nov 2017 13:02:27 +0000 (16:02 +0300)]
Avoid possible problem on the document delete or close (if results contain compsolids).

6 years agoFixed the problem of update of the presentation on abort/undo.
mpv [Thu, 9 Nov 2017 14:51:12 +0000 (17:51 +0300)]
Fixed the problem of update of the presentation on abort/undo.

6 years agoOpportunity for combo box of getting elements from the feature another attribute.
nds [Thu, 9 Nov 2017 11:30:39 +0000 (14:30 +0300)]
Opportunity for combo box of getting elements from the feature another attribute.

6 years agotool box: display the item text if the icon is not defined;
nds [Thu, 9 Nov 2017 10:51:45 +0000 (13:51 +0300)]
tool box: display the item text if the icon is not defined;

shapetools: area for faces of the current shape .

6 years agoOpportunity for combo box of getting elements from the feature another attribute.
nds [Wed, 8 Nov 2017 16:16:41 +0000 (19:16 +0300)]
Opportunity for combo box of getting elements from the feature another attribute.

6 years agoKey_Escape processing in File selector widget. Otherwise, crash happens if file dialo...
nds [Tue, 7 Nov 2017 12:13:39 +0000 (15:13 +0300)]
Key_Escape processing in File selector widget. Otherwise, crash happens if file dialog is opened.

6 years agoKey_Escape processing in File selector widget. Otherwise, crash happens if file dialo...
nds [Tue, 7 Nov 2017 12:03:56 +0000 (15:03 +0300)]
Key_Escape processing in File selector widget. Otherwise, crash happens if file dialog is opened.

6 years agoOpen document problem is corrected: after opening a document, all default filters...
nds [Tue, 7 Nov 2017 09:35:10 +0000 (12:35 +0300)]
Open document problem is corrected: after opening a document, all default filters (global also) are removed. Solution: "clearViewer" is moved to exact place where it is necessary, it should not be called by openDirectory in OpenParts mode.

6 years agoAn attempt of porting to current OCCT.
nds [Fri, 3 Nov 2017 12:27:15 +0000 (15:27 +0300)]
An attempt of porting to current OCCT.

6 years agoMake the same-name results distributed in time recognized correctly in loading of...
mpv [Fri, 3 Nov 2017 11:48:39 +0000 (14:48 +0300)]
Make the same-name results distributed in time recognized correctly in loading of python scripts.

6 years agoCorrection for jenkins
nds [Thu, 2 Nov 2017 15:59:03 +0000 (18:59 +0300)]
Correction for jenkins

6 years agoModuleBase_WidgetChoice is extended to use in a combo box a list of values read from...
nds [Thu, 2 Nov 2017 12:31:35 +0000 (15:31 +0300)]
ModuleBase_WidgetChoice is extended to use in a combo box a list of values read from a file (each file row is an item)

ModuleBase_WidgetFileSelector uses "import_initial_path" key for QFileDialog initial directory.

6 years agoModuleBase_WidgetChoice is extended to use in a combo box a list of values read from...
nds [Thu, 2 Nov 2017 12:31:19 +0000 (15:31 +0300)]
ModuleBase_WidgetChoice is extended to use in a combo box a list of values read from a file (each file row is an item)

ModuleBase_WidgetFileSelector uses "import_initial_path" key for QFileDialog initial directory.

6 years agoFix for the correct selection shared faces of results of Partition (in case the share...
mpv [Wed, 1 Nov 2017 11:30:22 +0000 (14:30 +0300)]
Fix for the correct selection shared faces of results of Partition (in case the shared faces are produced by construction planes).

The modification history must be located in both solids to avoid migration from one label to another and corruption of the topological naming selection mechanism.

6 years agoDraft of transparency
nds [Tue, 31 Oct 2017 12:18:03 +0000 (15:18 +0300)]
Draft of transparency

6 years agoFix due to the coding standards.
mpv [Mon, 30 Oct 2017 12:34:15 +0000 (15:34 +0300)]
Fix due to the coding standards.

6 years agoMerge remote-tracking branch 'origin/Dev_PluginPathExtension'
mpv [Mon, 30 Oct 2017 12:24:24 +0000 (15:24 +0300)]
Merge remote-tracking branch 'origin/Dev_PluginPathExtension'

6 years agoIssue #2200: Fix for highlighting of points
vsv [Fri, 27 Oct 2017 09:30:17 +0000 (12:30 +0300)]
Issue #2200: Fix for highlighting of points

6 years agoPrepare version 2.9.1 V_2.9.1
mpv [Wed, 25 Oct 2017 15:25:54 +0000 (18:25 +0300)]
Prepare version 2.9.1

6 years agoFix compilation problems
azv [Wed, 25 Oct 2017 06:42:03 +0000 (09:42 +0300)]
Fix compilation problems

6 years agoDebugging naming for the symmetry and the scale.
vm247602 [Wed, 25 Oct 2017 06:23:44 +0000 (08:23 +0200)]
Debugging naming for the symmetry and the scale.

6 years agoHorizontal and vertical distances now show positive value (but store signed value...
azv [Tue, 24 Oct 2017 14:07:54 +0000 (17:07 +0300)]
Horizontal and vertical distances now show positive value (but store signed value internally) (issue #2203)

6 years agoFix of the compilation problems.
mpv [Tue, 24 Oct 2017 10:19:30 +0000 (13:19 +0300)]
Fix of the compilation problems.

6 years agoIssue #2280: Trim in the sketch generates a SIGSEGV
azv [Tue, 24 Oct 2017 09:40:16 +0000 (12:40 +0300)]
Issue #2280: Trim in the sketch generates a SIGSEGV

Avoid setting constraints onto the Projection feature while trimming.

6 years agoUpdate of the intersection-points calculation due to the note #9 of the issue #2209.
mpv [Tue, 24 Oct 2017 09:19:17 +0000 (12:19 +0300)]
Update of the intersection-points calculation due to the note #9 of the issue #2209.

6 years agoSupport of additional environment-defined path to plugins. Also make plugins.xml... Dev_PluginPathExtension
mpv [Fri, 20 Oct 2017 16:20:57 +0000 (19:20 +0300)]
Support of additional environment-defined path to plugins. Also make plugins.xml appeared twice works as extension.

6 years agoFix for naming update problem with partition created with a plane.
mpv [Fri, 20 Oct 2017 05:54:45 +0000 (08:54 +0300)]
Fix for naming update problem with partition created with a plane.

6 years agoFix the problem of projection in case not-supported type of edge is projected for...
mpv [Fri, 20 Oct 2017 05:10:53 +0000 (08:10 +0300)]
Fix the problem of projection in case not-supported type of edge is projected for the external feature creation.

6 years agoFix for the issue #2276: selecting the center of a circle crashes SHAPER
mpv [Thu, 19 Oct 2017 10:52:36 +0000 (13:52 +0300)]
Fix for the issue #2276: selecting the center of a circle crashes SHAPER

6 years agoIssue #2203: "Location type" is renamed into "Text location"
nds [Thu, 19 Oct 2017 08:09:53 +0000 (11:09 +0300)]
Issue #2203: "Location type" is renamed into "Text location"

6 years agoFix the problem that for Remove Shapes the sub-result can be selected as a base objec...
mpv [Thu, 12 Oct 2017 12:26:07 +0000 (15:26 +0300)]
Fix the problem that for Remove Shapes the sub-result can be selected as a base object. In case of compound of compsolids and other kinds of shapes this may lead to crash.

6 years agoFix for the issue #2274: closing the study takes too much time.
mpv [Thu, 12 Oct 2017 08:04:25 +0000 (11:04 +0300)]
Fix for the issue #2274: closing the study takes too much time.

6 years agoFix compilation on Debian cgt/devCEA
azv [Tue, 10 Oct 2017 10:41:11 +0000 (13:41 +0300)]
Fix compilation on Debian

6 years agoIssue #2273: Error when reading HDF and Python dump
azv [Tue, 10 Oct 2017 09:20:29 +0000 (12:20 +0300)]
Issue #2273: Error when reading HDF and Python dump

Implemented validator which deny referring to generated features by Multi-Rotation, Multi-Translation and Mirror

6 years agoFix the problem is tangent segments are not intersected. V_2.9.0
mpv [Mon, 9 Oct 2017 14:23:35 +0000 (17:23 +0300)]
Fix the problem is tangent segments are not intersected.

6 years agoPrepare the version 2.9.0
mpv [Mon, 9 Oct 2017 14:00:39 +0000 (17:00 +0300)]
Prepare the version 2.9.0

6 years agoProtect constraint without flyout point of setting such attribute by SketchSolver_Manager
azv [Mon, 9 Oct 2017 13:29:39 +0000 (16:29 +0300)]
Protect constraint without flyout point of setting such attribute by SketchSolver_Manager

6 years ago#2206 Avoid the ability to cancel the current sketch when saving
nds [Mon, 9 Oct 2017 13:02:14 +0000 (16:02 +0300)]
#2206 Avoid the ability to cancel the current sketch when saving

6 years agoImprove tangent symbols positioning
vsv [Mon, 9 Oct 2017 13:01:19 +0000 (16:01 +0300)]
Improve tangent symbols positioning

6 years agoDump all features referred to the "Copy" feature when it is being dumped.
azv [Mon, 9 Oct 2017 11:47:54 +0000 (14:47 +0300)]
Dump all features referred to the "Copy" feature when it is being dumped.

6 years ago#2271 'Fatal error' during sketching
nds [Mon, 9 Oct 2017 11:30:16 +0000 (14:30 +0300)]
#2271 'Fatal error' during sketching

open case_hdistance study, edit sketch. The conflicting constraints do not marked in black(conflicting) color.

6 years ago#2271 'Fatal error' during sketching
nds [Mon, 9 Oct 2017 11:27:46 +0000 (14:27 +0300)]
#2271 'Fatal error' during sketching

open case_hdistance study, edit sketch. The conflicting constraints do not marked in black(conflicting) color.

6 years agoIssue #2268: Compute place for a tangent symbol
vsv [Mon, 9 Oct 2017 09:33:55 +0000 (12:33 +0300)]
Issue #2268: Compute place for a tangent symbol

6 years agoIssue #2271: Check conflict each time the set of constraints is being solved.
azv [Mon, 9 Oct 2017 09:19:08 +0000 (12:19 +0300)]
Issue #2271: Check conflict each time the set of constraints is being solved.

6 years agoIssue #2269: Avoid two icons shown if points are connected.
vsv [Mon, 9 Oct 2017 08:47:44 +0000 (11:47 +0300)]
Issue #2269: Avoid two icons shown if points are connected.

6 years agoIssue #2271 'Fatal error' during sketching : avoid error by the file loading
nds [Mon, 9 Oct 2017 08:11:14 +0000 (11:11 +0300)]
Issue #2271 'Fatal error' during sketching : avoid error by the file loading

6 years agoIssue #2271 'Fatal error' during sketching, Issue #2272 Color of a sketch-face highlight
nds [Mon, 9 Oct 2017 07:49:31 +0000 (10:49 +0300)]
Issue #2271 'Fatal error' during sketching, Issue #2272 Color of a sketch-face highlight

6 years agoFix for the problem of selection of the circle center as a start point of line of...
mpv [Fri, 6 Oct 2017 16:24:53 +0000 (19:24 +0300)]
Fix for the problem of selection of the circle center as a start point of line of another sketch.

6 years agoCorrection of test due to the fix of issue #2266
mpv [Fri, 6 Oct 2017 12:12:33 +0000 (15:12 +0300)]
Correction of test due to the fix of issue #2266

6 years agoCrash by zoom in the viewer in a neutral point: arrows recompute should be performed...
nds [Thu, 5 Oct 2017 17:15:10 +0000 (20:15 +0300)]
Crash by zoom in the viewer in a neutral point: arrows recompute should be performed only if skech operation is active.

6 years agoIssue #2266 Edges with V and H constraints can be selected by rectangle to use in...
nds [Thu, 5 Oct 2017 10:24:50 +0000 (13:24 +0300)]
Issue #2266 Edges with V and H constraints can be selected by rectangle to use in new H or V constraints

6 years ago#2205 Ability to customize the arrows and texts of dimensions: GUI correction to...
nds [Thu, 5 Oct 2017 06:53:03 +0000 (09:53 +0300)]
#2205 Ability to customize the arrows and texts of dimensions: GUI correction to process not obligatory location type

6 years agoMessage box should not be opened again after Escape key click.
nds [Wed, 4 Oct 2017 08:19:44 +0000 (11:19 +0300)]
Message box should not be opened again after Escape key click.

6 years ago#2205 Ability to customize the arrows and texts of dimensions: location type is not...
nds [Wed, 4 Oct 2017 08:09:43 +0000 (11:09 +0300)]
#2205 Ability to customize the arrows and texts of dimensions: location type is not obligatory parameter

6 years ago#2205 Ability to customize the arrows and texts of dimensions: applying Font value
nds [Wed, 4 Oct 2017 07:17:11 +0000 (10:17 +0300)]
#2205 Ability to customize the arrows and texts of dimensions: applying Font value

6 years agoPreselection stayed by reentrant operation on fully constrained elements. Use-case:
nds [Wed, 4 Oct 2017 06:28:03 +0000 (09:28 +0300)]
Preselection stayed by reentrant operation on fully constrained elements. Use-case:

1. create fully-constrained set of elements
2. Click "collinear"
3. Select two elements
4. Click on "horizontal"
Result: it is filled and sketch is overconstrained.

6 years ago#2205 Ability to customize the arrows and texts of dimensions: Default arrow/text...
nds [Wed, 4 Oct 2017 06:01:43 +0000 (09:01 +0300)]
#2205 Ability to customize the arrows and texts of dimensions: Default arrow/text size of dimensions.

6 years agoMerge branch 'Dev_2.8.0'
nds [Wed, 4 Oct 2017 04:39:24 +0000 (07:39 +0300)]
Merge branch 'Dev_2.8.0'

Conflicts:
src/XGUI/XGUI_DataModel.h
src/XGUI/XGUI_OperationMgr.cpp

6 years ago#2205 Ability to customize the arrows and texts of dimensions: Default value is set... Dev_2.8.0
nds [Wed, 4 Oct 2017 04:14:36 +0000 (07:14 +0300)]
#2205 Ability to customize the arrows and texts of dimensions: Default value is set into Location type attribute.

6 years ago#2205 Ability to customize the arrows and texts of dimensions: Location type is not...
nds [Wed, 4 Oct 2017 03:55:41 +0000 (06:55 +0300)]
#2205 Ability to customize the arrows and texts of dimensions: Location type is not obligatory attribute.

6 years ago#2205 Ability to customize the arrows and texts of dimensions
nds [Tue, 3 Oct 2017 19:15:22 +0000 (22:15 +0300)]
#2205 Ability to customize the arrows and texts of dimensions

6 years ago#2205 Ability to customize the arrows and texts of dimensions
nds [Tue, 3 Oct 2017 19:11:01 +0000 (22:11 +0300)]
#2205 Ability to customize the arrows and texts of dimensions

6 years agoIssue #2204 Display a sketch plane - highlight only source plane, do not create wrapp...
nds [Tue, 3 Oct 2017 17:41:52 +0000 (20:41 +0300)]
Issue #2204 Display a sketch plane - highlight only source plane, do not create wrapping rectangle.

6 years agoIssue #2204 Display a sketch plane - highlight only source plane, do not create wrapp...
nds [Tue, 3 Oct 2017 16:34:58 +0000 (19:34 +0300)]
Issue #2204 Display a sketch plane - highlight only source plane, do not create wrapping rectangle.

6 years agoCorrecting ggoglestyle warnings.
Clarisse Genrault [Tue, 3 Oct 2017 07:42:26 +0000 (09:42 +0200)]
Correcting ggoglestyle warnings.

6 years agoAdding multirotation tests for parametric API.
Clarisse Genrault [Tue, 3 Oct 2017 06:48:56 +0000 (08:48 +0200)]
Adding multirotation tests for parametric API.

6 years agoMerge branch 'master' into cgt/devCEA
Clarisse Genrault [Mon, 2 Oct 2017 14:11:03 +0000 (16:11 +0200)]
Merge branch 'master' into cgt/devCEA

6 years agoAdding torus tests for parametric API.
Clarisse Genrault [Mon, 2 Oct 2017 13:52:09 +0000 (15:52 +0200)]
Adding torus tests for parametric API.

6 years agoAdding sphere and cone tests for parametric API.
Clarisse Genrault [Mon, 2 Oct 2017 13:23:42 +0000 (15:23 +0200)]
Adding sphere and cone tests for parametric API.

6 years agoAdding cone tests for parametric API.
Clarisse Genrault [Mon, 2 Oct 2017 13:22:13 +0000 (15:22 +0200)]
Adding cone tests for parametric API.

6 years agoPrepare the version 2.8.0 V_2.8.0
mpv [Mon, 2 Oct 2017 12:25:24 +0000 (15:25 +0300)]
Prepare the version 2.8.0

6 years agoIssue #2260: Correction for processing of empty/non-empty folders
vsv [Mon, 2 Oct 2017 12:18:08 +0000 (15:18 +0300)]
Issue #2260: Correction for processing of empty/non-empty folders

6 years agoAdding sphere tests for parametric API.
Clarisse Genrault [Mon, 2 Oct 2017 10:19:43 +0000 (12:19 +0200)]
Adding sphere tests for parametric API.

6 years agoAn additional fix for the issue #2253. Make naming for simply created objects (like...
mpv [Mon, 2 Oct 2017 06:15:45 +0000 (09:15 +0300)]
An additional fix for the issue #2253. Make naming for simply created objects (like imported or recovered) more correct.

6 years agoUpdating tests for rotation.
Clarisse Genrault [Fri, 29 Sep 2017 07:57:15 +0000 (09:57 +0200)]
Updating tests for rotation.

6 years agoSpeed-up of the access from OB to complicated compsolids in the frames of issue ...
mpv [Fri, 29 Sep 2017 07:40:43 +0000 (10:40 +0300)]
Speed-up of the access from OB to complicated compsolids in the frames of issue #2256

6 years agoCorrection on the naming.
Clarisse Genrault [Thu, 28 Sep 2017 13:53:04 +0000 (15:53 +0200)]
Correction on the naming.

6 years agoFix the unit tests
mpv [Thu, 28 Sep 2017 12:24:08 +0000 (15:24 +0300)]
Fix the unit tests

6 years agoCorrection due to the coding rules
mpv [Thu, 28 Sep 2017 10:42:49 +0000 (13:42 +0300)]
Correction due to the coding rules

6 years agoImproved the speed of naming structure filling for the issue #2256
mpv [Thu, 28 Sep 2017 10:27:25 +0000 (13:27 +0300)]
Improved the speed of naming structure filling for the issue #2256

6 years agoFix for the issue #2253 . Problems with load/save python script. Here seam vertex...
mpv [Tue, 26 Sep 2017 12:55:24 +0000 (15:55 +0300)]
Fix for the issue #2253 . Problems with load/save python script. Here seam vertex of sketch circle selection worked wrong.

6 years agoMerge branch 'master' into cgt/devCEA
Clarisse Genrault [Tue, 26 Sep 2017 11:47:55 +0000 (13:47 +0200)]
Merge branch 'master' into cgt/devCEA

6 years agoIssue #2250 Fatal error or sigsegv when I use the "Echap" key.
nds [Tue, 26 Sep 2017 10:41:01 +0000 (13:41 +0300)]
Issue #2250 Fatal error or sigsegv when I use the "Echap" key.

additional correction for case: Escape click in Abort operation dialog did not close this dialog.

6 years agoIssue #2255: Wrong result of ExtrusionCut if a solid has no common part with the...
dbv [Tue, 26 Sep 2017 09:17:25 +0000 (12:17 +0300)]
Issue #2255: Wrong result of ExtrusionCut if a solid has no common part with the cut tool

Fixed