Salome HOME
modules/geom.git
10 years ago0022227: [CEA 827] Building a surface from a cloud of points
eap [Wed, 3 Jul 2013 10:55:18 +0000 (10:55 +0000)]
0022227: [CEA 827] Building a surface from a cloud of points

Restore def MakeSmoothingSurface() removed by mistake

10 years ago0022227: [CEA 827] Building a surface from a cloud of points
eap [Wed, 3 Jul 2013 10:54:43 +0000 (10:54 +0000)]
0022227: [CEA 827] Building a surface from a cloud of points

1) fix GetCreationInformation()
2) remove debug output

10 years ago0022227: [CEA 827] Building a surface from a cloud of points
eap [Wed, 3 Jul 2013 10:53:48 +0000 (10:53 +0000)]
0022227: [CEA 827] Building a surface from a cloud of points

10 years agoMantis issue 0022237: Study dump produces a Python code containing syntax errors
jfa [Mon, 1 Jul 2013 06:40:44 +0000 (06:40 +0000)]
Mantis issue 0022237: Study dump produces a Python code containing syntax errors

10 years agoImplementation of 0021855: EDF 2321 GEOM : Add folders to group objects in the object...
akl [Fri, 28 Jun 2013 08:18:20 +0000 (08:18 +0000)]
Implementation of 0021855: EDF 2321 GEOM : Add folders to group objects in the object browser.

10 years ago0021684: EDF 2221 : Display the arguments and the name of the operations
eap [Thu, 27 Jun 2013 13:27:28 +0000 (13:27 +0000)]
0021684: EDF 2221 : Display the arguments and the name of the operations

Print a warning of not implemented GEOM_BaseDriver::GetCreationInformation()

10 years ago0021934: Delete the internal faces of an object.
eap [Thu, 27 Jun 2013 12:49:25 +0000 (12:49 +0000)]
0021934: Delete the internal faces of an object.

Implement GetCreationInformation()

10 years agoMantis issue 0021934: Delete the internal faces of an object. Correction to avoid...
jfa [Mon, 24 Jun 2013 11:47:08 +0000 (11:47 +0000)]
Mantis issue 0021934: Delete the internal faces of an object. Correction to avoid errors on not suitable arguments.

10 years agoAdd English translations to unfinished ones
eap [Fri, 21 Jun 2013 10:36:01 +0000 (10:36 +0000)]
Add English translations to unfinished ones

10 years agocontext unclosed
ctn [Fri, 21 Jun 2013 09:34:51 +0000 (09:34 +0000)]
context unclosed

10 years agoFrench translation update for IMP concerning bounding box exact computation.
fahed [Fri, 21 Jun 2013 09:14:29 +0000 (09:14 +0000)]
French translation update for IMP concerning bounding box exact computation.

10 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

10 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

10 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

10 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

10 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();

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

10 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();

10 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);

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

10 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

10 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

10 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,

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

10 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

10 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);

10 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

10 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();

10 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 \

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

10 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

10 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();

10 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

10 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();

10 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 \

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

10 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

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

10 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

10 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

10 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.

10 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

10 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

10 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

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

10 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

10 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

10 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

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

10 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

10 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

10 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

10 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

10 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

10 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