Salome HOME
modules/geom.git
13 years agoAdd ExtractShape() function V6_2_0a2
vsr [Thu, 16 Dec 2010 15:56:48 +0000 (15:56 +0000)]
Add ExtractShape() function

13 years agoMantis issue 0020939: To have in the GUI the function GetSharedShapes().
jfa [Thu, 16 Dec 2010 08:15:45 +0000 (08:15 +0000)]
Mantis issue 0020939: To have in the GUI the function GetSharedShapes().

13 years agoMantis issue 0021079: overload a global hypo by a local hypo on subshape identical...
jfa [Wed, 15 Dec 2010 14:41:17 +0000 (14:41 +0000)]
Mantis issue 0021079: overload a global hypo by a local hypo on subshape identical to main shape.

13 years agoMantis issue 0021020: RestoreSubShapes in multi- translation/rotation.
jfa [Wed, 15 Dec 2010 11:43:32 +0000 (11:43 +0000)]
Mantis issue 0021020: RestoreSubShapes in multi- translation/rotation.

13 years agoFix problem in GetIGESUnit() caused by changes in SubShapeAll() function's behavior
vsr [Wed, 15 Dec 2010 09:59:02 +0000 (09:59 +0000)]
Fix problem in GetIGESUnit() caused by changes in SubShapeAll() function's behavior

13 years agoFix make install problem caused by previous integration (builddir variable is not...
vsr [Wed, 15 Dec 2010 08:57:42 +0000 (08:57 +0000)]
Fix make install problem caused by previous integration (builddir variable is not always defined)

13 years ago0021107: EDF 1701 GEOM: deflection value of preferences not taken into account
vsr [Tue, 14 Dec 2010 07:13:38 +0000 (07:13 +0000)]
0021107: EDF 1701 GEOM: deflection value of preferences not taken into account

13 years agoCorrect test script according to the latest changes in the engine
vsr [Mon, 13 Dec 2010 16:22:54 +0000 (16:22 +0000)]
Correct test script according to the latest changes in the engine

13 years agoFor docutils documentation: conf.py should be generated automatically (for version...
vsr [Mon, 13 Dec 2010 14:45:05 +0000 (14:45 +0000)]
For docutils documentation: conf.py should be generated automatically (for version number)

13 years agoIssue 0020980: EDF 1226 GEOM: Detect the Resulting Type by default
vsr [Mon, 13 Dec 2010 09:01:00 +0000 (09:01 +0000)]
Issue 0020980: EDF 1226 GEOM: Detect the Resulting Type by default
Re-implement to avoid regression in existing scripts

13 years agoMerge from V5_1_main 10/12/2010
vsr [Mon, 13 Dec 2010 06:37:03 +0000 (06:37 +0000)]
Merge from V5_1_main 10/12/2010

13 years agoNew attempt to hack libtool: overrride libs search path
vsr [Fri, 10 Dec 2010 15:11:52 +0000 (15:11 +0000)]
New attempt to hack libtool: overrride libs search path

13 years agoRemove debug messages
vsr [Thu, 9 Dec 2010 07:44:47 +0000 (07:44 +0000)]
Remove debug messages

13 years agoFixed a problem with transformations without copy in optimized mode: static variable...
jfa [Thu, 9 Dec 2010 07:17:59 +0000 (07:17 +0000)]
Fixed a problem with transformations without copy in optimized mode: static variable GEOM_Glient is declared and initialized in .cxx now.

13 years agoFix make distcheck problem
vsr [Wed, 8 Dec 2010 14:48:50 +0000 (14:48 +0000)]
Fix make distcheck problem

13 years agoMantis issue 0021092: [CEA] rc3 - non regression test : unpredictable behavior.
jfa [Wed, 8 Dec 2010 14:29:52 +0000 (14:29 +0000)]
Mantis issue 0021092: [CEA] rc3 - non regression test : unpredictable behavior.

13 years ago0020565: EDF 1045 GEOM : Doc Partition Methodology
vsr [Tue, 7 Dec 2010 14:06:52 +0000 (14:06 +0000)]
0020565: EDF 1045 GEOM : Doc Partition Methodology

13 years agoFix problem of displaying sub-objects of the main shape
vsr [Tue, 7 Dec 2010 13:24:27 +0000 (13:24 +0000)]
Fix problem of displaying sub-objects of the main shape

13 years agoFix make distcheck problem
vsr [Tue, 7 Dec 2010 09:09:35 +0000 (09:09 +0000)]
Fix make distcheck problem

13 years agoImprove hack_libtool utility to workaround problems on some Linux configurations V6_2_0a1
vsr [Mon, 6 Dec 2010 13:01:54 +0000 (13:01 +0000)]
Improve hack_libtool utility to workaround problems on some Linux configurations

13 years agoMantis issue 0020939: EDF 1513 GEOM: To have in the GUI the function GetSharedShapes().
jfa [Fri, 3 Dec 2010 11:44:23 +0000 (11:44 +0000)]
Mantis issue 0020939: EDF 1513 GEOM: To have in the GUI the function GetSharedShapes().

13 years ago0021019: EDF 1574 GEOM: Make Common doesn't stop when applied to a corrupted shape.
jfa [Fri, 3 Dec 2010 11:22:19 +0000 (11:22 +0000)]
0021019: EDF 1574 GEOM: Make Common doesn't stop when applied to a corrupted shape.

13 years ago0020442: EDF 1087 GEOM: IGES format
vsr [Thu, 2 Dec 2010 13:45:22 +0000 (13:45 +0000)]
0020442: EDF 1087 GEOM: IGES format
Turn on the non-manifold topology support

13 years agoMerge from V5_1_main 26/11/2010
vsr [Fri, 26 Nov 2010 15:47:04 +0000 (15:47 +0000)]
Merge from V5_1_main 26/11/2010

13 years agoCCAR: GEOM_Client modification to optimize the method find
caremoli [Fri, 26 Nov 2010 11:05:09 +0000 (11:05 +0000)]
CCAR: GEOM_Client modification to optimize the method find
and the method GetShape when a main shape has a lot of subshapes
The way of creation of GEOM_Client has also been changed : now, it's
a singleton object. It is possible to revert to the old creation way
by commenting the #define SINGLE_CLIENT instruction in GEOM_Client.hxx

13 years agoMerge from V5_1_main branch 24/11/2010
vsr [Thu, 25 Nov 2010 12:31:41 +0000 (12:31 +0000)]
Merge from V5_1_main branch 24/11/2010

13 years agoRNC: missing
gdd [Wed, 24 Nov 2010 15:52:40 +0000 (15:52 +0000)]
RNC:  missing

13 years agoReplace CHECK_MPICH by CHECK_MPI
gdd [Wed, 24 Nov 2010 15:24:11 +0000 (15:24 +0000)]
Replace CHECK_MPICH by CHECK_MPI

13 years agoRNC: EDF 1618 Sketcher improvement for arc creation
gdd [Wed, 24 Nov 2010 15:16:13 +0000 (15:16 +0000)]
RNC: EDF 1618 Sketcher improvement for arc creation

13 years agoRNC: EDF 1618 new Qt widgets for skecther GUI
gdd [Wed, 24 Nov 2010 15:11:24 +0000 (15:11 +0000)]
RNC: EDF 1618 new Qt widgets for skecther GUI

13 years agoRNC: EDF 1618 Modified sketcher to allow creation of arcs of circle with the destinat...
gdd [Wed, 24 Nov 2010 15:09:14 +0000 (15:09 +0000)]
RNC: EDF 1618 Modified sketcher to allow creation of arcs of circle with the destination point and the radius or the center of the circle

13 years agoMantis issues 0020939(GetSharedShapes) and 0020842(AllSorted meaning).
jfa [Thu, 18 Nov 2010 12:19:51 +0000 (12:19 +0000)]
Mantis issues 0020939(GetSharedShapes) and 0020842(AllSorted meaning).

13 years agoMantis issues 0020939(GetSharedShapes) and 0020842(AllSorted meaning).
jfa [Thu, 18 Nov 2010 12:14:05 +0000 (12:14 +0000)]
Mantis issues 0020939(GetSharedShapes) and 0020842(AllSorted meaning).

13 years ago0020956: [CEA 421] Problem with ChangeOrientation.
jfa [Fri, 29 Oct 2010 08:21:06 +0000 (08:21 +0000)]
0020956: [CEA 421] Problem with ChangeOrientation.

13 years agoRNC: EDF 1619, Added a constructor with end point for the arcs in the sketcher 2D.
gdd [Thu, 28 Oct 2010 12:21:52 +0000 (12:21 +0000)]
RNC: EDF 1619, Added a constructor with end point for the arcs in the sketcher 2D.

13 years agoMerge from V6_1_BR 07/09/2010
vsr [Tue, 7 Sep 2010 13:00:54 +0000 (13:00 +0000)]
Merge from V6_1_BR 07/09/2010

13 years agoMerge from V5_1_main 10/06/2010 V6_1_0a1 V6_1_0a2
vsr [Thu, 10 Jun 2010 08:25:12 +0000 (08:25 +0000)]
Merge from V5_1_main 10/06/2010

13 years agoChanging version to 6.1.0
inv [Mon, 24 May 2010 11:54:39 +0000 (11:54 +0000)]
Changing version to 6.1.0

14 years agoMerge from V5_1_main branch 14/05/2010
vsr [Fri, 14 May 2010 20:41:49 +0000 (20:41 +0000)]
Merge from V5_1_main branch 14/05/2010

14 years agoMerge from V5_1_main 14/05/2010
vsr [Fri, 14 May 2010 15:15:28 +0000 (15:15 +0000)]
Merge from V5_1_main 14/05/2010

14 years agoMantis issue 0020685: GetShapesOnShape: correct argument theCheckShape description.
jfa [Fri, 19 Feb 2010 12:16:11 +0000 (12:16 +0000)]
Mantis issue 0020685: GetShapesOnShape: correct argument theCheckShape description.

14 years ago0020632: EDF 1173 GEOM : Extrusion with multiple selection
vsr [Thu, 18 Feb 2010 11:11:53 +0000 (11:11 +0000)]
0020632: EDF 1173 GEOM : Extrusion with multiple selection
Additional changes (to set object name in the dialog boxes properly)

14 years ago0020632: EDF 1173 GEOM : Extrusion with multiple selection
vsr [Thu, 18 Feb 2010 11:02:56 +0000 (11:02 +0000)]
0020632: EDF 1173 GEOM : Extrusion with multiple selection
Additional changes (to set object name in the dialog boxes properly)

14 years agoImprove help system
vsr [Wed, 17 Feb 2010 14:55:01 +0000 (14:55 +0000)]
Improve help system

14 years agoerror message correction
dmv [Wed, 17 Feb 2010 10:10:04 +0000 (10:10 +0000)]
error message correction

14 years agocorrections for 0020669
dmv [Wed, 17 Feb 2010 09:42:24 +0000 (09:42 +0000)]
corrections for 0020669

14 years ago0020628: EDF 1144 GEOM : In TUI, need a function to know the orientation of an edge...
dmv [Fri, 12 Feb 2010 14:43:44 +0000 (14:43 +0000)]
0020628: EDF 1144 GEOM : In TUI, need a function to know the orientation of an edge or a wire

14 years agoIssue 20509: EDF 1065 OTHER : Add the Salome version in the header of the dump
vsr [Fri, 12 Feb 2010 08:34:00 +0000 (08:34 +0000)]
Issue 20509: EDF 1065 OTHER : Add the Salome version in the header of the dump

14 years ago0020632: EDF 1173 GEOM : Extrusion with multiple selection
dmv [Fri, 12 Feb 2010 07:17:19 +0000 (07:17 +0000)]
0020632: EDF 1173 GEOM : Extrusion with multiple selection

14 years agoAdditional fix for issue 0020692: Duplicate check_*.m4 between modules.
ouv [Thu, 11 Feb 2010 15:29:59 +0000 (15:29 +0000)]
Additional fix for issue 0020692: Duplicate check_*.m4 between modules.

14 years agodialog resizing corrections
dmv [Thu, 11 Feb 2010 11:43:23 +0000 (11:43 +0000)]
dialog resizing corrections

14 years agoscreen shots corrections
dmv [Thu, 11 Feb 2010 11:40:29 +0000 (11:40 +0000)]
screen shots corrections

14 years ago0020669: EDF 1198 GEOM: creation of vertices at intersection of 1D elements
dmv [Thu, 11 Feb 2010 10:29:04 +0000 (10:29 +0000)]
0020669: EDF 1198 GEOM: creation of vertices at intersection of 1D elements

14 years agoIssue 0020692: Duplicate check_*.m4 between modules.
ouv [Thu, 11 Feb 2010 10:13:13 +0000 (10:13 +0000)]
Issue 0020692: Duplicate check_*.m4 between modules.

14 years agoImprove Help menu management
adv [Mon, 8 Feb 2010 08:34:53 +0000 (08:34 +0000)]
Improve Help menu management

14 years agoIPAL21558 In Group creation dialog, selection of sub-shapes in OB, viewer and dialog...
dmv [Fri, 5 Feb 2010 09:40:56 +0000 (09:40 +0000)]
IPAL21558 In Group creation dialog, selection of sub-shapes in OB, viewer and dialog is not well syncronized

14 years agoIPAL21558 In Group creation dialog, selection of sub-shapes in OB, viewer and dialog...
dmv [Fri, 5 Feb 2010 09:29:39 +0000 (09:29 +0000)]
IPAL21558 In Group creation dialog, selection of sub-shapes in OB, viewer and dialog is not well syncronized

14 years agoAdditional fix for issue 0020626: EDF 1200 GEOM: the discretisation of the circles...
ouv [Wed, 3 Feb 2010 11:05:16 +0000 (11:05 +0000)]
Additional fix for issue 0020626: EDF 1200 GEOM: the discretisation of the circles in the OCC viewer is too rough

14 years ago0020624: EDF 1155 GEOM : Ergonomics of the "Creation Group" dialog box
dmv [Tue, 2 Feb 2010 11:01:19 +0000 (11:01 +0000)]
0020624: EDF 1155 GEOM : Ergonomics of the "Creation Group" dialog box

14 years ago0020677: EDF 1219 GEOM: MinDistance gives 0 instead of 20.88
dmv [Mon, 1 Feb 2010 10:26:17 +0000 (10:26 +0000)]
0020677: EDF 1219 GEOM: MinDistance gives 0 instead of 20.88

14 years agoMantis issue 0020626: EDF 1200 GEOM: the discretisation of the circles in the OCC...
jfa [Fri, 29 Jan 2010 14:07:33 +0000 (14:07 +0000)]
Mantis issue 0020626: EDF 1200 GEOM: the discretisation of the circles in the OCC viewer is too rough.

14 years agoFix pb with point on edges intersection.
jfa [Thu, 28 Jan 2010 08:56:39 +0000 (08:56 +0000)]
Fix pb with point on edges intersection.

14 years agohelp example mistake PARAVIS_29012010
dmv [Wed, 27 Jan 2010 13:20:19 +0000 (13:20 +0000)]
help example mistake

14 years agoIssue 0020667: [CEA 391] Bug during HXX2SALOME compo compil when one directory instal...
ouv [Tue, 26 Jan 2010 13:10:51 +0000 (13:10 +0000)]
Issue 0020667: [CEA 391] Bug during HXX2SALOME compo compil when one directory installation

14 years ago0020660: EDF 1238 GEOM: Missing equivalent of 2nd contructor of LCS in TUI
dmv [Tue, 26 Jan 2010 12:05:38 +0000 (12:05 +0000)]
0020660: EDF 1238 GEOM: Missing equivalent of 2nd contructor of LCS in TUI

14 years agoMantis issue 0020662: MakeGlueFaces produces an invalid shape. A fix by PKV.
jfa [Fri, 22 Jan 2010 11:43:34 +0000 (11:43 +0000)]
Mantis issue 0020662: MakeGlueFaces produces an invalid shape. A fix by PKV.

14 years agoMantis issue 0020659: EDF 1239 GEOM: ChangeOrientation does not change the orientatio...
jfa [Thu, 21 Jan 2010 12:37:29 +0000 (12:37 +0000)]
Mantis issue 0020659: EDF 1239 GEOM: ChangeOrientation does not change the orientation of edges.

14 years ago0020654: [CEA 386] GetType() function: additional changes
vsr [Thu, 21 Jan 2010 06:48:29 +0000 (06:48 +0000)]
0020654: [CEA 386] GetType() function: additional changes

14 years ago0020654: [CEA 386] GetType() function
dmv [Wed, 20 Jan 2010 13:08:18 +0000 (13:08 +0000)]
0020654: [CEA 386] GetType() function

14 years ago0020654: [CEA 386] GetType() function
dmv [Tue, 19 Jan 2010 15:09:43 +0000 (15:09 +0000)]
0020654: [CEA 386] GetType() function

14 years ago0020602: EDF 1183 GEOM: Bounding values VS point coordinates
dmv [Tue, 19 Jan 2010 14:42:57 +0000 (14:42 +0000)]
0020602: EDF 1183 GEOM: Bounding values VS point coordinates

14 years ago0020660: EDF 1238 GEOM: Missing equivalent of 2nd contructor of LCS in TUI
dmv [Tue, 19 Jan 2010 08:21:42 +0000 (08:21 +0000)]
0020660: EDF 1238 GEOM: Missing equivalent of 2nd contructor of LCS in TUI

14 years agoTest Others script error
dmv [Tue, 19 Jan 2010 07:33:55 +0000 (07:33 +0000)]
Test Others script error

14 years agoChanges for bug 20662.
skl [Mon, 18 Jan 2010 12:20:30 +0000 (12:20 +0000)]
Changes for bug 20662.

14 years agoMantis issue 0020658: EDF 1241 GEOM: Propagate: impossible to select a face in GUI...
jfa [Fri, 15 Jan 2010 11:13:17 +0000 (11:13 +0000)]
Mantis issue 0020658: EDF 1241 GEOM: Propagate: impossible to select a face in GUI. Allow FACEs and SHELLs.

14 years agoMantis issue 0020508: EDF 1059 GEOM : Selection of a group in Suppress Faces.
jfa [Thu, 14 Jan 2010 12:36:02 +0000 (12:36 +0000)]
Mantis issue 0020508: EDF 1059 GEOM : Selection of a group in Suppress Faces.

14 years agoMantis issue 0020508: EDF 1059 GEOM : Selection of a group in Suppress Faces.
jfa [Thu, 14 Jan 2010 11:33:46 +0000 (11:33 +0000)]
Mantis issue 0020508: EDF 1059 GEOM : Selection of a group in Suppress Faces.

14 years agoMantis issue 0020508: EDF 1059 GEOM : Selection of a group in Suppress Faces.
jfa [Thu, 14 Jan 2010 09:45:03 +0000 (09:45 +0000)]
Mantis issue 0020508: EDF 1059 GEOM : Selection of a group in Suppress Faces.

14 years agoMantis issue 0020599: additional fix.
jfa [Tue, 12 Jan 2010 10:31:16 +0000 (10:31 +0000)]
Mantis issue 0020599: additional fix.

14 years agoMantis issue 0020626: the discretisation of the circles in the OCC viewer is too...
jfa [Wed, 30 Dec 2009 14:16:06 +0000 (14:16 +0000)]
Mantis issue 0020626: the discretisation of the circles in the OCC viewer is too rough.

14 years agoMantis issue 0020599: Creation of a quadrangle face from 2 edges: SIGSEGV. A fix...
jfa [Wed, 30 Dec 2009 12:56:21 +0000 (12:56 +0000)]
Mantis issue 0020599: Creation of a quadrangle face from 2 edges: SIGSEGV. A fix by Julia GERASIMOVA.

14 years agoMantis issue 0020626: the discretisation of the circles in the OCC viewer is too...
jfa [Wed, 30 Dec 2009 09:28:34 +0000 (09:28 +0000)]
Mantis issue 0020626: the discretisation of the circles in the OCC viewer is too rough.

14 years ago0020081: EDF 886 GEOM : GetShapesOnCylinderWithLocation function in TUI BR_FSH_DEV V6_0_0
eap [Mon, 28 Dec 2009 07:41:33 +0000 (07:41 +0000)]
0020081: EDF 886 GEOM : GetShapesOnCylinderWithLocation function in TUI

+    ListOfGO GetShapesOnCylinderWithLocation (in GEOM_Object theShape,

14 years agountabify
eap [Fri, 25 Dec 2009 11:28:58 +0000 (11:28 +0000)]
untabify

14 years agoMantis issue 0020626: the discretisation of the circles in the OCC viewer is too...
jfa [Fri, 25 Dec 2009 09:40:11 +0000 (09:40 +0000)]
Mantis issue 0020626: the discretisation of the circles in the OCC viewer is too rough. Use StdPrs_WFDeflectionShape instead of StdPrs_WFShape.

14 years agoChanges for bug 20589 from Mantis.
skl [Mon, 21 Dec 2009 11:45:05 +0000 (11:45 +0000)]
Changes for bug 20589 from Mantis.

14 years agoMerge from BR_PARAVIS_DEV 17/12/2009
vsr [Fri, 18 Dec 2009 14:07:47 +0000 (14:07 +0000)]
Merge from BR_PARAVIS_DEV 17/12/2009

14 years ago0020619: Union list regression ?
jfa [Thu, 17 Dec 2009 12:31:16 +0000 (12:31 +0000)]
0020619: Union list regression ?

14 years agountabify
jfa [Thu, 17 Dec 2009 09:56:12 +0000 (09:56 +0000)]
untabify

14 years agountabify
jfa [Thu, 17 Dec 2009 09:49:14 +0000 (09:49 +0000)]
untabify

14 years agoMantis issue 0020589: EDF 1171 GEOM : Check compound of blocks: crash.
jfa [Thu, 17 Dec 2009 09:43:45 +0000 (09:43 +0000)]
Mantis issue 0020589: EDF 1171 GEOM : Check compound of blocks: crash.

14 years agoMantis issue 0020599. Add GEOM_ARC_ELLIPSE and some others.
jfa [Thu, 17 Dec 2009 09:38:23 +0000 (09:38 +0000)]
Mantis issue 0020599. Add GEOM_ARC_ELLIPSE and some others.

14 years agoChanges for bug 20589 from Mantis.
skl [Fri, 11 Dec 2009 12:53:51 +0000 (12:53 +0000)]
Changes for bug 20589 from Mantis.

14 years agoIPAL21354 Deleting of referenced father object doesn't work.
dmv [Thu, 10 Dec 2009 14:15:54 +0000 (14:15 +0000)]
IPAL21354 Deleting of referenced father object doesn't work.

14 years agoMerge from BR_phase16 branch (09/12/09)
vsr [Wed, 9 Dec 2009 13:26:30 +0000 (13:26 +0000)]
Merge from BR_phase16 branch (09/12/09)

14 years agoMantis issues 0020573 and 0020603: Partition problems. A fix by Peter KURNEV.
jfa [Wed, 9 Dec 2009 12:21:17 +0000 (12:21 +0000)]
Mantis issues 0020573 and 0020603: Partition problems. A fix by Peter KURNEV.

14 years agoMerge from V5_1_3_BR branch (07/12/09)
vsr [Tue, 8 Dec 2009 12:05:55 +0000 (12:05 +0000)]
Merge from V5_1_3_BR branch (07/12/09)

14 years ago0020598: EDF 1191 GEOM : Creation of hexa block from two faces
dmv [Thu, 3 Dec 2009 14:07:48 +0000 (14:07 +0000)]
0020598: EDF 1191 GEOM : Creation of hexa block from two faces

14 years agoIPAL21497 Crash in Bounding Box Information dialog box when C++ container is in stand...
dmv [Thu, 3 Dec 2009 13:29:19 +0000 (13:29 +0000)]
IPAL21497 Crash in Bounding Box Information dialog box when C++ container is in standalone mode

14 years ago0020604: EDF 1172 GEOM : Result of boolean operations, a null compound is not a corre...
dmv [Tue, 1 Dec 2009 08:35:20 +0000 (08:35 +0000)]
0020604: EDF 1172 GEOM : Result of boolean operations, a null compound is not a correct result