Salome HOME
modules/geom.git
12 years agoMantis issue 0021465: EDF 2067 GEOM: Extrusion along a path leads to a self-intersect...
jfa [Wed, 8 Feb 2012 11:16:13 +0000 (11:16 +0000)]
Mantis issue 0021465: EDF 2067 GEOM: Extrusion along a path leads to a self-intersected shape. GlueFaces with maximum shape tolerance.

12 years agoMantis issue 0021465: EDF 2067 GEOM: Extrusion along a path leads to a self-intersect...
jfa [Wed, 8 Feb 2012 11:15:32 +0000 (11:15 +0000)]
Mantis issue 0021465: EDF 2067 GEOM: Extrusion along a path leads to a self-intersected shape. A fix by Peter Kurnev for GlueFaces algo.

12 years agoImplementation of the "0020839: EDF 1370 DOC : Update of the TUI features documentati...
ana [Mon, 6 Feb 2012 11:08:38 +0000 (11:08 +0000)]
Implementation of the "0020839: EDF 1370 DOC : Update of the TUI features documentation / help(aMethod)" issue.
Minor change.

12 years agoImplementation of the "0020839: EDF 1370 DOC : Update of the TUI features documentati...
ana [Mon, 6 Feb 2012 07:38:17 +0000 (07:38 +0000)]
Implementation of the "0020839: EDF 1370 DOC : Update of the TUI features documentation / help(aMethod)" issue.

12 years agowin32 compilation of the Geometry module.
rnv [Wed, 1 Feb 2012 12:21:41 +0000 (12:21 +0000)]
win32 compilation of the Geometry module.

12 years agofix for the case of
eap [Tue, 31 Jan 2012 11:10:28 +0000 (11:10 +0000)]
fix for the case of
RuntimeError: Naming Service Unreacheable

-except ImportError:
+except:

12 years agoModif to build doc directory after bin directory
eap [Tue, 31 Jan 2012 10:50:08 +0000 (10:50 +0000)]
Modif to build doc directory after bin directory

12 years agoModif to build doc directory after bin directory
eap [Tue, 31 Jan 2012 10:48:43 +0000 (10:48 +0000)]
Modif to build doc directory after bin directory

12 years agoFix regression (after fix for PAL21179):
mkr [Mon, 30 Jan 2012 12:07:56 +0000 (12:07 +0000)]
Fix regression (after fix for PAL21179):
1) VTK viewer: change edges color for wireframe mode after change the color of the shape.

12 years agoFix regression (after fix for PAL21179):
mkr [Mon, 30 Jan 2012 12:07:09 +0000 (12:07 +0000)]
Fix regression (after fix for PAL21179):
1) OCC viewer: get the correct default color for wireframe mode from preferences;
2) OCC viewer: change edges color for wireframe mode after change the color of the shape.

12 years agoFix regression (after fix for PAL21179):
mkr [Fri, 27 Jan 2012 14:55:50 +0000 (14:55 +0000)]
Fix regression (after fix for PAL21179):
1) OCC viewer: get the correct default color for wireframe mode from preferences;
2) OCC viewer: change edges color for wireframe mode after change the color of the shape.

12 years agoMantis issue 0021432: EDF GEOM: Faces with huge tolerance can be built in GEOM.
jfa [Fri, 27 Jan 2012 10:58:36 +0000 (10:58 +0000)]
Mantis issue 0021432: EDF GEOM: Faces with huge tolerance can be built in GEOM.

12 years agoMantis issue 0021454: [CEA] non regression test fails : problem with group creation...
jfa [Thu, 26 Jan 2012 11:41:17 +0000 (11:41 +0000)]
Mantis issue 0021454: [CEA] non regression test fails : problem with group creation. A fix by Peter Kurnev.

12 years agoAdd the python module sketcher.py
boulant [Wed, 25 Jan 2012 14:41:18 +0000 (14:41 +0000)]
Add the python module sketcher.py

12 years agoAdd documentation for the python module sketcher.py
boulant [Wed, 25 Jan 2012 14:40:42 +0000 (14:40 +0000)]
Add documentation for the python module sketcher.py

12 years agoMantis issues 0021435 and 0021456: Cancel the fix because of regression.
jfa [Wed, 25 Jan 2012 10:11:31 +0000 (10:11 +0000)]
Mantis issues 0021435 and 0021456: Cancel the fix because of regression.

12 years agoMantis issue 0021453: EDF GEOM: (regression). A fix by PKV.
jfa [Thu, 19 Jan 2012 13:06:39 +0000 (13:06 +0000)]
Mantis issue 0021453: EDF GEOM: (regression). A fix by PKV.

12 years agofix make distcheck error: add missing header file
inv [Thu, 19 Jan 2012 08:47:08 +0000 (08:47 +0000)]
fix make distcheck error: add missing header file

12 years agoAdd missing Material package to DIST_SUBDIRS
vsr [Tue, 17 Jan 2012 06:55:23 +0000 (06:55 +0000)]
Add missing Material package to DIST_SUBDIRS

12 years agoRemove debug information.
mkr [Mon, 16 Jan 2012 12:00:33 +0000 (12:00 +0000)]
Remove debug information.
(Fix for PAL21179:
1) draw outlines (borders) of the shapes,
2) material properties.)

12 years agoprevent access to Null anIO
eap [Mon, 16 Jan 2012 11:25:16 +0000 (11:25 +0000)]
prevent access to Null anIO

12 years agoRemove debug information.
mkr [Mon, 16 Jan 2012 08:01:59 +0000 (08:01 +0000)]
Remove debug information.
(Fix for PAL21179:
1) draw outlines (borders) of the shapes,
2) material properties.)

12 years agoFix for the bug IPAL22851: Sub-shapes spelling
ana [Fri, 13 Jan 2012 13:30:11 +0000 (13:30 +0000)]
Fix for the bug IPAL22851: Sub-shapes spelling

12 years agoFix for the bug IPAL22851: Sub-shapes spelling
ana [Fri, 13 Jan 2012 12:36:02 +0000 (12:36 +0000)]
Fix for the bug IPAL22851: Sub-shapes spelling

12 years agoFix for the bug bug IPAL22851: Sub-shapes spelling
ana [Fri, 13 Jan 2012 12:25:13 +0000 (12:25 +0000)]
Fix for the bug bug IPAL22851: Sub-shapes spelling

12 years agoMantis isssue 0021462: [CEA 532] Type problem.
jfa [Fri, 13 Jan 2012 11:35:22 +0000 (11:35 +0000)]
Mantis isssue 0021462: [CEA 532] Type problem.

12 years agoFix for PAL21179:
mkr [Thu, 12 Jan 2012 16:36:50 +0000 (16:36 +0000)]
Fix for PAL21179:
1) draw outlines (borders) of the shapes,
2) material properties.

12 years agoMantis issue 0021066: GetAngle function. Update documentation.
jfa [Thu, 12 Jan 2012 11:06:08 +0000 (11:06 +0000)]
Mantis issue 0021066: GetAngle function. Update documentation.

12 years agoAdd missing translations
gdd [Wed, 11 Jan 2012 13:17:08 +0000 (13:17 +0000)]
Add missing translations

12 years agoMantis issue 0021209: New Detect self-intersection tool.
jfa [Wed, 11 Jan 2012 07:55:55 +0000 (07:55 +0000)]
Mantis issue 0021209: New Detect self-intersection tool.

12 years agoUpdate translations
gdd [Mon, 9 Jan 2012 10:37:37 +0000 (10:37 +0000)]
Update translations

12 years ago0021435: Changed order of edges after MakeFace. A fix by Peter Kurnev.
jfa [Fri, 30 Dec 2011 06:18:05 +0000 (06:18 +0000)]
0021435: Changed order of edges after MakeFace. A fix by Peter Kurnev.

12 years agoMantis issue 0021425: Accepted object types in 'fillet 2D'
jfa [Wed, 28 Dec 2011 11:30:48 +0000 (11:30 +0000)]
Mantis issue 0021425: Accepted object types in 'fillet 2D'

12 years agoFix problem with 'Glue all coincident edges' option
jfa [Wed, 28 Dec 2011 10:50:01 +0000 (10:50 +0000)]
Fix problem with 'Glue all coincident edges' option

12 years agoPorting to OCCT development version: Standard_PI -> M_PI
jfa [Fri, 23 Dec 2011 14:23:54 +0000 (14:23 +0000)]
Porting to OCCT development version: Standard_PI -> M_PI

12 years agoWindows compatibility
ana [Fri, 23 Dec 2011 13:02:59 +0000 (13:02 +0000)]
Windows compatibility

12 years agoFix problem of make distcheck
vsr [Thu, 22 Dec 2011 05:24:18 +0000 (05:24 +0000)]
Fix problem of make distcheck

12 years agoMantis issue 0021060: Automatic LimitTolerance after boolean operations.
jfa [Wed, 21 Dec 2011 11:56:33 +0000 (11:56 +0000)]
Mantis issue 0021060: Automatic LimitTolerance after boolean operations.

12 years agoMantis issue 0021066: EDF 1622: GetAngle function.
jfa [Mon, 19 Dec 2011 11:58:31 +0000 (11:58 +0000)]
Mantis issue 0021066: EDF 1622: GetAngle function.

12 years agoMantis issue 0021404: Problem with partition. A fix by Peter Kurnev.
jfa [Fri, 16 Dec 2011 13:32:32 +0000 (13:32 +0000)]
Mantis issue 0021404: Problem with partition. A fix by Peter Kurnev.

12 years agoMerge from V6_4_BR 15/12/2011
vsr [Thu, 15 Dec 2011 11:04:04 +0000 (11:04 +0000)]
Merge from V6_4_BR 15/12/2011

12 years ago0021209: Bug GetInPlace with faces. Integrate self-intersections checker.
jfa [Tue, 13 Dec 2011 13:40:23 +0000 (13:40 +0000)]
0021209: Bug GetInPlace with faces. Integrate self-intersections checker.

12 years agoMerge from V6_4_BR 05/12/2011
vsr [Mon, 5 Dec 2011 10:29:45 +0000 (10:29 +0000)]
Merge from V6_4_BR 05/12/2011

12 years agornc: made picture import in GEOM independent from OpenCV
gdd [Thu, 24 Nov 2011 14:37:07 +0000 (14:37 +0000)]
rnc: made picture import in GEOM independent from OpenCV

12 years agornc:
gdd [Thu, 24 Nov 2011 14:01:29 +0000 (14:01 +0000)]
rnc:
- fixed a compilation error if compiling without opencv
- some refactoring

12 years agornc: added a method in FeatureDetector to cropp an image
gdd [Wed, 23 Nov 2011 14:51:23 +0000 (14:51 +0000)]
rnc: added a method in FeatureDetector to cropp an image

12 years agornc: Import Picture and Feature Detection dialogs small modifications
gdd [Wed, 23 Nov 2011 14:46:02 +0000 (14:46 +0000)]
rnc: Import Picture and Feature Detection dialogs small modifications

12 years agornc:
gdd [Wed, 23 Nov 2011 14:42:28 +0000 (14:42 +0000)]
rnc:
- connected mouseRelease event to a slot in GEOMGUI
- modified translations in feature detection dialog

12 years agornc: tiny modifications
gdd [Wed, 9 Nov 2011 17:24:21 +0000 (17:24 +0000)]
rnc: tiny modifications

12 years agornc: some code refactoring
gdd [Wed, 9 Nov 2011 17:13:18 +0000 (17:13 +0000)]
rnc: some code refactoring

12 years agornc:
gdd [Tue, 8 Nov 2011 17:21:42 +0000 (17:21 +0000)]
rnc:
-removed warnings and some unuseful debugging tools introduced by merge
- corrected configure.ac in order to have a correct check of opencv presence at compilation time

12 years agornc: fix error in checking of opencv at configure step
gdd [Tue, 8 Nov 2011 14:31:36 +0000 (14:31 +0000)]
rnc: fix error in checking of opencv at configure step

12 years agornc: missing config_file
gdd [Tue, 8 Nov 2011 14:16:28 +0000 (14:16 +0000)]
rnc: missing config_file

12 years agoMerge from BR_OPENCV
gdd [Tue, 8 Nov 2011 13:40:30 +0000 (13:40 +0000)]
Merge from BR_OPENCV

12 years agoFix make distcheck error (additional modification to previous patch)
vsr [Wed, 2 Nov 2011 13:19:46 +0000 (13:19 +0000)]
Fix make distcheck error (additional modification to previous patch)

12 years agoFix make distcheck error (merge from V6_4_BR)
vsr [Wed, 2 Nov 2011 12:49:41 +0000 (12:49 +0000)]
Fix make distcheck error (merge from V6_4_BR)

12 years agoGDD: temporaly remove sphynx doc generation V6_4_0a1
gdd [Fri, 28 Oct 2011 08:06:05 +0000 (08:06 +0000)]
GDD: temporaly remove sphynx doc generation

12 years agoMantis issue 0021414: There is a difference between vectors and other edges in Geometry.
jfa [Fri, 28 Oct 2011 05:50:28 +0000 (05:50 +0000)]
Mantis issue 0021414: There is a difference between vectors and other edges in Geometry.

12 years agoIMP: extends the class GeomStudyTools with function to retrieve geom objects selected...
boulant [Thu, 27 Oct 2011 15:56:38 +0000 (15:56 +0000)]
IMP: extends the class GeomStudyTools with function to retrieve geom objects selected in the browser (Note that the equivalent exists for SMESH objects in the SMESH module, see salome.smesh.guihelper.py)

12 years agoMantis issue 0021414: There is a difference between vectors and other edges in Geometry.
jfa [Thu, 27 Oct 2011 11:44:24 +0000 (11:44 +0000)]
Mantis issue 0021414: There is a difference between vectors and other edges in Geometry.

12 years agofunction 'abs' is in namespace std
gdd [Thu, 27 Oct 2011 11:34:57 +0000 (11:34 +0000)]
function 'abs' is in namespace std

12 years agornc: I made a mistake. It should be OK now
gdd [Wed, 26 Oct 2011 10:05:59 +0000 (10:05 +0000)]
rnc: I made a mistake. It should be OK now

12 years agornc: fixed a problem that in some cases a Box couldn't be created and no explicit...
gdd [Wed, 26 Oct 2011 09:58:18 +0000 (09:58 +0000)]
rnc: fixed a problem that in some cases a Box couldn't be created and no explicit error message was displayed

12 years ago0021263: EDF 1868: Several use cases fail (regressions)
vsr [Thu, 20 Oct 2011 07:54:50 +0000 (07:54 +0000)]
0021263: EDF 1868: Several use cases fail (regressions)
Fix MakeSection() problem

12 years ago0021024: EDF 1537 GEOM: IDs of the subshapes of a shape
vsr [Tue, 18 Oct 2011 14:27:26 +0000 (14:27 +0000)]
0021024: EDF 1537 GEOM: IDs of the subshapes of a shape

12 years agoSmall fix in French resource file
gdd [Wed, 12 Oct 2011 09:23:20 +0000 (09:23 +0000)]
Small fix in French resource file

12 years agornc: fixed a Bug I introduced. GEOM couldn't compile anymore with OCC < 6.5.2
gdd [Wed, 12 Oct 2011 09:12:05 +0000 (09:12 +0000)]
rnc: fixed a Bug I introduced. GEOM couldn't compile anymore with OCC < 6.5.2

12 years agornc : added code depending on an environmebnt variable to test parallel visualisation...
gdd [Tue, 11 Oct 2011 15:52:03 +0000 (15:52 +0000)]
rnc : added code depending on an environmebnt variable to test parallel visualisation in cascade with tbb

12 years agoMantis issue 0021367: EDF 1969 GEOM: Edit group / Show only selected.
jfa [Thu, 6 Oct 2011 10:13:49 +0000 (10:13 +0000)]
Mantis issue 0021367: EDF 1969 GEOM: Edit group / Show only selected.

12 years agoCASCADE 6.5 compatibility
vsr [Wed, 5 Oct 2011 14:35:07 +0000 (14:35 +0000)]
CASCADE 6.5 compatibility

12 years ago0021368: EDF GEOM: From Salome forum, dump study leads to unknown exception
vsr [Wed, 5 Oct 2011 11:59:24 +0000 (11:59 +0000)]
0021368: EDF GEOM: From Salome forum, dump study leads to unknown exception

12 years ago0021355: [CEA] Problem of partition
vsr [Wed, 5 Oct 2011 07:15:39 +0000 (07:15 +0000)]
0021355: [CEA] Problem of partition
Additional modification to the OCCT bug 0022723.

12 years agoimprove docs a little
eap [Wed, 5 Oct 2011 05:12:37 +0000 (05:12 +0000)]
improve docs a little

12 years agornc:
gdd [Tue, 4 Oct 2011 10:15:55 +0000 (10:15 +0000)]
rnc:
issue 21366 : modification of skecther dialog behavior ("sketch validation" is turned to a "close" button)

12 years ago0021365: [ANDZ-01-001] Using named surfaces and edges of STEP file in SALOME
eap [Wed, 28 Sep 2011 08:19:29 +0000 (08:19 +0000)]
0021365: [ANDZ-01-001] Using named surfaces and edges of STEP file in SALOME
    Read names of all geometrical STEP entities.

12 years agoPorting to OCCT6.5.2.
jfa [Tue, 27 Sep 2011 11:42:33 +0000 (11:42 +0000)]
Porting to OCCT6.5.2.

12 years ago0021350: EDF 1948 GEOM: Export IGES 5.3 impossible.
jfa [Wed, 21 Sep 2011 11:37:07 +0000 (11:37 +0000)]
0021350: EDF 1948 GEOM: Export IGES 5.3 impossible.

12 years agoAdditional integration for the "20494: EDF 1123 KERNEL/GUI : Improvment of 'About...
rnv [Tue, 20 Sep 2011 15:17:43 +0000 (15:17 +0000)]
Additional integration for the "20494: EDF 1123 KERNEL/GUI : Improvment of 'About' dialog box." issue: generated SalomeApp.xml added in the nodist_salomeres_SCRIPTS list.

12 years agoPorting to OCCT6.5.1: 0022573.
jfa [Tue, 20 Sep 2011 10:16:21 +0000 (10:16 +0000)]
Porting to OCCT6.5.1: 0022573.

12 years agoAdditional modifications for the "20494: EDF 1123 KERNEL/GUI : Improvment of 'About...
rnv [Fri, 16 Sep 2011 06:10:02 +0000 (06:10 +0000)]
Additional modifications for the "20494: EDF 1123 KERNEL/GUI : Improvment of 'About' dialog box." issue.

12 years agoPorting to OCCT6.5.1 development version
jfa [Tue, 13 Sep 2011 12:44:54 +0000 (12:44 +0000)]
Porting to OCCT6.5.1 development version

12 years agoImplementation of the "20494: EDF 1123 KERNEL/GUI : Improvment of 'About' dialog... Before_opencv_branch_20110913
rnv [Tue, 13 Sep 2011 08:41:17 +0000 (08:41 +0000)]
Implementation of the "20494: EDF 1123 KERNEL/GUI : Improvment of 'About' dialog box" issue.

12 years agoIssue 16564: EDF 509 GEOM : 3D line with mathematical equation in GUI: update documen...
rnv [Tue, 13 Sep 2011 07:33:51 +0000 (07:33 +0000)]
Issue 16564: EDF 509 GEOM : 3D line with mathematical equation in GUI: update documentation.

12 years agoAdded some try catch
gdd [Wed, 7 Sep 2011 12:05:48 +0000 (12:05 +0000)]
Added some try catch

12 years agornc : fixed a Bug found by Edward and due to use of int instead of CORBA::Long in...
gdd [Wed, 7 Sep 2011 09:42:52 +0000 (09:42 +0000)]
rnc : fixed a Bug found by Edward and due to use of int instead of CORBA::Long in MakeCurveParametricNew

12 years agornc : updated documentation of MakeCurveParametric
gdd [Mon, 5 Sep 2011 08:28:28 +0000 (08:28 +0000)]
rnc : updated documentation of MakeCurveParametric

12 years agornc : updated documentation of MakeCurveParametric
gdd [Mon, 5 Sep 2011 08:14:24 +0000 (08:14 +0000)]
rnc : updated documentation of MakeCurveParametric

12 years agornc :
gdd [Fri, 2 Sep 2011 15:11:47 +0000 (15:11 +0000)]
rnc :
- Fixed a bug in MakeCurveParametric that the curve does not always reach the specified max parameter.
- Added a new idl method MakeCurvePrametricNew that takes a number of steps as input instead of a step value (to achieve the fix and a more usual interface)
- Wrapped the new idl method in python MakeCurveParametric with a flag theNewMethod = true
- Modified the associated dialog in order to use the new method and dump it

12 years agornc : Set icons to constructor radio buttons (instead of text) in the sketcher dialog...
gdd [Mon, 29 Aug 2011 12:14:54 +0000 (12:14 +0000)]
rnc : Set icons to constructor radio buttons (instead of text) in the sketcher dialog as for all other dialogs in GEOM

12 years agornc: Enabled selection of subshapes in 2d sketcher
gdd [Fri, 26 Aug 2011 08:19:45 +0000 (08:19 +0000)]
rnc: Enabled selection of subshapes in 2d sketcher

12 years agoInitialize myDeflection (and other fields) to avoid FPE at setting deflection
eap [Fri, 19 Aug 2011 11:49:15 +0000 (11:49 +0000)]
Initialize myDeflection (and other fields) to avoid FPE at setting deflection

12 years agoPorting to OCCT6.5.1
jfa [Fri, 12 Aug 2011 13:08:51 +0000 (13:08 +0000)]
Porting to OCCT6.5.1

12 years ago0021342: EDF 1931 GEOM: The editiojn of a group has no effect after exporting it...
vsr [Fri, 12 Aug 2011 12:52:08 +0000 (12:52 +0000)]
0021342: EDF 1931 GEOM: The editiojn of a group has no effect after exporting it to BRep

12 years agoFix for the bug IPAL20913: TC5.1.1: the same color for active/inactive window text...
ana [Fri, 12 Aug 2011 07:45:03 +0000 (07:45 +0000)]
Fix for the bug IPAL20913: TC5.1.1: the same color for active/inactive window text in default style preferences of Theme

12 years agoPorting to OCCT6.5.1
jfa [Thu, 11 Aug 2011 13:33:11 +0000 (13:33 +0000)]
Porting to OCCT6.5.1

12 years agoFix problem with doxygen (using default font leads to the dot errors) - switch defaul...
vsr [Wed, 20 Jul 2011 10:12:58 +0000 (10:12 +0000)]
Fix problem with doxygen (using default font leads to the dot errors) - switch default dot font explicitly to Arial.

12 years agoMerge from V6_3_BR 15/07/2011
vsr [Fri, 15 Jul 2011 10:48:49 +0000 (10:48 +0000)]
Merge from V6_3_BR 15/07/2011

13 years agornc: Modification to take into account the Local Coord. System when selecting a point...
gdd [Thu, 30 Jun 2011 16:16:38 +0000 (16:16 +0000)]
rnc: Modification to take into account the Local Coord. System when selecting a point in the viewer or doing a preview of a point

13 years agornc:
gdd [Thu, 30 Jun 2011 14:49:21 +0000 (14:49 +0000)]
rnc:
- Fixed a small bug in eventFilter that was inoperative (enter didn't cause Apply operation)
- Prepared a mechanism to apply automatically changes in selection mode if needed (the mechanism is disabled for now)

13 years agornc:
gdd [Thu, 30 Jun 2011 07:55:50 +0000 (07:55 +0000)]
rnc:
- Allowed arc and segment creation by selection in the 3D view for the relative selection mode too.
- Added a preview of the center point and the end point when creating an arc by center and end point