]>
SALOME platform Git repositories - modules/shaper.git/log
mpv [Tue, 6 Nov 2018 14:37:14 +0000 (17:37 +0300)]
Geometrical naming for edges and intersections debug.
dbv [Tue, 6 Nov 2018 13:48:32 +0000 (16:48 +0300)]
Added geometrical selection flag to attribute selection list.
mpv [Tue, 6 Nov 2018 12:06:42 +0000 (15:06 +0300)]
Implementation of geometrical naming and a first unit-test for placement face selection.
dbv [Fri, 2 Nov 2018 14:25:34 +0000 (17:25 +0300)]
Pass geometrical flag to selector.
vsv [Mon, 24 Sep 2018 16:25:02 +0000 (19:25 +0300)]
Add check box "Add elements that share the same topology"
dbv [Wed, 29 Aug 2018 06:54:52 +0000 (09:54 +0300)]
Issue #2593: CEA 2018-2 Geometrical Naming
# Conflicts:
# src/FeaturesPlugin/FeaturesPlugin_Placement.cpp
# src/FeaturesPlugin/FeaturesPlugin_Placement.h
# src/Model/Model_AttributeSelection.cpp
# src/Model/Model_AttributeSelection.h
azv [Sat, 3 Nov 2018 13:28:46 +0000 (16:28 +0300)]
Update unit tests for SHAPER group
azv [Sat, 3 Nov 2018 11:59:30 +0000 (14:59 +0300)]
Update unit tests for PythonAPI module
azv [Sat, 3 Nov 2018 11:33:26 +0000 (14:33 +0300)]
Update unit tests for ExchangePlugin module
azv [Sat, 3 Nov 2018 11:06:40 +0000 (14:06 +0300)]
Update unit tests for ModelHighAPI module
azv [Sat, 3 Nov 2018 10:56:29 +0000 (13:56 +0300)]
Update unit tests for CollectionPlugin module
azv [Fri, 2 Nov 2018 12:59:39 +0000 (15:59 +0300)]
Update unit tests for BuildPlugin module
mpv [Fri, 2 Nov 2018 12:12:23 +0000 (15:12 +0300)]
Initial implementation of geometrical naming in the selector.
dbv [Fri, 2 Nov 2018 12:11:37 +0000 (15:11 +0300)]
Issue #2716: no check that subshapes of the same shape are used for common
Now common allow selection of sub-shapes of the same shape in simple mode.
mpv [Fri, 2 Nov 2018 11:29:04 +0000 (14:29 +0300)]
Added the geometrical naming flag. Modification of tests because of Recover feature is modification, not primitive structure now.
azv [Thu, 1 Nov 2018 13:13:28 +0000 (16:13 +0300)]
Update "big models" tests
mpv [Fri, 2 Nov 2018 08:31:05 +0000 (11:31 +0300)]
Support of PartSet sketch selection from Part (naming in two documents), make recover "Modify" object, not Primitive, some unit-tests correction.
dbv [Fri, 2 Nov 2018 08:23:50 +0000 (11:23 +0300)]
Issue #2692: Extrusion-cut doesn't work when I select a compound
Fixed extrusion cut on compounds.
mpv [Thu, 1 Nov 2018 14:49:22 +0000 (17:49 +0300)]
Fix for ModelAPI_Test1512
dbv [Thu, 1 Nov 2018 13:49:33 +0000 (16:49 +0300)]
Another fix for storing generated faces in ExtrusionCut/Fuse and RevolutionCut/Fuse.
Now they stored as generated faces from edges, without intermediate generated face.
dbv [Thu, 1 Nov 2018 12:02:34 +0000 (15:02 +0300)]
Fixed ConstructionPlugin tests.
mpv [Thu, 1 Nov 2018 11:30:21 +0000 (14:30 +0300)]
Fix for Test2514.py : vertices of the sketch element is renamed with rename of the sketch element
dbv [Thu, 1 Nov 2018 10:22:55 +0000 (13:22 +0300)]
Fix for storing generated faces in ExtrusionCut/Fuse, RevolutionCut/Fuse
vsv [Thu, 1 Nov 2018 10:14:25 +0000 (13:14 +0300)]
Fix bug with deletion of sub-nodes
vsv [Thu, 1 Nov 2018 08:31:15 +0000 (11:31 +0300)]
Fix for deletion of groups
mpv [Thu, 1 Nov 2018 08:15:55 +0000 (11:15 +0300)]
Fix problems reported by Christophe in mail 31.10.2018
mpv [Thu, 1 Nov 2018 07:10:33 +0000 (10:10 +0300)]
Fix for stator_ermes problem of plane created on 3 points
mpv [Wed, 31 Oct 2018 17:43:42 +0000 (20:43 +0300)]
Fix for crash in D:\tmp\clothespin.py : support selection of sub-shapes in Part-results.
dbv [Wed, 31 Oct 2018 16:01:45 +0000 (19:01 +0300)]
Fixed ModelAPI tests.
mpv [Wed, 31 Oct 2018 14:44:44 +0000 (17:44 +0300)]
Fix the problem with renamed sketch edges vertices selection (the stator_ermes case)
azv [Wed, 31 Oct 2018 11:33:08 +0000 (14:33 +0300)]
Update unit tests for GeomAPI module
azv [Wed, 31 Oct 2018 06:28:08 +0000 (09:28 +0300)]
Redisplay sketch features only for the active sketch (on appearance of the "Fully constrained" or the "Under constrained" messages)
azv [Tue, 30 Oct 2018 16:45:47 +0000 (19:45 +0300)]
Send the "Fully constrained sketch" event when DoF is changed to 0 instead of each recalculation.
azv [Tue, 30 Oct 2018 15:38:57 +0000 (18:38 +0300)]
Sort alphabetically unit tests for SketchPlugin module
azv [Tue, 30 Oct 2018 15:04:58 +0000 (18:04 +0300)]
Update unit tests for SketchPlugin module
vsv [Tue, 30 Oct 2018 14:38:17 +0000 (17:38 +0300)]
Fix for deletion of sub-nodes
mpv [Tue, 30 Oct 2018 12:59:23 +0000 (15:59 +0300)]
Fix for the issue #2724 : dump with Weak naming selection leads to error
azv [Tue, 30 Oct 2018 10:37:10 +0000 (13:37 +0300)]
Issue #2720: Fatal error when create arc
Avoid crash on creation of arc with equal center and start points.
mpv [Tue, 30 Oct 2018 09:01:06 +0000 (12:01 +0300)]
Fix for the issue #2723 : result is shown in viewer after remove feature with parameter
mpv [Tue, 30 Oct 2018 07:44:53 +0000 (10:44 +0300)]
Fix for the issue #2721 : multiply selection in viewer problems
Also fixed the problem when sketch is created, extrusion on sketch is aborted and the next extrusion is crashed on the sketch wire selection.
dbv [Mon, 29 Oct 2018 15:10:38 +0000 (18:10 +0300)]
Fixed measurements tests.
vsv [Mon, 29 Oct 2018 15:02:49 +0000 (18:02 +0300)]
Fix for recursive deleting of objects
mpv [Mon, 29 Oct 2018 14:21:29 +0000 (17:21 +0300)]
Fix for the issue #2693 : groups in error after loading dump (3-holes plate)
mpv [Mon, 29 Oct 2018 14:03:47 +0000 (17:03 +0300)]
Fix for the issue #2689 : Groups in error after loading a python script
vsv [Mon, 29 Oct 2018 13:58:50 +0000 (16:58 +0300)]
Issue #2728: Accept result part as possible base of sketch
mpv [Mon, 29 Oct 2018 13:29:08 +0000 (16:29 +0300)]
Fixes for the issue #2686
dbv [Mon, 29 Oct 2018 12:53:05 +0000 (15:53 +0300)]
Converted boolean tests.
vsv [Mon, 29 Oct 2018 12:47:25 +0000 (15:47 +0300)]
Issue #2727: Avoid unlimited loop in sorting
vsv [Mon, 29 Oct 2018 12:24:07 +0000 (15:24 +0300)]
Issue #2726: Update a tree branch on creation of a Folder
dbv [Mon, 29 Oct 2018 11:14:04 +0000 (14:14 +0300)]
Converted placement tests
dbv [Mon, 29 Oct 2018 11:49:25 +0000 (14:49 +0300)]
Fix for generated names wrong index. Map now properly cleared.
mpv [Mon, 29 Oct 2018 11:24:07 +0000 (14:24 +0300)]
Fix for creation in GUI and unit-test for the issue #2681
vsv [Mon, 29 Oct 2018 09:59:56 +0000 (12:59 +0300)]
Issue #2722: Check returned context
vsv [Mon, 29 Oct 2018 09:14:02 +0000 (12:14 +0300)]
Issue #2690: Check folders attributes on delete of the folder
mpv [Mon, 29 Oct 2018 08:28:24 +0000 (11:28 +0300)]
Fix of unit-tests. Advanced logic for the latest context searching in the filter by neighbors algorithm.
vsv [Mon, 29 Oct 2018 08:20:07 +0000 (11:20 +0300)]
Issue #2678: Disable parts outside of a history
mpv [Fri, 26 Oct 2018 17:08:15 +0000 (20:08 +0300)]
Split too long line
mpv [Fri, 26 Oct 2018 17:02:48 +0000 (20:02 +0300)]
Correction of a previous test modification
mpv [Fri, 26 Oct 2018 16:36:53 +0000 (19:36 +0300)]
Case FeaturesPlugin_TestPartitionBox4Planes when shape type of the sub-component of intersection or container is needed (like weak name).
dbv [Fri, 26 Oct 2018 16:31:05 +0000 (19:31 +0300)]
Tests fix
dbv [Fri, 26 Oct 2018 15:55:30 +0000 (18:55 +0300)]
Updated name
mpv [Fri, 26 Oct 2018 15:07:01 +0000 (18:07 +0300)]
Keep order in name of filters by neighbors: FeaturesPlugin_TestFillFaceWire.py
dbv [Fri, 26 Oct 2018 15:04:25 +0000 (18:04 +0300)]
Fix
dbv [Fri, 26 Oct 2018 15:01:56 +0000 (18:01 +0300)]
Tests fix
mpv [Fri, 26 Oct 2018 14:23:58 +0000 (17:23 +0300)]
Fix for TestFillWireVertex.py : take the latest context for the filter by neighbors
mpv [Fri, 26 Oct 2018 14:19:39 +0000 (17:19 +0300)]
Make TestIntersection work: no crash on remove of PaveFiller before all algorithm is destroyed.
dbv [Fri, 26 Oct 2018 13:52:10 +0000 (16:52 +0300)]
Small fix.
dbv [Fri, 26 Oct 2018 13:47:54 +0000 (16:47 +0300)]
Fixed storing names (generated and primitives) for sub-results.
mpv [Fri, 26 Oct 2018 13:02:32 +0000 (16:02 +0300)]
Too long line fix
mpv [Fri, 26 Oct 2018 11:54:35 +0000 (14:54 +0300)]
Selection of wires of the sketch faces problem fix
dbv [Fri, 26 Oct 2018 11:42:09 +0000 (14:42 +0300)]
Replaced manual naming in intersection feature.
mpv [Fri, 26 Oct 2018 08:21:24 +0000 (11:21 +0300)]
Update the context search after the restore by name basing on TestFillEdgeVertex.py case
dbv [Thu, 25 Oct 2018 13:41:40 +0000 (16:41 +0300)]
Tests fix
mpv [Thu, 25 Oct 2018 13:28:50 +0000 (16:28 +0300)]
Update tests that create sketch faces by themselves and use these faces as arguments. Now generated faces must be received from the sketch results.
mpv [Thu, 25 Oct 2018 12:00:48 +0000 (15:00 +0300)]
Fix the order of intersectors in selection names generation
dbv [Thu, 25 Oct 2018 07:58:05 +0000 (10:58 +0300)]
Converted most of the features tests.
mpv [Wed, 24 Oct 2018 16:33:20 +0000 (19:33 +0300)]
Fix for the issue #2630 : on redo, there is only one edge in the results
mpv [Wed, 24 Oct 2018 15:55:11 +0000 (18:55 +0300)]
Fixes for the issue #2375 model with dump/import script
dbv [Wed, 24 Oct 2018 14:02:14 +0000 (17:02 +0300)]
Fixed naming for primitives
mpv [Wed, 24 Oct 2018 13:59:16 +0000 (16:59 +0300)]
Fix for issue #2718: Fatal error when open study with box rotated, translated and mirrored
dbv [Wed, 24 Oct 2018 11:12:41 +0000 (14:12 +0300)]
Revert some changes
dbv [Wed, 24 Oct 2018 11:07:34 +0000 (14:07 +0300)]
Fixed orientation for faces.
mpv [Wed, 24 Oct 2018 07:12:43 +0000 (10:12 +0300)]
Support of selection of the whole part result in naming names
mpv [Tue, 23 Oct 2018 13:41:45 +0000 (16:41 +0300)]
Remove compilation errors and warnings
mpv [Tue, 23 Oct 2018 13:24:56 +0000 (16:24 +0300)]
Remove compilation errors and warnings
mpv [Tue, 23 Oct 2018 13:12:33 +0000 (16:12 +0300)]
Correction of coding rules: too long lines
mpv [Tue, 23 Oct 2018 12:26:45 +0000 (15:26 +0300)]
External edges and vertices of the sketch selection implementation
mpv [Tue, 23 Oct 2018 08:10:49 +0000 (11:10 +0300)]
Pure weak naming implementation in Selector
mpv [Mon, 22 Oct 2018 14:39:06 +0000 (17:39 +0300)]
Fix the crashes on new modification history storage, reproducable on Bug2569_shaper9.1.0_20180928_geom.py
mpv [Mon, 22 Oct 2018 11:39:09 +0000 (14:39 +0300)]
Debug the sketcher update and projections behavior basin on Test1816
mpv [Fri, 19 Oct 2018 16:42:39 +0000 (19:42 +0300)]
Debug of the sketch faces selection in external document
mpv [Fri, 19 Oct 2018 13:24:26 +0000 (16:24 +0300)]
Debug of the sketch faces selection
mpv [Fri, 19 Oct 2018 08:46:49 +0000 (11:46 +0300)]
Debug of move to the end of history
mpv [Thu, 18 Oct 2018 14:30:15 +0000 (17:30 +0300)]
Support of all types of selection in python names import
mpv [Thu, 18 Oct 2018 14:29:21 +0000 (17:29 +0300)]
Support of all types of selection in python names import
mpv [Thu, 18 Oct 2018 08:30:32 +0000 (11:30 +0300)]
Debug and optimization of selection of elements of the sketch.
mpv [Wed, 17 Oct 2018 16:11:41 +0000 (19:11 +0300)]
Initial implementation of restoreByName selector method
dbv [Wed, 17 Oct 2018 15:29:21 +0000 (18:29 +0300)]
Updated primitives shapes storing.
dbv [Wed, 17 Oct 2018 14:40:54 +0000 (17:40 +0300)]
Removed some redundant names.
dbv [Wed, 17 Oct 2018 14:18:39 +0000 (17:18 +0300)]
Updated generated shapes storing.