Salome HOME
modules/geom.git
11 years agoSynchronizing with GEOM_msg_en.ts
eap [Fri, 21 Jun 2013 08:56:46 +0000 (08:56 +0000)]
Synchronizing with GEOM_msg_en.ts

11 years ago0022077: EDF 2272 : Selection with the Paraview interaction mode in GEOM/SMESH
mpa [Thu, 20 Jun 2013 05:18:19 +0000 (05:18 +0000)]
0022077: EDF 2272 : Selection with the Paraview interaction mode in GEOM/SMESH

11 years ago0022232: [CEA 837] Memory corruption in GEOM/SMESH that leads to segfault on debian64
eap [Wed, 19 Jun 2013 14:28:05 +0000 (14:28 +0000)]
0022232: [CEA 837] Memory corruption in GEOM/SMESH that leads to segfault on debian64
Fix
==7374== Invalid read of size 8
==7374==    at 0x6B1F53F: TCollection_BasicMapIterator::Next() (in libTKernel.so.0.0.0)
==7374==    by 0x3A120D3A: GEOMAlgo_Builder::FillInternalShapes() (GEOMAlgo_Builder_3.cxx:717)

- in FillInternalShapes() fix removal of map items while iteration through the map

11 years ago0022232: [CEA 837] Memory corruption in GEOM/SMESH that leads to segfault on debian64
eap [Wed, 19 Jun 2013 14:25:16 +0000 (14:25 +0000)]
0022232: [CEA 837] Memory corruption in GEOM/SMESH that leads to segfault on debian64

Fix "Mismatched free() / delete / delete []" valgrind error
- fix GEOM_Object_i::GetName() as GEOM_Object::GetName() now returns TCollection_AsciiString

11 years ago0022232: [CEA 837] Memory corruption in GEOM/SMESH that leads to segfault on debian64
eap [Wed, 19 Jun 2013 14:23:50 +0000 (14:23 +0000)]
0022232: [CEA 837] Memory corruption in GEOM/SMESH that leads to segfault on debian64

Fix "Mismatched free() / delete / delete []" valgrind error

-  Standard_EXPORT char* GetName();
+  Standard_EXPORT TCollection_AsciiString GetName();

11 years agoFix complilation problem
vsr [Tue, 18 Jun 2013 08:15:47 +0000 (08:15 +0000)]
Fix complilation problem

11 years ago0021684: EDF 2221 : Display the arguments and the name of the operations
eap [Mon, 17 Jun 2013 12:52:22 +0000 (12:52 +0000)]
0021684: EDF 2221 : Display the arguments and the name of the operations

+  struct CreationInformation
+  {
+    string     operationName;
+    Parameters params;
+  };

  interface GEOM_Object : SALOME::GenericObj
  {
+    CreationInformation GetCreationInformation();

11 years ago0021684: EDF 2221 : Display the arguments and the name of the operations
eap [Mon, 17 Jun 2013 12:51:09 +0000 (12:51 +0000)]
0021684: EDF 2221 : Display the arguments and the name of the operations

-class GEOM_SubShapeDriver : public TFunction_Driver {
+class GEOM_SubShapeDriver : public GEOM_BaseDriver {

+  bool GetCreationInformation(std::string&             theOperationName,
+                              std::vector<GEOM_Param>& params);

11 years agountabify
eap [Mon, 17 Jun 2013 12:50:10 +0000 (12:50 +0000)]
untabify

11 years ago0021684: EDF 2221 : Display the arguments and the name of the operations
eap [Mon, 17 Jun 2013 12:49:52 +0000 (12:49 +0000)]
0021684: EDF 2221 : Display the arguments and the name of the operations

In MakeCurveParametric(), store creation parameters using GEOMImpl_ICurveParametric

11 years ago0021684: EDF 2221 : Display the arguments and the name of the operations
eap [Mon, 17 Jun 2013 12:49:23 +0000 (12:49 +0000)]
0021684: EDF 2221 : Display the arguments and the name of the operations

In GetShapesOnShapeAsCompound(), store creation parameters using GEOMImpl_IShapes

11 years ago- Standard_EXPORT bool GetOperatorParameters( const std::string theOperation,
eap [Mon, 17 Jun 2013 12:48:13 +0000 (12:48 +0000)]
-  Standard_EXPORT bool GetOperatorParameters( const std::string theOperation,
+  Standard_EXPORT bool GetOperatorParameters( const std::string& theOperation,

11 years ago-#include <GEOMImpl_CopyDriver.hxx>
eap [Mon, 17 Jun 2013 12:47:32 +0000 (12:47 +0000)]
-#include <GEOMImpl_CopyDriver.hxx>

11 years ago0021684: EDF 2221 : Display the arguments and the name of the operations
eap [Mon, 17 Jun 2013 12:46:38 +0000 (12:46 +0000)]
0021684: EDF 2221 : Display the arguments and the name of the operations

 #define EDGE_CURVE_LENGTH   12
+#define SHAPES_ON_SHAPE     13

-#define SHAPES_ON_SHAPE 1

11 years ago0021684: EDF 2221 : Display the arguments and the name of the operations
eap [Mon, 17 Jun 2013 12:44:32 +0000 (12:44 +0000)]
0021684: EDF 2221 : Display the arguments and the name of the operations

+ virtual bool GetCreationInformation(std::string&             theOperationName,
+                                     std::vector<GEOM_Param>& params);

11 years agofix some warnings at doc generation
eap [Mon, 17 Jun 2013 12:42:48 +0000 (12:42 +0000)]
fix some warnings at doc generation

11 years ago0021684: EDF 2221 : Display the arguments and the name of the operations
eap [Mon, 17 Jun 2013 12:42:04 +0000 (12:42 +0000)]
0021684: EDF 2221 : Display the arguments and the name of the operations

+  virtual GEOM::CreationInformation* GetCreationInformation();

11 years ago0021684: EDF 2221 : Display the arguments and the name of the operations
eap [Mon, 17 Jun 2013 12:41:01 +0000 (12:41 +0000)]
0021684: EDF 2221 : Display the arguments and the name of the operations

+ GEOMImpl_ICurveParametric.hxx \

11 years agounused variable
eap [Mon, 17 Jun 2013 12:39:59 +0000 (12:39 +0000)]
unused variable

11 years ago0021684: EDF 2221 : Display the arguments and the name of the operations
eap [Mon, 17 Jun 2013 12:39:35 +0000 (12:39 +0000)]
0021684: EDF 2221 : Display the arguments and the name of the operations

11 years ago0021684: EDF 2221 : Display the arguments and the name of the operations
eap [Mon, 17 Jun 2013 12:39:23 +0000 (12:39 +0000)]
0021684: EDF 2221 : Display the arguments and the name of the operations

+  void                        updateCreationInfo();

11 years ago0021684: EDF 2221 : Display the arguments and the name of the operations
eap [Mon, 17 Jun 2013 12:34:18 +0000 (12:34 +0000)]
0021684: EDF 2221 : Display the arguments and the name of the operations

+ GEOMGUI_CreationInfoWdg.cxx

11 years ago0021684: EDF 2221 : Display the arguments and the name of the operations
eap [Mon, 17 Jun 2013 12:19:23 +0000 (12:19 +0000)]
0021684: EDF 2221 : Display the arguments and the name of the operations

+  //Returns a driver creator of this object
+  Standard_EXPORT Handle(TFunction_Driver) GetCreationDriver();

11 years ago0021684: EDF 2221 : Display the arguments and the name of the operations
eap [Mon, 17 Jun 2013 12:18:52 +0000 (12:18 +0000)]
0021684: EDF 2221 : Display the arguments and the name of the operations

+ GEOM_BaseDriver.cxx \

11 years agountabify
eap [Mon, 17 Jun 2013 12:15:50 +0000 (12:15 +0000)]
untabify

11 years ago0021684: EDF 2221 : Display the arguments and the name of the operations
eap [Mon, 17 Jun 2013 12:09:31 +0000 (12:09 +0000)]
0021684: EDF 2221 : Display the arguments and the name of the operations

11 years agofix compilation warnings
eap [Mon, 17 Jun 2013 12:09:15 +0000 (12:09 +0000)]
fix compilation warnings

11 years ago0021835: EDF 2070 GEOM : Problem with detecting Self-intersections
skv [Mon, 17 Jun 2013 07:20:09 +0000 (07:20 +0000)]
0021835: EDF 2070 GEOM : Problem with detecting Self-intersections

11 years agoMantis issue 0021934: Delete the internal faces of an object
jfa [Fri, 14 Jun 2013 12:20:21 +0000 (12:20 +0000)]
Mantis issue 0021934: Delete the internal faces of an object

11 years agoTo represent Origin and base Vectors in the object browser correctly.
akl [Fri, 14 Jun 2013 11:46:28 +0000 (11:46 +0000)]
To represent Origin and base Vectors in the object browser correctly.

11 years ago0021935: [CEA 696] Possibility to delete an object even if it was used before to...
vsr [Fri, 14 Jun 2013 11:15:54 +0000 (11:15 +0000)]
0021935: [CEA 696] Possibility to delete an object even if it was used before to create another one
Fix error in message

11 years ago0021934: [CEA 694] Delete the internal faces of a object.
vsr [Mon, 10 Jun 2013 09:00:22 +0000 (09:00 +0000)]
0021934: [CEA 694] Delete the internal faces of a object.
Part 1: algorithm

11 years agoMantis issue 0022227: Integration request: Building a surface from a cloud of points
jfa [Mon, 10 Jun 2013 08:28:09 +0000 (08:28 +0000)]
Mantis issue 0022227: Integration request: Building a surface from a cloud of points

11 years agoMantis issues 0022209 and 0022227
jfa [Mon, 10 Jun 2013 08:14:30 +0000 (08:14 +0000)]
Mantis issues 0022209 and 0022227

11 years agoMantis issue 0022209: Warn the user when he does a bad selection in the create group...
jfa [Mon, 10 Jun 2013 08:13:27 +0000 (08:13 +0000)]
Mantis issue 0022209: Warn the user when he does a bad selection in the create group dialog

11 years ago0021866: [CEA 670] Returning exact coordinates of the bounding box
skv [Thu, 6 Jun 2013 06:45:17 +0000 (06:45 +0000)]
0021866: [CEA 670] Returning exact coordinates of the bounding box

11 years ago0022220: EDF 2656 GEOM: Wireframe display mode when selecting sub-shapes with Explode
vsr [Thu, 30 May 2013 09:56:12 +0000 (09:56 +0000)]
0022220: EDF 2656 GEOM: Wireframe display mode when selecting sub-shapes with Explode

11 years agoMinor correction
vsr [Wed, 29 May 2013 16:28:10 +0000 (16:28 +0000)]
Minor correction

11 years ago0022088: EDF 1631 GEOM : 2D sketcher interface
vsr [Wed, 29 May 2013 16:27:24 +0000 (16:27 +0000)]
0022088: EDF 1631 GEOM : 2D sketcher interface

11 years ago0021935: [CEA 696] Possibility to delete an object even if it was used before to...
vsr [Mon, 27 May 2013 15:19:08 +0000 (15:19 +0000)]
0021935: [CEA 696] Possibility to delete an object even if it was used before to create another one

11 years agoUpdate translation files for isses 22094, 22178, 22179
vsr [Mon, 27 May 2013 13:30:19 +0000 (13:30 +0000)]
Update translation files for isses 22094, 22178, 22179

11 years ago0022179: [CEA 800] Suppress common edges on two continuous faces without using "Remov...
vsr [Mon, 27 May 2013 12:32:47 +0000 (12:32 +0000)]
0022179: [CEA 800] Suppress common edges on two continuous faces without using "RemoveExtraEdges"
Update images and icons

11 years ago0022178: [CEA 798] Sewing: Make option NonManifoldMode available in GEOM
vsr [Mon, 27 May 2013 10:59:54 +0000 (10:59 +0000)]
0022178: [CEA 798] Sewing: Make option NonManifoldMode available in GEOM

11 years ago0022081: EDF 2386 GEOM: Union of a list of objects
vsr [Mon, 27 May 2013 10:55:06 +0000 (10:55 +0000)]
0022081: EDF 2386 GEOM: Union of a list of objects
Update doc images

11 years ago0022178: [CEA 798] Sewing: Make option NonManifoldMode available in GEOM
skv [Fri, 24 May 2013 10:40:50 +0000 (10:40 +0000)]
0022178: [CEA 798] Sewing: Make option NonManifoldMode available in GEOM

11 years ago0022179: [CEA 800] Suppress common edges on two continuous faces without using Remove...
skv [Fri, 24 May 2013 08:52:30 +0000 (08:52 +0000)]
0022179: [CEA 800] Suppress common edges on two continuous faces without using RemoveExtraEdges

11 years ago0021866: [CEA 670] Returning exact coordinates of the bounding box
skv [Thu, 23 May 2013 12:53:40 +0000 (12:53 +0000)]
0021866: [CEA 670] Returning exact coordinates of the bounding box

11 years ago0022094: EDF GEOM 2438 : Pipe T-Shape publish the group of internal surfaces
skv [Thu, 23 May 2013 10:53:45 +0000 (10:53 +0000)]
0022094: EDF GEOM 2438 : Pipe T-Shape publish the group of internal surfaces

11 years ago0022081: EDF 2386 GEOM: Union of a list of objects
skv [Thu, 23 May 2013 06:42:48 +0000 (06:42 +0000)]
0022081: EDF 2386 GEOM: Union of a list of objects

11 years agoFix of INT PAL 0051918: Pipe T-Shape - preview is not updated on Thickness reduction tab
akl [Tue, 21 May 2013 08:13:45 +0000 (08:13 +0000)]
Fix of INT PAL 0051918: Pipe T-Shape - preview is not updated on Thickness reduction tab

11 years agoFix typo V7_2_1_BR V7_2_0 V7_2_0_public V7_2_0rc1 V7_2_0rc2
vsr [Thu, 18 Apr 2013 11:12:00 +0000 (11:12 +0000)]
Fix typo

11 years agoUpdate translations
gdd [Thu, 18 Apr 2013 08:39:44 +0000 (08:39 +0000)]
Update translations

11 years agoUpdate documentation for 7.2.0
vsr [Wed, 17 Apr 2013 16:05:53 +0000 (16:05 +0000)]
Update documentation for 7.2.0

11 years agoUpdate documentation for 7.2.0
vsr [Wed, 17 Apr 2013 15:23:36 +0000 (15:23 +0000)]
Update documentation for 7.2.0

11 years agoFix cmake compilation problem.
rnv [Wed, 17 Apr 2013 11:04:20 +0000 (11:04 +0000)]
Fix cmake compilation problem.

11 years agoCorrect documentation
vsr [Wed, 17 Apr 2013 10:43:10 +0000 (10:43 +0000)]
Correct documentation

11 years agoFix problem that user material database is not watched by resource manager when file...
vsr [Wed, 17 Apr 2013 09:26:00 +0000 (09:26 +0000)]
Fix problem that user material database is not watched by resource manager when file is first time created.

11 years agoPR: Spelling
prascle [Tue, 16 Apr 2013 14:03:21 +0000 (14:03 +0000)]
PR: Spelling

11 years agoPR: Deprecation Warning more precise
prascle [Tue, 16 Apr 2013 13:47:46 +0000 (13:47 +0000)]
PR: Deprecation Warning more precise

11 years agoPR: improve documentation on scripts adaptation to V7
prascle [Sat, 13 Apr 2013 19:46:48 +0000 (19:46 +0000)]
PR: improve documentation on scripts adaptation to V7

11 years agoPR: dump correction when sudies from older versions are loaded
prascle [Fri, 12 Apr 2013 15:28:08 +0000 (15:28 +0000)]
PR: dump correction when sudies from older versions are loaded

11 years agoIncrement version to 7.2.0
vsr [Fri, 12 Apr 2013 15:24:10 +0000 (15:24 +0000)]
Increment version to 7.2.0

11 years agoMerge from V6_main 12/04/2013
vsr [Fri, 12 Apr 2013 14:01:18 +0000 (14:01 +0000)]
Merge from V6_main 12/04/2013

11 years agoPR: update documentation for script migration
prascle [Thu, 11 Apr 2013 15:16:14 +0000 (15:16 +0000)]
PR: update documentation for script migration

11 years agoIssue 0051777: TC7.2.0: Element could not be selected in Hypothesis Construction.
ouv [Thu, 11 Apr 2013 11:07:26 +0000 (11:07 +0000)]
Issue 0051777: TC7.2.0: Element could not be selected in Hypothesis Construction.

11 years agoPR: dump function must write GEOM.xxx instead of geompy.GEOM.xxx
prascle [Thu, 11 Apr 2013 08:43:00 +0000 (08:43 +0000)]
PR: dump function must write GEOM.xxx instead of geompy.GEOM.xxx

11 years agoPR: geom must be a true singleton
prascle [Wed, 10 Apr 2013 14:06:25 +0000 (14:06 +0000)]
PR: geom must be a true singleton

11 years agoUsing HTML_EXTRA_STYLESHEET instead of HTML_STYLESHEET to use default style and custo...
akl [Wed, 10 Apr 2013 08:33:27 +0000 (08:33 +0000)]
Using HTML_EXTRA_STYLESHEET instead of HTML_STYLESHEET to use default style and customize the header and footer only.

11 years agoPR: improve compatibilty with old scripts
prascle [Tue, 9 Apr 2013 14:51:29 +0000 (14:51 +0000)]
PR: improve compatibilty with old scripts

11 years agoImprove documentation
vsr [Mon, 8 Apr 2013 14:45:11 +0000 (14:45 +0000)]
Improve documentation

11 years agoImprove documentation
vsr [Mon, 8 Apr 2013 13:56:35 +0000 (13:56 +0000)]
Improve documentation

11 years agoImprove documentation
vsr [Mon, 8 Apr 2013 13:39:58 +0000 (13:39 +0000)]
Improve documentation

11 years agoRemove documentation in triple double quotes in Python script to avoid it in generate...
vsr [Fri, 5 Apr 2013 16:00:35 +0000 (16:00 +0000)]
Remove documentation in triple double quotes in Python script to avoid it in generated pages.

11 years agoRemove documentation in triple double quotes in Python script to avoid it in generate...
vsr [Fri, 5 Apr 2013 15:18:48 +0000 (15:18 +0000)]
Remove documentation in triple double quotes in Python script to avoid it in generated pages.

11 years agoRemove documentation in triple double quotes in Python script to avoid it in generate...
akl [Fri, 5 Apr 2013 11:33:20 +0000 (11:33 +0000)]
Remove documentation in triple double quotes in Python script to avoid it in generated pages.

11 years agoMerge from BR_plugins_pbyacs 03/04/2013
vsr [Thu, 4 Apr 2013 07:06:43 +0000 (07:06 +0000)]
Merge from BR_plugins_pbyacs 03/04/2013

11 years agoIPAL0051856: Basic Properties of a hidden edges V7_2_0b1
mpa [Mon, 1 Apr 2013 13:35:35 +0000 (13:35 +0000)]
IPAL0051856: Basic Properties of a hidden edges

11 years agoMerge from V6_main 01/04/2013
vsr [Mon, 1 Apr 2013 12:25:01 +0000 (12:25 +0000)]
Merge from V6_main 01/04/2013

11 years ago0022095: EDF 2358 GEOM: Add 'Create group' in the contextual menu of OCC viewer
jfa [Tue, 26 Mar 2013 09:37:44 +0000 (09:37 +0000)]
0022095: EDF 2358 GEOM: Add 'Create group' in the contextual menu of OCC viewer

11 years agoFix detection of GEOM groups for structural elements
barate [Wed, 20 Mar 2013 16:55:12 +0000 (16:55 +0000)]
Fix detection of GEOM groups for structural elements

11 years agoSet dev tag back to 1 V7_2_0a1
vsr [Wed, 20 Mar 2013 11:14:33 +0000 (11:14 +0000)]
Set dev tag back to 1

11 years agoIncrement version of 7.1.0 V7_1_0
vsr [Wed, 20 Mar 2013 09:30:30 +0000 (09:30 +0000)]
Increment version of 7.1.0

11 years agoMerge from V6_main 19/03/2013
vsr [Tue, 19 Mar 2013 16:15:54 +0000 (16:15 +0000)]
Merge from V6_main 19/03/2013

11 years agoMerge from V6_main 15/03/2013
vsr [Fri, 15 Mar 2013 14:28:11 +0000 (14:28 +0000)]
Merge from V6_main 15/03/2013

11 years ago'SUFFIXES' is not needed after previous fix.
akl [Thu, 7 Mar 2013 14:42:29 +0000 (14:42 +0000)]
'SUFFIXES' is not needed after previous fix.
Correction of misprint (:: => :).

11 years agoMerge from V6_main 06/03/2013
vsr [Thu, 7 Mar 2013 11:07:32 +0000 (11:07 +0000)]
Merge from V6_main 06/03/2013

11 years agoMerge from V6_main 06/03/2013
vsr [Wed, 6 Mar 2013 13:56:49 +0000 (13:56 +0000)]
Merge from V6_main 06/03/2013

11 years agoproblem on parallel make of idl files V7_1_0b1
vtn [Mon, 4 Mar 2013 12:31:16 +0000 (12:31 +0000)]
problem on parallel make of idl files

11 years agoMerge from BR_PORTING_VTK6 01/03/2013
vsr [Fri, 1 Mar 2013 13:10:52 +0000 (13:10 +0000)]
Merge from BR_PORTING_VTK6 01/03/2013

11 years agoMerge from V6_main 28/02/2013
vsr [Thu, 28 Feb 2013 14:00:05 +0000 (14:00 +0000)]
Merge from V6_main 28/02/2013

11 years agoMerge from V6_main 11/02/2013
vsr [Tue, 12 Feb 2013 11:35:16 +0000 (11:35 +0000)]
Merge from V6_main 11/02/2013

11 years agoMerge from V6_main 13/12/2012 BR_KERNEL_REFACTORING V7_1_0_pre
vsr [Thu, 13 Dec 2012 08:40:36 +0000 (08:40 +0000)]
Merge from V6_main 13/12/2012

11 years agoFix for new imports : no restriction on the length of the FORMAT string (ILMAB project)
ngo [Wed, 28 Nov 2012 15:00:04 +0000 (15:00 +0000)]
Fix for new imports : no restriction on the length of the FORMAT string (ILMAB project)

11 years agoMerge from V6_main (04/10/2012) V7_0_0 V7_0_0rc1
vsr [Mon, 8 Oct 2012 11:16:36 +0000 (11:16 +0000)]
Merge from V6_main (04/10/2012)

11 years agoIncrement version number (prepare SALOME version 7.0.0)
inv [Wed, 15 Aug 2012 10:44:17 +0000 (10:44 +0000)]
Increment version number (prepare SALOME version 7.0.0)

11 years agoMerge from V6_main_20120808 08Aug12
vsr [Thu, 9 Aug 2012 07:58:02 +0000 (07:58 +0000)]
Merge from V6_main_20120808 08Aug12

14 years agoFix documentation problems (reported as doxygen warnings)
vsr [Wed, 11 Nov 2009 15:33:29 +0000 (15:33 +0000)]
Fix documentation problems (reported as doxygen warnings)

15 years agoUpdate from BR_V5_DEV 13Feb2009
jfa [Fri, 13 Feb 2009 12:16:39 +0000 (12:16 +0000)]
Update from BR_V5_DEV 13Feb2009

16 years agoJoin modifications from BR_Dev_For_4_0 tag V4_1_1.
jfa [Fri, 7 Mar 2008 07:45:34 +0000 (07:45 +0000)]
Join modifications from BR_Dev_For_4_0 tag V4_1_1.

18 years agoFix problem with table of contents resizing V3_2_0
jfa [Tue, 6 Jun 2006 12:35:18 +0000 (12:35 +0000)]
Fix problem with table of contents resizing