Salome HOME
modules/geom.git
19 years agoMPV: Porting to the Python 2.3 and higher: Python includes must be before Qt includes... V2_2_3
mpv [Tue, 26 Apr 2005 10:07:58 +0000 (10:07 +0000)]
MPV: Porting to the Python 2.3 and higher: Python includes must be before Qt includes: Python contains "slots" field, redefined in the Qt.

19 years agoIncrement version number (2.2.3)
vsr [Mon, 25 Apr 2005 09:11:47 +0000 (09:11 +0000)]
Increment version number (2.2.3)

19 years agoPAL8379: add in geompy.py a function for filtering edges by length.
jfa [Mon, 11 Apr 2005 07:11:46 +0000 (07:11 +0000)]
PAL8379: add in geompy.py a function for filtering edges by length.

19 years agoPAL8378: fix a bug in Partition algorithm
jfa [Mon, 11 Apr 2005 05:55:25 +0000 (05:55 +0000)]
PAL8378: fix a bug in Partition algorithm

19 years agoPAL8264: fixed regression in Partition algorithm
jfa [Mon, 11 Apr 2005 05:55:11 +0000 (05:55 +0000)]
PAL8264: fixed regression in Partition algorithm

19 years agoFix PAL8562: rpath (rpath-link) option needs parameter - directory to search shared...
vsr [Fri, 8 Apr 2005 05:26:50 +0000 (05:26 +0000)]
Fix PAL8562: rpath (rpath-link) option needs parameter - directory to search shared objects in.

19 years agoChange version number to 2.2.2 V2_2_2
vsr [Fri, 25 Mar 2005 12:55:11 +0000 (12:55 +0000)]
Change version number to 2.2.2

19 years agoFix RemoveExtraEdges() to obtain valid shapes. Fix done by SKL.
jfa [Wed, 23 Mar 2005 07:31:43 +0000 (07:31 +0000)]
Fix RemoveExtraEdges() to obtain valid shapes. Fix done by SKL.

19 years agoPAL8395: Fix pb. with bug2extraEdges.py
jfa [Tue, 22 Mar 2005 09:24:45 +0000 (09:24 +0000)]
PAL8395: Fix pb. with bug2extraEdges.py

19 years agoPAL8376
vsr [Thu, 17 Mar 2005 14:00:41 +0000 (14:00 +0000)]
PAL8376

19 years agoPAL8376
vsr [Thu, 17 Mar 2005 13:53:29 +0000 (13:53 +0000)]
PAL8376

19 years agoPAL8395: Improve CheckCompoundOfBlocks and RemoveExtraEdges. Improvement done by...
jfa [Wed, 16 Mar 2005 12:55:58 +0000 (12:55 +0000)]
PAL8395: Improve CheckCompoundOfBlocks and RemoveExtraEdges. Improvement done by SKL.

19 years agoUpdate version number : 2.2.1 V2_2_1
vsr [Tue, 1 Mar 2005 14:12:08 +0000 (14:12 +0000)]
Update version number : 2.2.1

19 years agoUpdate the GUI documentation for GEOM module V2_2_1rc
vsr [Tue, 1 Mar 2005 11:04:42 +0000 (11:04 +0000)]
Update the GUI documentation for GEOM module

19 years agoPAL7158: Multi translation/rotation has been enabled on sub-shapes
jfa [Tue, 1 Mar 2005 08:50:33 +0000 (08:50 +0000)]
PAL7158: Multi translation/rotation has been enabled on sub-shapes

19 years agoFix for PAL8309(now, if the ctrl key is pressed, the input coordinates function(by...
mzn [Mon, 28 Feb 2005 13:15:14 +0000 (13:15 +0000)]
Fix for PAL8309(now, if the ctrl key is pressed, the input coordinates function(by mouse clicking in the viewer) should be disabled in the "Point Construction" dialog).

19 years agoPAL7715: Unfriendly message after Glue Faces V2_2_0 V2_2_0b4
jfa [Mon, 14 Feb 2005 09:00:39 +0000 (09:00 +0000)]
PAL7715: Unfriendly message after Glue Faces

19 years agoIsCompoundOfBlocks() and CheckCompoundOfBlocks() services were changed: return-value...
asv [Fri, 4 Feb 2005 07:06:29 +0000 (07:06 +0000)]
IsCompoundOfBlocks() and CheckCompoundOfBlocks() services were changed: return-value parameter was made first.  It is required by Supervisor dynamic interface invokation mechanism.

19 years agoPAL7968. Two new functions implemented: UnionList() and DifferenceList().
jfa [Fri, 4 Feb 2005 06:55:40 +0000 (06:55 +0000)]
PAL7968. Two new functions implemented: UnionList() and DifferenceList().

19 years agoPAL7924: Meaningfull error message provided
jfa [Wed, 2 Feb 2005 14:28:35 +0000 (14:28 +0000)]
PAL7924: Meaningfull error message provided

19 years agoPAL7508: Development of new block functionalities. GetInPlace() now works for the...
jfa [Wed, 2 Feb 2005 12:38:58 +0000 (12:38 +0000)]
PAL7508: Development of new block functionalities. GetInPlace() now works for the case of solids.

19 years agoPAL6487
san [Wed, 2 Feb 2005 11:58:25 +0000 (11:58 +0000)]
PAL6487

19 years agoFix PAL7557: Allow 'Display Only' popup menu command for the 'Geometry' component... V2_2_0b2
vsr [Tue, 1 Feb 2005 14:25:46 +0000 (14:25 +0000)]
Fix PAL7557: Allow 'Display Only' popup menu command for the 'Geometry' component object.

19 years agoPAL7508: Development of new block functionalities. Allow find SOLIDs by GetShapesOn...
jfa [Tue, 1 Feb 2005 11:13:59 +0000 (11:13 +0000)]
PAL7508: Development of new block functionalities. Allow find SOLIDs by GetShapesOn<xxx>() functions.

19 years agoPAL7508: Development of new block functionalities. Implement GetShapesOn<xxx>() funct...
jfa [Tue, 1 Feb 2005 11:12:57 +0000 (11:12 +0000)]
PAL7508: Development of new block functionalities. Implement GetShapesOn<xxx>() functions for case of SOLID. Done by PKV.

19 years agoImprove RemoveExtraEdges() function. Fix done by SKL.
jfa [Tue, 1 Feb 2005 11:12:39 +0000 (11:12 +0000)]
Improve RemoveExtraEdges() function. Fix done by SKL.

19 years agoPAL7508: Development of GetInPlace() functionality
jfa [Thu, 27 Jan 2005 15:22:36 +0000 (15:22 +0000)]
PAL7508: Development of GetInPlace() functionality

19 years agoChange comments style in geompy.py for right processing with HappyDoc
jfa [Thu, 27 Jan 2005 14:49:28 +0000 (14:49 +0000)]
Change comments style in geompy.py for right processing with HappyDoc

19 years agoPAL7815: now RemoveExtraEdges() does not break initial shape
jfa [Thu, 27 Jan 2005 12:44:38 +0000 (12:44 +0000)]
PAL7815: now RemoveExtraEdges() does not break initial shape

19 years agoApply patch from Paul Rascle (correction of make procedure)
vsr [Tue, 25 Jan 2005 13:39:25 +0000 (13:39 +0000)]
Apply patch from Paul Rascle (correction of make procedure)

19 years agoProvide more precise error message
jfa [Tue, 25 Jan 2005 06:20:25 +0000 (06:20 +0000)]
Provide more precise error message

19 years agoFix problem with GetShapesOnCylinder: CRASH, when result can not be obtained
jfa [Tue, 25 Jan 2005 06:19:13 +0000 (06:19 +0000)]
Fix problem with GetShapesOnCylinder: CRASH, when result can not be obtained

19 years agoPAL7768
san [Mon, 24 Jan 2005 16:12:57 +0000 (16:12 +0000)]
PAL7768

19 years agoPAL7768
san [Mon, 24 Jan 2005 16:05:56 +0000 (16:05 +0000)]
PAL7768

19 years agoPAL7768
san [Mon, 24 Jan 2005 16:00:40 +0000 (16:00 +0000)]
PAL7768

19 years agoPAL7508. Correct behaviour of GetShapesOnPlane().
jfa [Fri, 21 Jan 2005 10:44:46 +0000 (10:44 +0000)]
PAL7508. Correct behaviour of GetShapesOnPlane().

19 years agoPAL7508. Update implementation of GetShapesOn<xxx>() functions.
jfa [Fri, 21 Jan 2005 09:16:41 +0000 (09:16 +0000)]
PAL7508. Update implementation of GetShapesOn<xxx>() functions.

19 years agoPAL7441. Pb with MakePartition. Fix done by PKV.
jfa [Fri, 21 Jan 2005 09:09:45 +0000 (09:09 +0000)]
PAL7441. Pb with MakePartition. Fix done by PKV.

19 years agoModify the version number of SALOME: 2.2.0.
vsr [Fri, 21 Jan 2005 07:35:32 +0000 (07:35 +0000)]
Modify the version number of SALOME: 2.2.0.

19 years agoPAL7529
san [Thu, 20 Jan 2005 14:23:35 +0000 (14:23 +0000)]
PAL7529

19 years agoModify the version number of SALOME: 2.2.0.
vsr [Thu, 20 Jan 2005 14:20:30 +0000 (14:20 +0000)]
Modify the version number of SALOME: 2.2.0.
Correct component comment info (PAL7712).

19 years agoCorrect misprinting in the dialog box (PAL7528)
vsr [Thu, 20 Jan 2005 14:18:40 +0000 (14:18 +0000)]
Correct misprinting in the dialog box (PAL7528)

19 years agoPAL7770
san [Thu, 20 Jan 2005 14:15:21 +0000 (14:15 +0000)]
PAL7770

19 years agoPAL7360
san [Thu, 20 Jan 2005 14:11:08 +0000 (14:11 +0000)]
PAL7360

19 years agoMerge with OCC_development_01 V2_2_0a1
admin [Thu, 20 Jan 2005 06:24:17 +0000 (06:24 +0000)]
Merge with OCC_development_01

19 years agoMerge with OCC-V2_1_0_deb
admin [Fri, 17 Dec 2004 11:18:33 +0000 (11:18 +0000)]
Merge with OCC-V2_1_0_deb

19 years agoMerge with version on tag OCC-V2_1_0d V2_1_0b1
admin [Wed, 1 Dec 2004 10:39:14 +0000 (10:39 +0000)]
Merge with version on tag OCC-V2_1_0d

19 years agoDCQ: prepare V2.0.0
yfr [Mon, 19 Jul 2004 14:36:32 +0000 (14:36 +0000)]
DCQ: prepare V2.0.0

19 years agoDCQ: prepare V2.0.0
yfr [Mon, 19 Jul 2004 14:23:52 +0000 (14:23 +0000)]
DCQ: prepare V2.0.0

19 years agoDCQ: prepare V2.0.0
yfr [Mon, 19 Jul 2004 13:53:49 +0000 (13:53 +0000)]
DCQ: prepare V2.0.0

19 years agoDCQ : Transparency on icons. V2_0_0b1
dcq [Mon, 28 Jun 2004 11:23:54 +0000 (11:23 +0000)]
DCQ : Transparency on icons.

19 years agoDCQ : Merge with Ecole_Ete_a6.
dcq [Wed, 16 Jun 2004 15:45:26 +0000 (15:45 +0000)]
DCQ : Merge with Ecole_Ete_a6.

19 years agoDCQ : Merge with Ecole_Ete_a6.
dcq [Wed, 16 Jun 2004 15:24:55 +0000 (15:24 +0000)]
DCQ : Merge with Ecole_Ete_a6.

20 years agoDCQ : Co-localisation V1_4_1
dcq [Fri, 26 Mar 2004 15:09:49 +0000 (15:09 +0000)]
DCQ : Co-localisation

20 years agoDCQ : Add Multi-Wire for MakeFace
dcq [Mon, 22 Mar 2004 17:02:07 +0000 (17:02 +0000)]
DCQ : Add Multi-Wire for MakeFace

20 years agoDCQ : Add Multi-Wire for MakeFace
dcq [Mon, 22 Mar 2004 16:36:41 +0000 (16:36 +0000)]
DCQ : Add Multi-Wire for MakeFace

20 years agoNRI : 1.4.0 version V1_4_0 V1_4_0b1
nri [Fri, 30 Jan 2004 12:21:08 +0000 (12:21 +0000)]
NRI : 1.4.0 version

20 years agoDCQ : Clean up code
dcq [Fri, 30 Jan 2004 09:45:01 +0000 (09:45 +0000)]
DCQ : Clean up code

20 years agoDCQ : Debug Transparency
dcq [Fri, 30 Jan 2004 09:43:33 +0000 (09:43 +0000)]
DCQ : Debug Transparency

20 years agoMPV: Merge V1_2d
smh [Wed, 28 Jan 2004 14:08:37 +0000 (14:08 +0000)]
MPV: Merge V1_2d

20 years agoyfr : test new cvs bases
yfr [Mon, 19 Jan 2004 12:43:12 +0000 (12:43 +0000)]
yfr : test new cvs bases

20 years agoNRI : bug KERNEL5014 fixed.
nri [Wed, 14 Jan 2004 09:23:18 +0000 (09:23 +0000)]
NRI : bug KERNEL5014 fixed.

20 years agoDCQ : New Architecture V1_3_1
dcq [Thu, 8 Jan 2004 09:37:43 +0000 (09:37 +0000)]
DCQ : New Architecture

20 years agoDCQ : New Architecture
dcq [Wed, 7 Jan 2004 15:46:21 +0000 (15:46 +0000)]
DCQ : New Architecture

20 years agoNRI : 1_3_0 version. V1_3_0
nri [Mon, 24 Nov 2003 10:04:45 +0000 (10:04 +0000)]
NRI : 1_3_0 version.

20 years agoNRI : Update images. V1_3_0_b2
nri [Thu, 20 Nov 2003 12:34:05 +0000 (12:34 +0000)]
NRI : Update images.

20 years agoNRI : Add static directory.
nri [Thu, 20 Nov 2003 12:05:05 +0000 (12:05 +0000)]
NRI : Add static directory.

20 years agoNRI : Generate TreeView.
nri [Thu, 20 Nov 2003 12:04:28 +0000 (12:04 +0000)]
NRI : Generate TreeView.

20 years agoNRI : Remove old file.
nri [Thu, 20 Nov 2003 12:03:36 +0000 (12:03 +0000)]
NRI : Remove old file.

20 years agoNRI : Add HTML documentation.
nri [Thu, 20 Nov 2003 12:03:15 +0000 (12:03 +0000)]
NRI : Add HTML documentation.

20 years agoNRI : Don't search *.in in adm_local directory.
nri [Thu, 6 Nov 2003 16:33:45 +0000 (16:33 +0000)]
NRI : Don't search *.in in adm_local directory.

20 years agoNRI : add LICENCE file
nri [Thu, 6 Nov 2003 11:36:31 +0000 (11:36 +0000)]
NRI : add LICENCE file

20 years agoNRI : Merge BRANCH_V1_2c
nri [Tue, 4 Nov 2003 11:18:44 +0000 (11:18 +0000)]
NRI : Merge BRANCH_V1_2c

20 years agoNRI : Merge BRANCH_V1_2c
nri [Tue, 4 Nov 2003 10:36:56 +0000 (10:36 +0000)]
NRI : Merge BRANCH_V1_2c

20 years agoNRI : Remove bad file.
nri [Mon, 13 Oct 2003 14:58:35 +0000 (14:58 +0000)]
NRI : Remove bad file.

20 years agoThis commit was generated by cvs2git to track changes on a CVS vendor
nri [Mon, 13 Oct 2003 14:55:19 +0000 (14:55 +0000)]
This commit was generated by cvs2git to track changes on a CVS vendor
branch.

20 years agosources v1.2c
nri [Mon, 13 Oct 2003 14:55:19 +0000 (14:55 +0000)]
sources v1.2c

20 years agoNRI : RedHat 9 compatibility (M. Tajchman).
nri [Thu, 2 Oct 2003 16:15:40 +0000 (16:15 +0000)]
NRI : RedHat 9 compatibility (M. Tajchman).

20 years agoNRI : INSTALL file defined into SALOME2_PRODUCTION_CYCLE document.
nri [Fri, 26 Sep 2003 14:19:56 +0000 (14:19 +0000)]
NRI : INSTALL file defined into SALOME2_PRODUCTION_CYCLE document.

20 years agoDCQ : GetIORFromString bug correction
yfr [Wed, 24 Sep 2003 07:33:22 +0000 (07:33 +0000)]
DCQ : GetIORFromString bug correction

20 years agoNRI : Export GEOM_shared_modules.py.
nri [Thu, 17 Jul 2003 07:14:07 +0000 (07:14 +0000)]
NRI : Export GEOM_shared_modules.py.

20 years agoNRI : force import GEOM.
nri [Wed, 16 Jul 2003 15:54:32 +0000 (15:54 +0000)]
NRI : force import GEOM.

20 years agoNRI : Force import GEOM.
nri [Wed, 16 Jul 2003 07:57:24 +0000 (07:57 +0000)]
NRI : Force import GEOM.

20 years agoNRI : Merge from V1_2.
nri [Fri, 11 Jul 2003 07:30:57 +0000 (07:30 +0000)]
NRI : Merge from V1_2.

20 years agoNRI : Merge from V1_2.
nri [Thu, 10 Jul 2003 14:28:33 +0000 (14:28 +0000)]
NRI : Merge from V1_2.

20 years agoNRI : bad merge.
nri [Wed, 9 Jul 2003 15:11:49 +0000 (15:11 +0000)]
NRI : bad merge.

20 years agoNRI : Merge from V1_2.
nri [Wed, 9 Jul 2003 15:01:54 +0000 (15:01 +0000)]
NRI : Merge from V1_2.

20 years agosources v1.2
nri [Wed, 9 Jul 2003 14:59:42 +0000 (14:59 +0000)]
sources v1.2

20 years agoNRI : Merge from V1_2.
nri [Wed, 9 Jul 2003 14:50:35 +0000 (14:50 +0000)]
NRI : Merge from V1_2.

20 years agoNRI : Merge from V1_2.
nri [Wed, 9 Jul 2003 14:44:57 +0000 (14:44 +0000)]
NRI : Merge from V1_2.

20 years agoNRI : Merge from V1_2.
nri [Wed, 9 Jul 2003 14:33:44 +0000 (14:33 +0000)]
NRI : Merge from V1_2.

20 years agoNRI : Merge from V1_2.
nri [Wed, 9 Jul 2003 14:14:01 +0000 (14:14 +0000)]
NRI : Merge from V1_2.

20 years agosources v1.2
nri [Wed, 9 Jul 2003 09:33:50 +0000 (09:33 +0000)]
sources v1.2

20 years agosources v1.2
nri [Wed, 9 Jul 2003 09:21:59 +0000 (09:21 +0000)]
sources v1.2

20 years agoNRI : Bad merge
nri [Wed, 9 Jul 2003 08:28:22 +0000 (08:28 +0000)]
NRI : Bad merge

20 years agoNRI : Bad merge
nri [Wed, 9 Jul 2003 08:17:18 +0000 (08:17 +0000)]
NRI : Bad merge

20 years agosources v1.2
nri [Wed, 9 Jul 2003 07:30:56 +0000 (07:30 +0000)]
sources v1.2

20 years agoThis commit was generated by cvs2git to track changes on a CVS vendor
nri [Wed, 9 Jul 2003 07:30:56 +0000 (07:30 +0000)]
This commit was generated by cvs2git to track changes on a CVS vendor
branch.

20 years agoPR: avoids unnecessary compilation after regeneration of SALOMEconfig.h, with gcc3.2
prascle [Thu, 12 Jun 2003 10:38:56 +0000 (10:38 +0000)]
PR: avoids unnecessary compilation after regeneration of SALOMEconfig.h, with gcc3.2

20 years agoNRI : Restore SALOMEconfig.h instead of GEOMconfig.h.
nri [Wed, 28 May 2003 16:22:04 +0000 (16:22 +0000)]
NRI : Restore SALOMEconfig.h instead of GEOMconfig.h.