Commit Graph

616 Commits

Author SHA1 Message Date
eap
f11ae15a45 PAL11200. Fix deflection example 2006-02-16 11:05:40 +00:00
mzn
00c8816937 Fix for bug PAL11541 ( With Gnome and Xfce, some dialog boxes appear at the bottom-right corner of the Salome window ). 2006-02-10 16:06:40 +00:00
eap
c691f05ec4 PAL11544. optimize setting elements on a submesh 2006-02-08 09:52:30 +00:00
eap
399e3a050c PAL11544. optimize a little 2006-02-08 09:49:11 +00:00
eap
f026832e5a PAL11544. modif forced by SMESH_subMesh change 2006-02-08 09:48:54 +00:00
eap
5ef0b3d26c PAL11544 optimize a little 2006-02-08 09:46:05 +00:00
apo
14ba28eca8 To avoid compilation errors.
vtkProperty header file is removed from VTKViewer_Actor header file.
2006-02-03 09:56:36 +00:00
eap
2510e5a892 fix selection by id entering, fix shape dim definition 2006-02-01 12:14:27 +00:00
eap
13b958ee14 PAL11418. add GetMesh() 2006-02-01 12:10:35 +00:00
eap
8ffd052a38 PAL11418. fix isSubshapeOk() 2006-02-01 12:09:29 +00:00
mkr
e523658251 Add implementation type for component : C++ or Python. 2006-02-01 08:46:56 +00:00
enk
aa036e33b7 Bug PAL11197: SMESH and VISU: In scalar bar preferences, there is no control that X+width<=1 and Y+height<=1
Warning messages was added.
2006-02-01 07:51:57 +00:00
apo
96abbe1170 Fix for - Bug GVIEW11271
SMESH: Add Polyhedron by Faces - Crash
2006-01-31 15:47:48 +00:00
enk
60665280b0 Fix for RedHat8.0 Bug IPAL10936:
Polygonal face cannot be selected
2006-01-27 09:27:34 +00:00
enk
29923cc512 Fix for Bug IPAL11386:
HangUp at attempt to create polyhedral volume
2006-01-27 08:47:03 +00:00
apo
b53e81909c minor changes 2006-01-25 13:53:10 +00:00
apo
0893b18124 To debug polygon / polyedre MED conversation 2006-01-25 13:49:07 +00:00
apo
a73de8d678 To remove switching of the EntityMode and RepresentationMode of the mesh during working with the dialog 2006-01-25 09:15:44 +00:00
apo
5309d564cb Join BR-D5-38-2003 2006-01-20 06:57:21 +00:00
jfa
c453758762 PAL11211: SIGSGV when exporting a mesh after having deleted a group. 2006-01-18 09:34:12 +00:00
eap
249aa0a108 PAL11178. Correct check of overlapped adjacent links on edges without internal nodes 2006-01-18 09:31:34 +00:00
enk
b76660369c Fix for Bug PAL11197:
SMESH and VISU: In scalar bar preferences, there is no control that X+width<=1 and Y+height<=1
2006-01-16 12:50:27 +00:00
jfa
2fe605b57b PAL11238: Crash in ExportMED. 2006-01-13 15:32:55 +00:00
srn
7957f9e2e8 BugID 11225, added a removal of the files which have to be created 2006-01-13 14:28:21 +00:00
eap
3c35657d6f PAL10953. protection against creating sub-mesh in an imported mesh 2006-01-13 11:14:24 +00:00
eap
a47909aa5e PAL10953. When a submesh is being created, provide possibility to select geometry by mesh element 2006-01-13 09:56:16 +00:00
eap
fc736d3b7f PAL10953. In GetGEOMGen(), assure that Geom_Gen exists 2006-01-13 09:54:19 +00:00
eap
ce2513eb44 PAL10953. Add switchToOperation() 2006-01-13 09:53:11 +00:00
eap
65cd714f90 PAL10953. Add SMESHGUI_ShapeByMeshDlg class files 2006-01-13 09:52:26 +00:00
eap
dd5e16f1de PAL10953. Add GetGeometryByMeshElement() 2006-01-13 09:50:40 +00:00
asl
1e92e82bb3 PAL8238, remarks: if user switch to other cell by keyboard or by mouse click, the all contents of editor must be selected. 2005-12-30 12:32:05 +00:00
asl
c7783fc7d8 fix for small regression: inserting/removing of rows doesn't work 2005-12-30 12:31:09 +00:00
asl
f1dec40ab1 PAL11054 - crash if user enters "-8" as density function with exponent conversion
PAL11055 - it is impossible to enter negative function value in case, when exponent conversion is applied
some remarks from PAL8238
2005-12-30 08:29:24 +00:00
eap
584d5262ff PAL10467 Meshing in quadrangles even if the number of nodes on opposite edges is not the same 2005-12-30 07:16:14 +00:00
eap
e769c63ae6 PAL10953: add GetHypothesisParameterValues() 2005-12-29 15:10:26 +00:00
eap
05c35a428f PAL10953: add SetParametersByMesh()and GetNodeParamOnEdge() 2005-12-29 15:06:28 +00:00
eap
65f70369c2 PAL10953: add SetParametersByMesh() 2005-12-29 15:05:20 +00:00
eap
917b87170a PAL10953: prevent sigsegv in GetHypothesisList() 2005-12-29 15:00:45 +00:00
eap
9ab8a760fc PAL10953: add a method returning hypothesis params by existing mesh 2005-12-29 15:00:01 +00:00
eap
6277715d4c PAL10953: add methods allowing creation of hypotheses using params of an other hyp. PAL1094: return string from storeParams() to be shown on object browser 2005-12-29 14:36:35 +00:00
eap
219bb8601a PAL10953. add detInitParamsHypothesis() 2005-12-29 14:14:12 +00:00
eap
db7abe8569 PAL10953. Use existing mesh to initialize params of the hypothesis being created. Do not use existing hypotheses when assign a set of hypotheses 2005-12-29 14:13:27 +00:00
eap
c113fec141 PAL10940: return string from storeParams() 2005-12-29 14:07:43 +00:00
eap
46fd3388e8 PAL10953: take initial param values from the edited hypothesis. PAL10940: return string from storeParams() 2005-12-29 14:07:05 +00:00
eap
852100292a PAL10953. Remove obsolete files 2005-12-29 14:02:08 +00:00
eap
de927c692f PAL10953. Add Fineness parameter to Automatic Length hypothesis 2005-12-28 14:43:34 +00:00
eap
3a1c4c87ae PAL10953. Add possibility to have a custom widget for a hypo parameter 2005-12-28 14:40:18 +00:00
jfa
6b471bcc54 Join modifications from branch BR_3_1_0deb 2005-12-28 09:17:39 +00:00
eap
e884fc2507 PAL10953. Use GUI to create hypothesis from a hypotheses set 2005-12-26 10:43:09 +00:00
eap
e019559d0b PAL10953. Make fields of parameters protected 2005-12-26 10:41:53 +00:00