]> SALOME platform Git repositories - modules/shaper.git/commit
Salome HOME
1. Compound selection choice is provided for sketch selection in Extrusion operation...
authornds <natalia.donis@opencascade.com>
Mon, 22 Jun 2015 13:01:48 +0000 (16:01 +0300)
committernds <natalia.donis@opencascade.com>
Mon, 22 Jun 2015 13:01:48 +0000 (16:01 +0300)
commite419ba088664a34ae78e0fe9fa899152d99107ff
treeaae00e0f85c49669638d55b77a8c0872d573b08d
parent43264762f9e56ebf7a687b6ca43a86e500224f2e
1. Compound selection choice is provided for sketch selection in Extrusion operation. This type selection happens by selecting a sketch in ObjectBrowser. The widget selector acceptSubShapes() method is corrected to check shape type of the selected result. It is necessary always, for example in Sketch operation start Translate operation and click on a plane in ObjectBrowser.

2. Document shape filter check whether the operation is started itself. This improvement is similar to the infinite filter using. The matter is that the nested operation stop should not remove the filter from the context. If it is happened, objects from out parts is selected in sketch operation after, for example, translate operation stop. So, it seems that it is a best decision to check the active operation availability in the filter.
src/PartSet/PartSet_Module.cpp