Salome HOME
modules/smesh.git
18 years agoPortation on new based dialog SLN_ASL_opt
sln [Fri, 15 Jul 2005 14:05:43 +0000 (14:05 +0000)]
Portation on new based dialog

18 years ago*** empty log message ***
asl [Fri, 15 Jul 2005 11:48:41 +0000 (11:48 +0000)]
*** empty log message ***

18 years ago*** empty log message ***
asl [Fri, 15 Jul 2005 09:03:42 +0000 (09:03 +0000)]
*** empty log message ***

18 years agogetSMESHGUI()->isActiveStudyLocked() is replaced by
asl [Thu, 14 Jul 2005 11:53:16 +0000 (11:53 +0000)]
getSMESHGUI()->isActiveStudyLocked() is replaced by
isStudyLocked()
In all other operations the second variant must be used

18 years ago*** empty log message ***
asl [Thu, 14 Jul 2005 11:26:09 +0000 (11:26 +0000)]
*** empty log message ***

18 years agoSMESHGUI_DeleteOp operation added
sln [Thu, 14 Jul 2005 09:59:06 +0000 (09:59 +0000)]
SMESHGUI_DeleteOp operation added

18 years agoisStudyLocked method fixed. isReadyToStart is constant now
sln [Thu, 14 Jul 2005 09:55:08 +0000 (09:55 +0000)]
isStudyLocked method fixed. isReadyToStart is constant now

18 years ago*** empty log message ***
asl [Thu, 14 Jul 2005 08:43:43 +0000 (08:43 +0000)]
*** empty log message ***

18 years ago*** empty log message ***
asl [Thu, 14 Jul 2005 05:01:00 +0000 (05:01 +0000)]
*** empty log message ***

18 years ago*** empty log message ***
asl [Wed, 13 Jul 2005 09:35:55 +0000 (09:35 +0000)]
*** empty log message ***

18 years agoDialogs were divided to "operation and dialog"
asl [Wed, 13 Jul 2005 04:25:18 +0000 (04:25 +0000)]
Dialogs were divided to "operation and dialog"

18 years agoMethod isValid is redefined to allow other operations is started above this one.
sln [Tue, 12 Jul 2005 13:48:12 +0000 (13:48 +0000)]
Method isValid is redefined to allow other operations is started above this one.

18 years agoUseless code concerning start of operations removed
sln [Tue, 12 Jul 2005 13:46:45 +0000 (13:46 +0000)]
Useless code concerning start of operations removed

18 years agofull checking of geom selection
asl [Thu, 7 Jul 2005 11:33:32 +0000 (11:33 +0000)]
full checking of geom selection

18 years agonew operation AddSubMesh
asl [Thu, 7 Jul 2005 11:33:00 +0000 (11:33 +0000)]
new operation AddSubMesh

18 years agoThere were added new version of method type returning type by string entry
asl [Thu, 7 Jul 2005 09:07:10 +0000 (09:07 +0000)]
There were added new version of method type returning type by string entry

18 years agoNames for types were added
asl [Thu, 7 Jul 2005 09:06:19 +0000 (09:06 +0000)]
Names for types were added

18 years agonew methods:
asl [Thu, 7 Jul 2005 09:05:05 +0000 (09:05 +0000)]
new methods:
1) selected - returns the selection ready to pass to dialog::selectObject
2) prefix - returns the int prefix for types corresponding to some groups (GEOM, SMESH, for example)
3) setDialogActive - allows to set dialog content enable or disable
4) slots onOk, onApply, onCancel - they will be connected automatically in startOperation if dialog has corresponding buttons

18 years agonew operation for SMESHGUI_InitMeshDlg
asl [Thu, 7 Jul 2005 09:01:32 +0000 (09:01 +0000)]
new operation for SMESHGUI_InitMeshDlg

18 years agonew method setContentActive( bool ): if parameter is true, all content to enable...
asl [Thu, 7 Jul 2005 08:58:05 +0000 (08:58 +0000)]
new method setContentActive( bool ): if parameter is true, all content to enable or disable state

18 years agoNow filter accepts and stores kind of object as qstring (instead char*) and takes...
asl [Thu, 7 Jul 2005 08:53:20 +0000 (08:53 +0000)]
Now filter accepts and stores kind of object as qstring (instead char*) and takes kind into account in method isOK

18 years agoThe default method of selection management is added:
asl [Mon, 4 Jul 2005 10:45:26 +0000 (10:45 +0000)]
The default method of selection management is added:
selected( ... )
the lists filled by this method can be passed to dialog::selectObject method in selectionDone() to implement default selection management

18 years agoNew methods for SMDS_Mesh
asl [Mon, 4 Jul 2005 10:28:51 +0000 (10:28 +0000)]
New methods for SMDS_Mesh
GetElementType - returns element type by id

18 years agoNew methods for SMESH_Mesh
asl [Mon, 4 Jul 2005 10:28:17 +0000 (10:28 +0000)]
New methods for SMESH_Mesh
GetElementType - returns element type by id

18 years agoNew methods for SMESH_Mesh and SMESH_subMesh:
asl [Mon, 4 Jul 2005 10:27:33 +0000 (10:27 +0000)]
New methods for SMESH_Mesh and SMESH_subMesh:
GetElementType - returns element type by id

18 years ago*** empty log message ***
asl [Mon, 4 Jul 2005 04:20:37 +0000 (04:20 +0000)]
*** empty log message ***

18 years agoisReadyToStart method added
sln [Fri, 1 Jul 2005 13:51:56 +0000 (13:51 +0000)]
isReadyToStart method added

18 years ago*** empty log message ***
asl [Fri, 1 Jul 2005 09:34:00 +0000 (09:34 +0000)]
*** empty log message ***

18 years agoError fixed
sln [Fri, 1 Jul 2005 08:27:55 +0000 (08:27 +0000)]
Error fixed

18 years agoupdate() and updateControls() methods added
sln [Fri, 1 Jul 2005 08:25:10 +0000 (08:25 +0000)]
update() and updateControls() methods added

18 years agonew files for dialog and operation
sln [Fri, 1 Jul 2005 06:27:43 +0000 (06:27 +0000)]
new files for dialog and operation

18 years agobug 9352. correct getting mesh elements from COMPOUND, COMPSOLID, SOLID, SHELL and...
eap [Thu, 30 Jun 2005 05:54:20 +0000 (05:54 +0000)]
bug 9352. correct getting mesh elements from COMPOUND, COMPSOLID, SOLID, SHELL and WIRE submeshes

18 years agoPAL2967. Add Scale Factor parameter to Nb Of Segments hyp
eap [Thu, 30 Jun 2005 05:22:35 +0000 (05:22 +0000)]
PAL2967. Add Scale Factor parameter to Nb Of Segments hyp

18 years agoFix for bug IPAL9242(3.0.0: Activation of OCC viewer breaks current VTK viewer in...
mzn [Wed, 29 Jun 2005 12:35:32 +0000 (12:35 +0000)]
Fix for bug IPAL9242(3.0.0: Activation of OCC viewer breaks current VTK viewer in Mesh).

18 years agoCorrection. T3_0_0_a4 V3_0_0
mzn [Mon, 27 Jun 2005 11:41:01 +0000 (11:41 +0000)]
Correction.

18 years agoPrefernces.
stv [Mon, 27 Jun 2005 11:29:58 +0000 (11:29 +0000)]
Prefernces.

18 years agoTo avoid exception, if the list of selected objects is empty.
mzn [Mon, 27 Jun 2005 05:45:12 +0000 (05:45 +0000)]
To avoid exception, if the list of selected objects is empty.

18 years agoRemove debug information.
mzn [Mon, 27 Jun 2005 05:10:17 +0000 (05:10 +0000)]
Remove debug information.

18 years agoThe selections of elements corrected.
mzn [Fri, 24 Jun 2005 13:54:25 +0000 (13:54 +0000)]
The selections of elements corrected.

18 years agoThe selections of elements corrected.
mzn [Fri, 24 Jun 2005 12:42:50 +0000 (12:42 +0000)]
The selections of elements corrected.

18 years agoThe selections of elements corrected.
mzn [Fri, 24 Jun 2005 12:24:06 +0000 (12:24 +0000)]
The selections of elements corrected.

18 years agoPAL8196. Do not operate with hypothesis for a geom group member which is not a sub...
eap [Fri, 24 Jun 2005 11:09:36 +0000 (11:09 +0000)]
PAL8196. Do not operate with hypothesis for a geom group member which is not a sub-shape of the main shape

18 years agoPAL8196. Fix GetAlgo() for the case with the same algo on several ancestors
eap [Fri, 24 Jun 2005 11:01:15 +0000 (11:01 +0000)]
PAL8196. Fix GetAlgo() for the case with the same algo on several ancestors

18 years agoCorection.
mzn [Fri, 24 Jun 2005 07:43:34 +0000 (07:43 +0000)]
Corection.

18 years agoFixes for:
enk [Fri, 24 Jun 2005 06:21:49 +0000 (06:21 +0000)]
Fixes for:
- Bug IPAL8767: Polyhedron created on nodes is invisible
- Id of the first node/face should be appeared in the field right after selection
- Preview of faces by nodes for polyhedron doesnâÂ\80Â\99t disappear after removing it from list in the "Create Polyhedral Volume" dialog box.
- Preview of polyhedron doesnâÂ\80Â\99t disappear after removing a face from list in the "Create Polyhedral Volume" dialog box.

18 years agobug 9264. enable reading plugins xml files
eap [Thu, 23 Jun 2005 13:16:42 +0000 (13:16 +0000)]
bug 9264. enable reading plugins xml files

18 years agoFix for bug IPAL9248(3.0.0: SIGSEGV after calling operation with group if OCC Viewer...
mzn [Thu, 23 Jun 2005 08:58:59 +0000 (08:58 +0000)]
Fix for bug IPAL9248(3.0.0: SIGSEGV after calling operation with group if OCC Viewer activate).

18 years agoBugID: IPAL9186, Modified method Init. Added a loading SMESHGUI if it hasn't been...
srn [Wed, 22 Jun 2005 11:27:49 +0000 (11:27 +0000)]
BugID: IPAL9186, Modified method Init. Added a loading SMESHGUI if it hasn't been loaded.

18 years agobug 9153. fix "paramTeric"
eap [Wed, 22 Jun 2005 10:01:38 +0000 (10:01 +0000)]
bug 9153. fix "paramTeric"

18 years agobug 9265. add SMESH_ID_FACES
eap [Wed, 22 Jun 2005 09:48:30 +0000 (09:48 +0000)]
bug 9265. add SMESH_ID_FACES

18 years agoFix Bug IPAL9152
enk [Wed, 22 Jun 2005 09:17:04 +0000 (09:17 +0000)]
Fix Bug IPAL9152
  3.0.0(09 Jun): "Add Polygon" and "Add Polyhedron" buttons miss in the "Add/Remove" toolbar.

18 years agoFix Bug IPAL8770: There is no any warning message if to export polygonal elements...
enk [Wed, 22 Jun 2005 06:45:14 +0000 (06:45 +0000)]
Fix Bug IPAL8770: There is no any warning message if to export polygonal elements into MED 2.1 file.

18 years agoFix for IPAL9275
stv [Tue, 21 Jun 2005 12:17:08 +0000 (12:17 +0000)]
Fix for IPAL9275

18 years agoBugID IPAL9186: Modified method GetSMESHGen
srn [Tue, 21 Jun 2005 06:09:10 +0000 (06:09 +0000)]
BugID IPAL9186: Modified method GetSMESHGen

18 years agoFixes for compilation errors.
stv [Fri, 17 Jun 2005 07:36:54 +0000 (07:36 +0000)]
Fixes for compilation errors.

18 years ago*** empty log message ***
asl [Fri, 17 Jun 2005 07:15:14 +0000 (07:15 +0000)]
*** empty log message ***

18 years agoBug 9189:
asl [Fri, 17 Jun 2005 06:28:52 +0000 (06:28 +0000)]
Bug 9189:
On any action in SMESH there is update of OB
The update is occured only by actions whose need it

18 years agoBug 9193:
asl [Fri, 17 Jun 2005 04:57:03 +0000 (04:57 +0000)]
Bug 9193:
Only nodes mode in "Display mode" popup in SMESH

18 years agoIPAL9193 (Jun 16)
asl [Thu, 16 Jun 2005 11:04:03 +0000 (11:04 +0000)]
IPAL9193 (Jun 16)

18 years agoStart "Create group" with selected GEOM object occurs crash
asl [Thu, 16 Jun 2005 10:25:13 +0000 (10:25 +0000)]
Start "Create group" with selected GEOM object occurs crash

18 years agoIPAL9150
asl [Thu, 16 Jun 2005 05:42:35 +0000 (05:42 +0000)]
IPAL9150

18 years agoIPAL9201
asl [Wed, 15 Jun 2005 11:07:45 +0000 (11:07 +0000)]
IPAL9201

18 years agoIPAL9200
asl [Wed, 15 Jun 2005 10:53:56 +0000 (10:53 +0000)]
IPAL9200

18 years agofix compilation error
eap [Wed, 15 Jun 2005 05:31:12 +0000 (05:31 +0000)]
fix compilation error

18 years agoIPAL9155, IPAL9156
asl [Wed, 15 Jun 2005 04:04:59 +0000 (04:04 +0000)]
IPAL9155, IPAL9156

18 years agoSMH: Fix from Paul
smh [Tue, 14 Jun 2005 12:36:44 +0000 (12:36 +0000)]
SMH: Fix from Paul

18 years agoPAL9163. Fix GetFaceNormal() for badly shaped quadrangles
eap [Tue, 14 Jun 2005 10:19:12 +0000 (10:19 +0000)]
PAL9163. Fix GetFaceNormal() for badly shaped quadrangles

18 years agoIPAL9154
asl [Tue, 14 Jun 2005 06:25:33 +0000 (06:25 +0000)]
IPAL9154

18 years agoIPAL9153, IPAL9148, IPAL9150
asl [Fri, 10 Jun 2005 11:19:51 +0000 (11:19 +0000)]
IPAL9153, IPAL9148, IPAL9150

18 years agoIPAL9152
asl [Fri, 10 Jun 2005 11:00:52 +0000 (11:00 +0000)]
IPAL9152

18 years agoIPAL9149
asl [Fri, 10 Jun 2005 10:47:54 +0000 (10:47 +0000)]
IPAL9149

18 years agoIPAL9147
asl [Fri, 10 Jun 2005 10:34:16 +0000 (10:34 +0000)]
IPAL9147

18 years ago"Create polyhedron" action was added to menu and toolbar
asl [Fri, 10 Jun 2005 08:43:22 +0000 (08:43 +0000)]
"Create polyhedron" action was added to menu and toolbar

18 years agoIPAL9142
asl [Fri, 10 Jun 2005 03:37:51 +0000 (03:37 +0000)]
IPAL9142

18 years agoPAL9022. enable creation of groups on SHELLs
eap [Thu, 9 Jun 2005 07:06:34 +0000 (07:06 +0000)]
PAL9022. enable creation of groups on SHELLs

18 years ago*** empty log message ***
asl [Thu, 9 Jun 2005 06:48:48 +0000 (06:48 +0000)]
*** empty log message ***

18 years agoCompiler error on gcc 3.4.1 corrected: cannot use SALOME_ListIO() where const SALOME_... T3_0_0_a2
smh [Thu, 9 Jun 2005 04:48:24 +0000 (04:48 +0000)]
Compiler error on gcc 3.4.1 corrected: cannot use SALOME_ListIO() where const SALOME_ListIO& argument expected

18 years agoactivateModule/deactivateModule functions are made "bool".
asv [Wed, 8 Jun 2005 12:45:25 +0000 (12:45 +0000)]
activateModule/deactivateModule functions are made "bool".

18 years ago*** empty log message ***
asl [Wed, 8 Jun 2005 10:45:19 +0000 (10:45 +0000)]
*** empty log message ***

18 years agoSMH: Come back correct modifications
smh [Wed, 8 Jun 2005 06:58:18 +0000 (06:58 +0000)]
SMH: Come back correct modifications

18 years agoUpdate from local sources
apo [Wed, 8 Jun 2005 06:18:53 +0000 (06:18 +0000)]
Update from local sources

18 years agoremove adjusting pointers for covariant returns
apo [Wed, 8 Jun 2005 04:59:17 +0000 (04:59 +0000)]
remove adjusting pointers for covariant returns

18 years agoSMH: Preparation version 3.0.0 - merge (HEAD+POLYWORK) T_3_0_0_a1
smh [Tue, 7 Jun 2005 13:22:20 +0000 (13:22 +0000)]
SMH: Preparation version 3.0.0 - merge (HEAD+POLYWORK)

19 years agofix the bug 8924: correct edges orientation definition, remove unused variables
eap [Thu, 26 May 2005 10:39:00 +0000 (10:39 +0000)]
fix the bug 8924: correct edges orientation definition, remove unused variables

19 years agoPAL8626: do not publish GEOM object, already present in the study.
jfa [Mon, 25 Apr 2005 06:07:27 +0000 (06:07 +0000)]
PAL8626: do not publish GEOM object, already present in the study.

19 years agoPAL8378: update script ex00_all.py to run also tests, which now do not fail
jfa [Thu, 21 Apr 2005 12:54:19 +0000 (12:54 +0000)]
PAL8378: update script ex00_all.py to run also tests, which now do not fail

19 years agoPAL8616: the function Group should allow geometric shapes
jfa [Fri, 15 Apr 2005 09:08:52 +0000 (09:08 +0000)]
PAL8616: the function Group should allow geometric shapes

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

19 years agoPAL8539. Fix case NB_SEGMENTS for scale != 1.0 and first edge parameter != 0.0
eap [Tue, 5 Apr 2005 10:00:04 +0000 (10:00 +0000)]
PAL8539. Fix case NB_SEGMENTS for scale != 1.0 and first edge parameter != 0.0

19 years agoPAL8536. Add static methods to set initial value of a parameter.
eap [Mon, 4 Apr 2005 10:56:42 +0000 (10:56 +0000)]
PAL8536. Add static methods to set initial value of a parameter.
Create parameters in only one method.
Fix paremeters ranges according to PAL8536.

19 years agoPAL8536. Add static methods to set initial value of a parameter
eap [Mon, 4 Apr 2005 10:51:04 +0000 (10:51 +0000)]
PAL8536. Add static methods to set initial value of a parameter

19 years agoPAL8536. SMESHGUI_doubleParameter::InitializeWidget() : allow going down to _bottom...
eap [Mon, 4 Apr 2005 10:49:14 +0000 (10:49 +0000)]
PAL8536. SMESHGUI_doubleParameter::InitializeWidget() : allow going down to _bottom value

19 years agoPAL8330. In sweepElement(): fix volume orientation
eap [Fri, 1 Apr 2005 11:26:44 +0000 (11:26 +0000)]
PAL8330. In sweepElement(): fix volume orientation

19 years agofix PAL8468. Change StartAndEndLength and Arithmethic1D computation on reversed edges
eap [Thu, 31 Mar 2005 09:33:30 +0000 (09:33 +0000)]
fix PAL8468. Change StartAndEndLength and Arithmethic1D computation on reversed edges

19 years agoPatch on regression that was introduced by fix on Bug PAL7444
apo [Thu, 31 Mar 2005 05:37:51 +0000 (05:37 +0000)]
Patch on regression that was introduced by fix on Bug PAL7444

19 years agoBug PAL7444 - display mesh takes a lot of more memory in 2.1.0 than in 2.0.0.
apo [Wed, 30 Mar 2005 14:06:25 +0000 (14:06 +0000)]
Bug PAL7444 - display mesh takes a lot of more memory in 2.1.0 than in 2.0.0.

19 years agoPythonDump for SMESH Controls / Filter
apo [Wed, 30 Mar 2005 12:49:55 +0000 (12:49 +0000)]
PythonDump for SMESH Controls / Filter

19 years agofix PAL8469. set "Warning" icon to mesh or submesh just published
eap [Wed, 30 Mar 2005 09:30:04 +0000 (09:30 +0000)]
fix PAL8469. set "Warning" icon to mesh or submesh just published

19 years agofix PAL8469. Updating the global mesh icon when local hypotheses are edited
eap [Wed, 30 Mar 2005 09:27:59 +0000 (09:27 +0000)]
fix PAL8469. Updating the global mesh icon when local hypotheses are edited

19 years agoFix installation of TUI documentation in accordance with meshpy.py renaming to smesh.py
jfa [Wed, 23 Mar 2005 06:28:15 +0000 (06:28 +0000)]
Fix installation of TUI documentation in accordance with meshpy.py renaming to smesh.py