Salome HOME
modules/geom.git
17 years agoFix for bug PAL13958(iso don't run (regressive bug)). V3_2_3_PkvImpr V3_2_3 V3_2_3pre4 V3_2_3pre5
mzn [Fri, 24 Nov 2006 13:52:20 +0000 (13:52 +0000)]
Fix for bug PAL13958(iso don't run (regressive bug)).

17 years agoImprovement of partition.
skl [Thu, 23 Nov 2006 13:44:54 +0000 (13:44 +0000)]
Improvement of partition.

17 years agoCorrected for new version of PartitionAlgo.
skl [Tue, 21 Nov 2006 12:54:22 +0000 (12:54 +0000)]
Corrected for new version of PartitionAlgo.

17 years agoFix method name V3_2_3pre2
jfa [Thu, 9 Nov 2006 14:22:20 +0000 (14:22 +0000)]
Fix method name

17 years agoUpdated for new method MakePartitionNonSelfIntersectedShape
jfa [Thu, 9 Nov 2006 14:21:33 +0000 (14:21 +0000)]
Updated for new method MakePartitionNonSelfIntersectedShape

17 years agoUpdate for new version of PartitionAlgo.
skl [Thu, 9 Nov 2006 13:59:01 +0000 (13:59 +0000)]
Update for new version of PartitionAlgo.

17 years agoUpdate documentation for Partition and RotationThreePnt.
jfa [Fri, 3 Nov 2006 13:41:01 +0000 (13:41 +0000)]
Update documentation for Partition and RotationThreePnt.

17 years agoPAL12612: Partition failed. Fix: set approximation parameter of boolean operation...
jfa [Fri, 3 Nov 2006 09:05:46 +0000 (09:05 +0000)]
PAL12612: Partition failed. Fix: set approximation parameter of boolean operation SECTION to 'true' to have smooth BSpline curves for new edges, where analytic curve is not possible.

17 years agoUpdate test for new version of PartitionAlgo.
skl [Fri, 3 Nov 2006 08:04:09 +0000 (08:04 +0000)]
Update test for new version of PartitionAlgo.

17 years agoUpdate test for new version of PartitionAlgo. V3_2_3pre1
skl [Thu, 2 Nov 2006 06:01:31 +0000 (06:01 +0000)]
Update test for new version of PartitionAlgo.

17 years agoNew version of PartitionAlgo.
skl [Thu, 2 Nov 2006 05:59:42 +0000 (05:59 +0000)]
New version of PartitionAlgo.

17 years agoFix for bug IPAL13750(View of icons in Construction by Extrusion is identical for...
mzn [Wed, 1 Nov 2006 14:50:15 +0000 (14:50 +0000)]
Fix for bug IPAL13750(View of icons in Construction by Extrusion is identical for different options: Vector or 2 Points).

17 years agoMistakes in operation of "Rotation" dialog box(free points mode) corrected
epa [Wed, 1 Nov 2006 12:27:51 +0000 (12:27 +0000)]
Mistakes in operation of "Rotation" dialog box(free points mode) corrected

17 years agoNew version of PartitionAlgo.
skl [Wed, 1 Nov 2006 08:02:49 +0000 (08:02 +0000)]
New version of PartitionAlgo.

17 years agoNew version of PartitionAlgo.
skl [Tue, 31 Oct 2006 13:56:22 +0000 (13:56 +0000)]
New version of PartitionAlgo.

17 years agoNew version of PartitionAlgo.
skl [Tue, 31 Oct 2006 13:47:09 +0000 (13:47 +0000)]
New version of PartitionAlgo.

17 years agoChange version to 3.2.3
jfa [Mon, 30 Oct 2006 14:52:35 +0000 (14:52 +0000)]
Change version to 3.2.3

17 years agoPAL 11107 - Make a rotation given an object and 3 points
epa [Fri, 27 Oct 2006 08:52:22 +0000 (08:52 +0000)]
PAL 11107 - Make a rotation given an object and 3 points

17 years agoPAL 11107 - Make a rotation given an object and 3 points
epa [Fri, 27 Oct 2006 08:39:40 +0000 (08:39 +0000)]
PAL 11107 - Make a rotation given an object and 3 points

17 years agoFix for IPAL13693(Execution of "GEOM_blocks.py" is failed).
mzn [Thu, 26 Oct 2006 09:11:54 +0000 (09:11 +0000)]
Fix for IPAL13693(Execution of "GEOM_blocks.py" is failed).

17 years agoCorrected by vsv for bug PAL13610.
skl [Wed, 25 Oct 2006 13:04:41 +0000 (13:04 +0000)]
Corrected by vsv for bug PAL13610.

17 years agoScripts update concerninig the smesh.py interface redesign.
mzn [Fri, 20 Oct 2006 12:04:02 +0000 (12:04 +0000)]
Scripts update concerninig the smesh.py interface redesign.

17 years agoProblem fixed: it's impossible to delete object which are used for another object...
maintenance team [Mon, 9 Oct 2006 07:07:32 +0000 (07:07 +0000)]
Problem fixed: it's impossible to delete object which are used for another object creation

17 years agoUse CORBA::string_dup instead of strdup to avoid memory problems. Suppress redundant...
jfa [Wed, 4 Oct 2006 15:20:32 +0000 (15:20 +0000)]
Use CORBA::string_dup instead of strdup to avoid memory problems. Suppress redundant string duplications.

17 years agoMPV: fix for nug IPAL13251
mpv [Tue, 3 Oct 2006 08:52:10 +0000 (08:52 +0000)]
MPV: fix for nug IPAL13251
"Mandriva64 porting: SIGSEGV during partition"

myDS->Shape and myDS->GetShape methods is very dangerous to use in the equations like the next:

const TopoDS_Face& aFace = TopoDS::Faces(myDS->Shape(anIndex));

because this reference can be invalid after the next command execution:

myDS->InsertShapeAndAncestorsSuccessors(...)

This command some times deletes old shapes from internal array to make bigger array.

17 years agoUpdate for gcc4.1
maintenance team [Fri, 29 Sep 2006 11:52:08 +0000 (11:52 +0000)]
Update for gcc4.1

17 years agoPAL10867: noexcepthandler option in GUI not working. Disable signals catching.
jfa [Thu, 28 Sep 2006 08:18:06 +0000 (08:18 +0000)]
PAL10867: noexcepthandler option in GUI not working. Disable signals catching.

17 years agoImplement improvement PAL13394: disk building from circle
rnv [Wed, 27 Sep 2006 11:17:03 +0000 (11:17 +0000)]
Implement improvement PAL13394: disk building from circle

17 years agoImplement improvement PAL9905: Incoherence in the GEOM API
rnv [Wed, 27 Sep 2006 11:04:58 +0000 (11:04 +0000)]
Implement improvement PAL9905: Incoherence in the GEOM API

17 years agoFix for bug 13476: Common of two compounds produce 10 compounds, 9 of which are empty.
jfa [Tue, 26 Sep 2006 11:35:38 +0000 (11:35 +0000)]
Fix for bug 13476: Common of two compounds produce 10 compounds, 9 of which are empty.

17 years agoUpdate for gcc 4.1.1
maintenance team [Tue, 26 Sep 2006 07:58:38 +0000 (07:58 +0000)]
Update for gcc 4.1.1

17 years agoFix for bug PAL13475(Wrong selection of objects after Display/Erase from Python conso...
mzn [Thu, 21 Sep 2006 13:16:53 +0000 (13:16 +0000)]
Fix for bug PAL13475(Wrong selection of objects after Display/Erase from Python console/module).

17 years agoBUG IPAL13407: Fixed
maintenance team [Wed, 20 Sep 2006 13:06:43 +0000 (13:06 +0000)]
BUG IPAL13407: Fixed

17 years agoPAL13412: EDF286: GEOM Sketcher: Apply is selected if we click on Y.
jfa [Tue, 19 Sep 2006 13:41:11 +0000 (13:41 +0000)]
PAL13412: EDF286: GEOM Sketcher: Apply is selected if we click on Y.

17 years agoUpdate spin-boxes step (in active dialogs) on change of corresponding preference.
jfa [Tue, 19 Sep 2006 13:38:56 +0000 (13:38 +0000)]
Update spin-boxes step (in active dialogs) on change of corresponding preference.

17 years agoPAL13411: EDF285: Error while importing ellipses.py. Fix regresion of Boolean operati...
jfa [Thu, 7 Sep 2006 08:59:04 +0000 (08:59 +0000)]
PAL13411: EDF285: Error while importing ellipses.py. Fix regresion of Boolean operations on case of non-3d arguments.

17 years agoPAL13375: batch with scripts based upon smesh.py and geompy.py. Init salome in geompy.py.
jfa [Thu, 7 Sep 2006 06:33:53 +0000 (06:33 +0000)]
PAL13375: batch with scripts based upon smesh.py and geompy.py. Init salome in geompy.py.

17 years agoBug PAL12904 (slow display with geompy). UpdateViewer() method implementation.
mzn [Tue, 5 Sep 2006 13:06:16 +0000 (13:06 +0000)]
Bug PAL12904 (slow display with geompy). UpdateViewer() method implementation.

17 years agoPAL13380 EDF PAL278 : line driver failed but OK via GUI. Error message precised. V3_2_2pre
jfa [Mon, 4 Sep 2006 12:24:10 +0000 (12:24 +0000)]
PAL13380 EDF PAL278 : line driver failed but OK via GUI. Error message precised.

17 years agoJoin modifications from branch BR_For_OCT_611: migration to OCCT6.1.1 with new except...
jfa [Mon, 4 Sep 2006 11:33:22 +0000 (11:33 +0000)]
Join modifications from branch BR_For_OCT_611: migration to OCCT6.1.1 with new exception handling and improved threads support.

17 years agoFix bug 13341: geompy.SubShapeAllSortedIDs() works wrong.
jfa [Thu, 31 Aug 2006 12:29:31 +0000 (12:29 +0000)]
Fix bug 13341: geompy.SubShapeAllSortedIDs() works wrong.

17 years agoReplace long name of TOC entry on a shorter one.
jfa [Thu, 31 Aug 2006 10:30:34 +0000 (10:30 +0000)]
Replace long name of TOC entry on a shorter one.

17 years agoPAL12470: Cannot use boolean operations on COMPOUNDs and COMPSOLIDs. Fix FUSE regression.
jfa [Wed, 30 Aug 2006 06:24:58 +0000 (06:24 +0000)]
PAL12470: Cannot use boolean operations on COMPOUNDs and COMPSOLIDs. Fix FUSE regression.

17 years agoPAL12470: Cannot use boolean operations on COMPOUNDs and COMPSOLIDs. Workaround OCCT...
jfa [Tue, 29 Aug 2006 14:57:56 +0000 (14:57 +0000)]
PAL12470: Cannot use boolean operations on COMPOUNDs and COMPSOLIDs. Workaround OCCT limitation, performing boolean operations on sub-shapes and then gathering results in a compound.

17 years agoImproved fix for bug PAL12858 (EDF210 GEOM Preferences menu of GEOM: color of the...
mzn [Tue, 29 Aug 2006 12:08:41 +0000 (12:08 +0000)]
Improved fix for bug  PAL12858 (EDF210 GEOM Preferences menu of GEOM: color of the wireframe?).

17 years agoCorrected for IPAL13224.
skl [Tue, 29 Aug 2006 12:07:54 +0000 (12:07 +0000)]
Corrected for IPAL13224.

17 years agoImproved fix for bug PAL12858 (EDF210 GEOM Preferences menu of GEOM: color of the...
mzn [Tue, 29 Aug 2006 12:04:48 +0000 (12:04 +0000)]
Improved fix for bug PAL12858 (EDF210 GEOM Preferences menu of GEOM: color of the wireframe?).

17 years agoCorrect ChangeOrientationShellCopy method to really make a copy of an object.
jfa [Mon, 28 Aug 2006 15:19:21 +0000 (15:19 +0000)]
Correct ChangeOrientationShellCopy method to really make a copy of an object.

17 years agoPAL13271 EDF258 GEOM: build of a box with 2 points: operation aborted
maintenance team [Mon, 28 Aug 2006 11:53:38 +0000 (11:53 +0000)]
PAL13271 EDF258 GEOM: build of a box with 2 points: operation aborted
GUI documentation has been updated

17 years agoFix for bug PAL12858(EDF210 GEOM Preferences menu of GEOM: color of the wireframe...
mzn [Fri, 25 Aug 2006 14:07:00 +0000 (14:07 +0000)]
Fix for bug PAL12858(EDF210 GEOM Preferences menu of GEOM: color of the wireframe?) Define the initial values for colors.

17 years agoFix for bug PAL12858(EDF210 GEOM Preferences menu of GEOM: color of the wireframe?)
mzn [Fri, 25 Aug 2006 14:05:16 +0000 (14:05 +0000)]
Fix for bug PAL12858(EDF210 GEOM Preferences menu of GEOM: color of the wireframe?)

17 years agoIntegration of improvements,proposed in PAL12405
akk [Fri, 25 Aug 2006 10:37:25 +0000 (10:37 +0000)]
Integration of improvements,proposed in PAL12405

17 years agoIncrement version number: 3.2.2
vsr [Fri, 25 Aug 2006 07:07:04 +0000 (07:07 +0000)]
Increment version number: 3.2.2

17 years agoWrap all methods of GEOM_I_Superv component, which are invoked from factory
mkr [Thu, 24 Aug 2006 09:00:36 +0000 (09:00 +0000)]
Wrap all methods of GEOM_I_Superv component, which are invoked from factory
nodes in Supervisor, with beginService(...) and endService(...) functions
(see bug PAL13256).

17 years agoUpdate table of contents: add reference to Python documentation.
mkr [Tue, 22 Aug 2006 08:02:05 +0000 (08:02 +0000)]
Update table of contents: add reference to Python documentation.

17 years agoPAL12755: EDF: SALOME frozen with Load Script and a Python Module. Improve fix to... For_OCT_611
jfa [Wed, 16 Aug 2006 10:23:59 +0000 (10:23 +0000)]
PAL12755: EDF: SALOME frozen with Load Script and a Python Module. Improve fix to not catch exceptions.

17 years agoPAL12755: EDF: SALOME frozen with Load Script and a Python Module. Additional fix.
jfa [Tue, 15 Aug 2006 09:50:00 +0000 (09:50 +0000)]
PAL12755: EDF: SALOME frozen with Load Script and a Python Module. Additional fix.

17 years agoPAL13091: dump study echec. Correctly remove all sub-objects on removal of main object.
jfa [Fri, 11 Aug 2006 11:33:49 +0000 (11:33 +0000)]
PAL13091: dump study echec. Correctly remove all sub-objects on removal of main object.

17 years agoFix for bug IPAL13032 : To update help documentation page about "CheckShape()" function.
mkr [Fri, 11 Aug 2006 07:53:24 +0000 (07:53 +0000)]
Fix for bug IPAL13032 : To update help documentation page about "CheckShape()" function.

17 years agoFix for bug IPAL11446 : Is it correct: "SALOME PRO" on the background of TUI document...
mkr [Fri, 11 Aug 2006 07:10:02 +0000 (07:10 +0000)]
Fix for bug IPAL11446 : Is it correct: "SALOME PRO" on the background of TUI documentation? => remove unnecessary files from the version.

17 years agoAllow some blocks operations on other shapes (get face from a shell).
jfa [Thu, 10 Aug 2006 11:15:11 +0000 (11:15 +0000)]
Allow some blocks operations on other shapes (get face from a shell).

17 years agoFix bug 13058: 'Remove webs' functionality works incorrectly.
jfa [Thu, 10 Aug 2006 10:19:40 +0000 (10:19 +0000)]
Fix bug 13058: 'Remove webs' functionality works incorrectly.

17 years agoPAL13117: Bug in RemoveObject method.
jfa [Thu, 3 Aug 2006 11:17:55 +0000 (11:17 +0000)]
PAL13117: Bug in RemoveObject method.

17 years agoCorrection for bug IPAL13044.
skl [Thu, 3 Aug 2006 07:28:18 +0000 (07:28 +0000)]
Correction for bug IPAL13044.

17 years agoFix for bug PAL13107 ( EDF248 - GEOM - UpdateViewer on python functions ).
mzn [Wed, 2 Aug 2006 14:24:25 +0000 (14:24 +0000)]
Fix for bug  PAL13107 ( EDF248 - GEOM - UpdateViewer on python functions ).

17 years agoCorrection for bug IPAL13044.
skl [Wed, 2 Aug 2006 08:59:29 +0000 (08:59 +0000)]
Correction for bug IPAL13044.

17 years agoPAL12781: EDF: different results between WPL and LCS. Update user documentation accor...
jfa [Tue, 1 Aug 2006 07:08:38 +0000 (07:08 +0000)]
PAL12781: EDF: different results between WPL and LCS. Update user documentation according to changes in GUI.

17 years agoPAL12781: EDF: different result between WPL and LCS. Correct label in WPL constructio...
jfa [Mon, 31 Jul 2006 11:07:52 +0000 (11:07 +0000)]
PAL12781: EDF: different result between WPL and LCS. Correct label in WPL construction dialog.

17 years agoPAL12781: EDF: different result between Working Plane and LCS. Implement and use...
jfa [Fri, 28 Jul 2006 12:53:16 +0000 (12:53 +0000)]
PAL12781: EDF: different result between Working Plane and LCS. Implement and use general mechanism to obtain position from shape.

17 years agoFix for IPAL10428.
mzn [Fri, 21 Jul 2006 13:25:12 +0000 (13:25 +0000)]
Fix for IPAL10428.

17 years agoFix for PAL6826.
mzn [Fri, 21 Jul 2006 10:13:59 +0000 (10:13 +0000)]
Fix for PAL6826.

17 years agoCorrections for bug IPAL12999. V3_2_1
skl [Thu, 20 Jul 2006 07:05:38 +0000 (07:05 +0000)]
Corrections for bug IPAL12999.

17 years agoCorrections for bug IPAL12999.
skl [Wed, 19 Jul 2006 11:56:40 +0000 (11:56 +0000)]
Corrections for bug IPAL12999.

17 years agoAdditional fix for PAL6868("Edge component" replaced with "Edges compound").
mzn [Wed, 19 Jul 2006 10:26:54 +0000 (10:26 +0000)]
Additional fix for PAL6868("Edge component" replaced with "Edges compound").

17 years agoAdditional fix for PAL6868("Edge component" replaced with "Edges compound").
mzn [Mon, 17 Jul 2006 12:53:36 +0000 (12:53 +0000)]
Additional fix for PAL6868("Edge component" replaced with "Edges compound").

17 years agoFile change_orientatation.png added as binary.
skl [Mon, 17 Jul 2006 06:05:55 +0000 (06:05 +0000)]
File change_orientatation.png added as binary.

17 years ago*** empty log message ***
skl [Mon, 17 Jul 2006 06:04:41 +0000 (06:04 +0000)]
*** empty log message ***

17 years agoUpdate Makefile.in after bug PAL12813.
skl [Mon, 17 Jul 2006 06:03:33 +0000 (06:03 +0000)]
Update Makefile.in after bug PAL12813.

17 years agoUpdate documentation after bug PAL12813. T3_2_1_pre
skl [Fri, 14 Jul 2006 12:19:22 +0000 (12:19 +0000)]
Update documentation after bug PAL12813.

17 years agoChange name of functions in geompy.py fo PAL12813.
skl [Fri, 14 Jul 2006 11:50:14 +0000 (11:50 +0000)]
Change name of functions in geompy.py fo PAL12813.

17 years agoFix for PAL12900.
mzn [Fri, 14 Jul 2006 11:17:02 +0000 (11:17 +0000)]
Fix for PAL12900.

17 years agoFix misprint in CheckShape method.
jfa [Fri, 14 Jul 2006 10:57:11 +0000 (10:57 +0000)]
Fix misprint in CheckShape method.

17 years agoAdd needed icon for bug PAL12813.
skl [Fri, 14 Jul 2006 09:27:50 +0000 (09:27 +0000)]
Add needed icon for bug PAL12813.

17 years agoPAL12557: Documentation is not up to date.
jfa [Fri, 14 Jul 2006 06:25:25 +0000 (06:25 +0000)]
PAL12557: Documentation is not up to date.

17 years agoPAL12557: Documentation for scripts is not up to date.
jfa [Fri, 14 Jul 2006 06:16:22 +0000 (06:16 +0000)]
PAL12557: Documentation for scripts is not up to date.

17 years agoImplementation of change orientation in Repair in GEOM.
skl [Thu, 13 Jul 2006 10:12:22 +0000 (10:12 +0000)]
Implementation of change orientation in Repair in GEOM.

17 years agoImplementation of change orientation in Repair in GEOM.
skl [Thu, 13 Jul 2006 10:02:45 +0000 (10:02 +0000)]
Implementation of change orientation in Repair in GEOM.

17 years agoChange version name to 3.2.1
jfa [Tue, 11 Jul 2006 09:35:36 +0000 (09:35 +0000)]
Change version name to 3.2.1

17 years agoAdditional fix for PAL6669.
mzn [Mon, 10 Jul 2006 11:38:17 +0000 (11:38 +0000)]
Additional fix for PAL6669.

17 years agoFix for PAL6669.
mzn [Fri, 7 Jul 2006 14:37:46 +0000 (14:37 +0000)]
Fix for PAL6669.

17 years agoFix for PAL12857.
mzn [Thu, 6 Jul 2006 16:49:12 +0000 (16:49 +0000)]
Fix for PAL12857.

17 years agoPAL12867: EDF214 GEOM DifferenceList does not remove the elements of the list. Algori...
jfa [Thu, 6 Jul 2006 10:20:14 +0000 (10:20 +0000)]
PAL12867: EDF214 GEOM DifferenceList does not remove the elements of the list. Algorithms of DifferenceList and UnionList reimplemented.

17 years agoPAL12838: Extrusion is impossible on a compound.
jfa [Tue, 4 Jul 2006 13:21:26 +0000 (13:21 +0000)]
PAL12838: Extrusion is impossible on a compound.

17 years agoChange comments for function RemoveExtraEdges (PAL12814).
skl [Tue, 4 Jul 2006 07:29:21 +0000 (07:29 +0000)]
Change comments for function RemoveExtraEdges (PAL12814).

17 years agoPAL12789. Use 'g' conversion specifier for showing numbers
eap [Mon, 3 Jul 2006 14:16:43 +0000 (14:16 +0000)]
PAL12789. Use 'g' conversion specifier for showing numbers

17 years agoContext help documentation changes connected with PAL6868.
mzn [Fri, 30 Jun 2006 13:42:18 +0000 (13:42 +0000)]
Context help documentation changes connected with PAL6868.

17 years agoContext help documentation changes connected with PAL6863.
mzn [Fri, 30 Jun 2006 13:41:29 +0000 (13:41 +0000)]
Context help documentation changes connected with PAL6863.

17 years agoFix for PAL6863.
mzn [Thu, 29 Jun 2006 14:07:53 +0000 (14:07 +0000)]
Fix for PAL6863.

17 years agoFix for PAL6868 & PAL6863.
mzn [Thu, 29 Jun 2006 14:01:56 +0000 (14:01 +0000)]
Fix for PAL6868 & PAL6863.

17 years agoFix for PAL11028.
mzn [Thu, 29 Jun 2006 13:39:45 +0000 (13:39 +0000)]
Fix for PAL11028.