Salome HOME
modules/shaper.git
9 years agoProvide preferences in Salome mode
vsv [Wed, 10 Sep 2014 08:46:12 +0000 (12:46 +0400)]
Provide preferences in Salome mode

9 years agoIssue #94 fixed: crash when apply length and perpendicular constraints
azv [Wed, 10 Sep 2014 05:26:47 +0000 (09:26 +0400)]
Issue #94 fixed: crash when apply length and perpendicular constraints
Added the construction of the entity related to the line, on which the length constraint is applied

9 years agoMerge branch 'master' of newgeom:newgeom.git
Sergey BELASH [Tue, 9 Sep 2014 07:36:21 +0000 (11:36 +0400)]
Merge branch 'master' of newgeom:newgeom.git

9 years agoMake the application compiliable and executable on Linux with SALOME environment:
Sergey BELASH [Tue, 9 Sep 2014 07:31:33 +0000 (11:31 +0400)]
Make the application compiliable and executable on Linux with SALOME environment:

* Salome and stanalone environments merged into one.
* Hotfix for PreferencesMgr to avoid crash in Salome Module mode

9 years agoFixed bug with loading of a document with parts.
vsv [Mon, 8 Sep 2014 15:27:22 +0000 (19:27 +0400)]
Fixed bug with loading of a document with parts.

9 years agoMake part documents loaded only by activation
mpv [Mon, 8 Sep 2014 15:07:41 +0000 (19:07 +0400)]
Make part documents loaded only by activation

9 years agoProcess parts activation method
vsv [Mon, 8 Sep 2014 14:17:49 +0000 (18:17 +0400)]
Process parts activation method

9 years agoMerge branch 'master' of newgeom:newgeom
mpv [Mon, 8 Sep 2014 13:51:25 +0000 (17:51 +0400)]
Merge branch 'master' of newgeom:newgeom

9 years agoMake sub-document loaded only on activation
mpv [Mon, 8 Sep 2014 13:51:07 +0000 (17:51 +0400)]
Make sub-document loaded only on activation

9 years agoIssue # 112: Show only command defined
vsv [Fri, 5 Sep 2014 14:41:40 +0000 (18:41 +0400)]
Issue # 112: Show only command defined

9 years agoIssue #104: Comments for Distance constraint changed according to last improvements
vsv [Fri, 5 Sep 2014 13:30:15 +0000 (17:30 +0400)]
Issue #104: Comments for Distance constraint changed according to last improvements

9 years agoIssue #108: Extrusion for imported shape is provided
vsv [Fri, 5 Sep 2014 13:01:26 +0000 (17:01 +0400)]
Issue #108: Extrusion for imported shape is provided

9 years agoIssue #106: Constraints creation fixed
vsv [Fri, 5 Sep 2014 11:54:01 +0000 (15:54 +0400)]
Issue #106: Constraints creation fixed

9 years agoHotfix for apply button in the property pannel.
sbh [Fri, 5 Sep 2014 08:01:13 +0000 (12:01 +0400)]
Hotfix for apply button in the property pannel.

9 years agoFix for issue #89: feature renamed to object to be conform with tooltip description
mpv [Fri, 5 Sep 2014 05:48:12 +0000 (09:48 +0400)]
Fix for issue #89: feature renamed to object to be conform with tooltip description

9 years agoFixed crash on "distance" constraint creation: validator was moved from Model to...
mpv [Fri, 5 Sep 2014 05:43:50 +0000 (09:43 +0400)]
Fixed crash on "distance" constraint creation: validator was moved from Model to SketchPlugin

9 years agoIssue #85: make readable document I/O error messages
mpv [Fri, 5 Sep 2014 05:36:49 +0000 (09:36 +0400)]
Issue #85: make readable document I/O error messages

9 years agoRemoved the old SALOME environment files
mpv [Fri, 5 Sep 2014 05:13:51 +0000 (09:13 +0400)]
Removed the old SALOME environment files

9 years agoFixed bug with creation of second circle in sketch
vsv [Thu, 4 Sep 2014 14:33:34 +0000 (18:33 +0400)]
Fixed bug with creation of second circle in sketch

9 years agoIssue #25: forbid top area for dock windows
vsv [Thu, 4 Sep 2014 13:52:18 +0000 (17:52 +0400)]
Issue #25: forbid top area for dock windows

9 years agoIssue #34: Allow top dock area for console
vsv [Thu, 4 Sep 2014 13:25:28 +0000 (17:25 +0400)]
Issue #34: Allow top dock area for console

9 years agoIssue #34: Object browser, console and property panel can be placed into any dock...
vsv [Thu, 4 Sep 2014 13:20:15 +0000 (17:20 +0400)]
Issue #34: Object browser, console and property panel can be placed into any dock position

9 years agoMake circle with radius 0 not crashed: check validity before execution
mpv [Thu, 4 Sep 2014 10:29:25 +0000 (14:29 +0400)]
Make circle with radius 0 not crashed: check validity before execution

9 years agoMake general validation mechanism also for attributes the validate method for feature...
mpv [Thu, 4 Sep 2014 09:45:38 +0000 (13:45 +0400)]
Make general validation mechanism also for attributes the validate method for feature in validators factory

9 years agoDebug of sketcher debug validators
mpv [Thu, 4 Sep 2014 06:46:02 +0000 (10:46 +0400)]
Debug of sketcher debug validators

9 years agoValidators improvements (arguments for feature validator)
mpv [Thu, 4 Sep 2014 06:12:29 +0000 (10:12 +0400)]
Validators improvements (arguments for feature validator)

9 years agoBoolean operations created
vsv [Wed, 3 Sep 2014 15:02:10 +0000 (19:02 +0400)]
Boolean operations created

9 years agoMerge branch 'master' of newgeom:newgeom.git
sbh [Wed, 3 Sep 2014 13:23:12 +0000 (17:23 +0400)]
Merge branch 'master' of newgeom:newgeom.git

9 years agoBugfix: treat attribute as valid and initialized if it's default value is equual...
sbh [Wed, 3 Sep 2014 13:22:56 +0000 (17:22 +0400)]
Bugfix: treat attribute as valid and initialized if it's default value is equual to model's default value

9 years agoMake bodies list updated on undo/redo/open/abort
mpv [Wed, 3 Sep 2014 13:02:03 +0000 (17:02 +0400)]
Make bodies list updated on undo/redo/open/abort

9 years agoMerge branch 'master' of newgeom:newgeom
vsv [Wed, 3 Sep 2014 08:33:31 +0000 (12:33 +0400)]
Merge branch 'master' of newgeom:newgeom

Conflicts:
src/ModuleBase/CMakeLists.txt

9 years agoCreate Boolean operations
vsv [Wed, 3 Sep 2014 08:27:04 +0000 (12:27 +0400)]
Create Boolean operations

9 years agoMerge branch 'master' of newgeom:newgeom
mpv [Wed, 3 Sep 2014 07:48:12 +0000 (11:48 +0400)]
Merge branch 'master' of newgeom:newgeom

9 years agoMake open/save undo, redo and abort don't cause recomputation of the whole model
mpv [Wed, 3 Sep 2014 07:47:52 +0000 (11:47 +0400)]
Make open/save undo, redo and abort don't cause recomputation of the whole model

9 years ago"Integer" Attribute added.
sbh [Wed, 3 Sep 2014 07:27:27 +0000 (11:27 +0400)]
"Integer" Attribute added.

9 years agoMerge branch 'master' of newgeom:newgeom.git
sbh [Tue, 2 Sep 2014 15:45:18 +0000 (19:45 +0400)]
Merge branch 'master' of newgeom:newgeom.git

9 years agoTiny corrections in source code
sbh [Tue, 2 Sep 2014 15:45:07 +0000 (19:45 +0400)]
Tiny corrections in source code

9 years agoImplementation of "Import" BREP and STEP functionality
sbh [Tue, 2 Sep 2014 15:44:44 +0000 (19:44 +0400)]
Implementation of "Import" BREP and STEP functionality

9 years agoTreat "Model_FeatureValidator" as default validator (no need to declare it in an...
sbh [Tue, 2 Sep 2014 14:21:02 +0000 (18:21 +0400)]
Treat "Model_FeatureValidator" as default validator (no need to declare it in an XML)

9 years agoSelection of planar faces provided for sketcher
vsv [Mon, 1 Sep 2014 16:09:48 +0000 (20:09 +0400)]
Selection of planar faces provided for sketcher

9 years agoIssue #101: Fixed editing of nested features
vsv [Mon, 1 Sep 2014 13:52:34 +0000 (17:52 +0400)]
Issue #101: Fixed editing of nested features

9 years agoNew Attribute - "String" added into the model.
sbh [Fri, 29 Aug 2014 07:30:43 +0000 (11:30 +0400)]
New Attribute - "String" added into the model.

9 years agoMerge branch 'master' of newgeom:newgeom.git
sbh [Wed, 27 Aug 2014 06:58:49 +0000 (10:58 +0400)]
Merge branch 'master' of newgeom:newgeom.git

Conflicts:
src/ModelAPI/ModelAPI_PluginManager.cpp

9 years agoIssue #102: Crush on start operation fixed
Sergey BELASH [Wed, 27 Aug 2014 06:46:53 +0000 (10:46 +0400)]
Issue #102: Crush on start operation fixed

9 years agoSources formated according to the codeing standards
sbh [Thu, 21 Aug 2014 11:55:17 +0000 (15:55 +0400)]
Sources formated according to the codeing standards

9 years agoRefresh menu size after chnges in preferences
sbh [Thu, 21 Aug 2014 11:38:59 +0000 (15:38 +0400)]
Refresh menu size after chnges in preferences

9 years agoCorrections in Windows MSVC10 environment according to the Linux environment
sbh [Wed, 20 Aug 2014 09:34:06 +0000 (13:34 +0400)]
Corrections in Windows MSVC10 environment according to the Linux environment

9 years agoCorrections in Windows MSVC10 environment according to the Linux environment
sbh [Wed, 20 Aug 2014 08:01:54 +0000 (12:01 +0400)]
Corrections in Windows MSVC10 environment according to the Linux environment

9 years agobugfix for libSketchSolver.so: removing unresolved symbols from the SketchPlugin
Sergey BELASH [Wed, 20 Aug 2014 07:48:14 +0000 (11:48 +0400)]
bugfix for libSketchSolver.so: removing unresolved symbols from the SketchPlugin

* SketchPlugin_Constraint extracted as interface for the SketchSolver
* SketchPlugin_Constraint base implemnetation for the SketchPlugin became SketchPlugin_ConstraintBase
* Refactoring: boost::shared_ptr<GeomAPI_AISObject> typedefed as AISObjectPtr

9 years agobugfix for libSketchSolver.so: paths for some CAS' toolkits defined explicitly
Sergey BELASH [Tue, 19 Aug 2014 08:05:05 +0000 (12:05 +0400)]
bugfix for libSketchSolver.so: paths for some CAS' toolkits defined explicitly

9 years agoBugfix: application after adding python console into main menu
Sergey BELASH [Mon, 18 Aug 2014 13:31:40 +0000 (17:31 +0400)]
Bugfix: application after adding python console into main menu

9 years agoMerge branch 'master' of newgeom:newgeom.git
Sergey BELASH [Mon, 18 Aug 2014 12:12:23 +0000 (16:12 +0400)]
Merge branch 'master' of newgeom:newgeom.git

Conflicts:
src/XGUI/XGUI_MainMenu.cpp

9 years agoChanges in linux environment: SALOME instalation folder became a "products" directory
Sergey BELASH [Mon, 18 Aug 2014 08:55:12 +0000 (12:55 +0400)]
Changes in linux environment: SALOME instalation folder became a "products" directory

9 years agoIssue #100: Unpredictable result of distance creation
azv [Fri, 15 Aug 2014 13:37:42 +0000 (17:37 +0400)]
Issue #100: Unpredictable result of distance creation
Added verification of a sign of a point-line distance constraint

9 years agoValidate resumed operation
vsv [Fri, 15 Aug 2014 08:56:04 +0000 (12:56 +0400)]
Validate resumed operation

9 years agoSet default values
vsv [Fri, 15 Aug 2014 07:22:22 +0000 (11:22 +0400)]
Set default values

9 years agoPreferences improvement
vsv [Thu, 14 Aug 2014 15:35:33 +0000 (19:35 +0400)]
Preferences improvement

9 years agoCorrections in the environment
Sergey BELASH [Thu, 14 Aug 2014 12:54:23 +0000 (16:54 +0400)]
Corrections in the environment

9 years agoDefault menu size from preferences
Sergey BELASH [Thu, 14 Aug 2014 12:53:53 +0000 (16:53 +0400)]
Default menu size from preferences

9 years agoMerge branch 'master' of newgeom:newgeom
vsv [Thu, 14 Aug 2014 07:27:53 +0000 (11:27 +0400)]
Merge branch 'master' of newgeom:newgeom

9 years agoVisualization preferences for sketcher are created
vsv [Thu, 14 Aug 2014 07:27:42 +0000 (11:27 +0400)]
Visualization preferences for sketcher are created

9 years agoMerge branch 'master' of newgeom:newgeom.git
sbh [Wed, 13 Aug 2014 09:27:08 +0000 (13:27 +0400)]
Merge branch 'master' of newgeom:newgeom.git

9 years agoImplementation of the Feature Validator
sbh [Wed, 13 Aug 2014 07:09:28 +0000 (11:09 +0400)]
Implementation of the Feature Validator

9 years agoEditing preferences added
vsv [Tue, 12 Aug 2014 14:57:56 +0000 (18:57 +0400)]
Editing preferences added

9 years agoIssue #93 fix: Avoided crash on parallel constraint
azv [Tue, 12 Aug 2014 08:06:38 +0000 (12:06 +0400)]
Issue #93 fix: Avoided crash on parallel constraint

9 years agoIssue #95 fix: Crash on circle creation is eliminated
azv [Tue, 12 Aug 2014 06:59:48 +0000 (10:59 +0400)]
Issue #95 fix: Crash on circle creation is eliminated

9 years agoPorting on SALOME 7.4.0
vsv [Mon, 11 Aug 2014 15:04:53 +0000 (19:04 +0400)]
Porting on SALOME 7.4.0

9 years agoMerge branch 'master' of newgeom:newgeom
vsv [Fri, 8 Aug 2014 15:40:26 +0000 (19:40 +0400)]
Merge branch 'master' of newgeom:newgeom

9 years agoPreferences created
vsv [Fri, 8 Aug 2014 15:40:13 +0000 (19:40 +0400)]
Preferences created

9 years agoIssue #20 Menu buttons' behavior correct
sbh [Fri, 8 Aug 2014 09:21:53 +0000 (13:21 +0400)]
Issue #20 Menu buttons' behavior correct

9 years agoMerge branch 'master' of newgeom:newgeom.git
sbh [Fri, 8 Aug 2014 06:39:24 +0000 (10:39 +0400)]
Merge branch 'master' of newgeom:newgeom.git

9 years agoIssue #20 main menu size processing
sbh [Fri, 8 Aug 2014 06:37:13 +0000 (10:37 +0400)]
Issue #20 main menu size processing

9 years agoShortcuts can be registered from XML without conflicts
sbh [Fri, 8 Aug 2014 04:15:09 +0000 (08:15 +0400)]
Shortcuts can be registered from XML without conflicts

9 years agoResources XML file created
vsv [Thu, 7 Aug 2014 08:37:56 +0000 (12:37 +0400)]
Resources XML file created

9 years agoCreate validator for distance constraint
vsv [Wed, 6 Aug 2014 13:42:11 +0000 (17:42 +0400)]
Create validator for distance constraint

9 years agoDistance constraint optimization
vsv [Tue, 5 Aug 2014 11:39:53 +0000 (15:39 +0400)]
Distance constraint optimization

9 years agoImprove Distance constraint
vsv [Tue, 5 Aug 2014 08:03:06 +0000 (12:03 +0400)]
Improve Distance constraint

9 years agoMerge branch 'master' of newgeom:newgeom
vsv [Mon, 4 Aug 2014 11:05:20 +0000 (15:05 +0400)]
Merge branch 'master' of newgeom:newgeom

9 years agoFeature validator created
vsv [Mon, 4 Aug 2014 11:05:09 +0000 (15:05 +0400)]
Feature validator created

9 years agoSet of validators accessible for one feature or attribute
mpv [Mon, 4 Aug 2014 10:28:45 +0000 (14:28 +0400)]
Set of validators accessible for one feature or attribute

9 years agoReusing SUIT libraries
vsv [Fri, 1 Aug 2014 08:26:47 +0000 (12:26 +0400)]
Reusing SUIT libraries

9 years agoProcess multi-selection in pop-up menu
vsv [Thu, 31 Jul 2014 12:44:20 +0000 (16:44 +0400)]
Process multi-selection in pop-up menu

9 years agoPrevent crash when viewer opened
vsv [Thu, 31 Jul 2014 07:23:39 +0000 (11:23 +0400)]
Prevent crash when viewer opened

9 years agoPrevent crash on create circle
vsv [Thu, 31 Jul 2014 06:08:20 +0000 (10:08 +0400)]
Prevent crash on create circle

9 years agoMerge branch 'master' of newgeom:newgeom
mpv [Wed, 30 Jul 2014 14:48:14 +0000 (18:48 +0400)]
Merge branch 'master' of newgeom:newgeom

9 years agoTemporary workaround for crash fix (some unknown memory problem)
mpv [Wed, 30 Jul 2014 14:47:52 +0000 (18:47 +0400)]
Temporary workaround for crash fix (some unknown memory problem)

9 years agoIssue #87: Fix for sketcher object
vsv [Wed, 30 Jul 2014 14:43:34 +0000 (18:43 +0400)]
Issue #87: Fix for sketcher object

9 years agoCreate distance constraint on circles
vsv [Wed, 30 Jul 2014 13:40:42 +0000 (17:40 +0400)]
Create distance constraint on circles

9 years agoUpdate constraints on editing of sketch elements
vsv [Wed, 30 Jul 2014 11:44:34 +0000 (15:44 +0400)]
Update constraints on editing of sketch elements

9 years agoIssue #90: Show constraints on sketcher edit
vsv [Wed, 30 Jul 2014 08:25:49 +0000 (12:25 +0400)]
Issue #90: Show constraints on sketcher edit

9 years agoProvide distance between points of lines
vsv [Wed, 30 Jul 2014 07:31:38 +0000 (11:31 +0400)]
Provide distance between points of lines

9 years agoDefine guards are corrected according to the code style
sbh [Wed, 30 Jul 2014 06:41:13 +0000 (10:41 +0400)]
Define guards are corrected according to the code style

9 years agoIssue #87: editing of sketch created in sub-documents
vsv [Tue, 29 Jul 2014 14:41:04 +0000 (18:41 +0400)]
Issue #87: editing of sketch created in sub-documents

9 years agoIssue #86 : Fix for extrusion operation
vsv [Tue, 29 Jul 2014 13:52:43 +0000 (17:52 +0400)]
Issue #86 : Fix for extrusion operation

9 years agoHide result on sketch editing
vsv [Tue, 29 Jul 2014 12:27:08 +0000 (16:27 +0400)]
Hide result on sketch editing

9 years agoWait cursor for solver operation
vsv [Tue, 29 Jul 2014 12:01:04 +0000 (16:01 +0400)]
Wait cursor for solver operation

9 years agoFix the LongOp "isPerformed" method execution
mpv [Tue, 29 Jul 2014 11:13:04 +0000 (15:13 +0400)]
Fix the LongOp "isPerformed" method execution

9 years agoIssue #84 fix: process unknown objects correctly
mpv [Tue, 29 Jul 2014 11:04:27 +0000 (15:04 +0400)]
Issue #84 fix: process unknown objects correctly

9 years agoMerge branch 'master' of newgeom:newgeom.git
sbh [Tue, 29 Jul 2014 10:22:18 +0000 (14:22 +0400)]
Merge branch 'master' of newgeom:newgeom.git

Conflicts:
src/SketchPlugin/Test/TestConstraintLength.py

9 years agoTests for distance, parallel, perpendicular and radius constraints added
sbh [Tue, 29 Jul 2014 10:10:19 +0000 (14:10 +0400)]
Tests for distance, parallel, perpendicular and radius constraints added