jfa
|
4592fecfcf
|
IMP 0020089: Take into account 0D elements (MED_POINT1)
|
2009-07-16 13:33:03 +00:00 |
|
eap
|
53843f55f6
|
0020082: EDF 869 GEOM : Edges Orientation indicator/reverse
class _pyComplexParamHypo
{
+ void Flush();
in order to clear SetObjectEntry() command
|
2009-07-15 13:42:30 +00:00 |
|
eap
|
2e8fa1f01c
|
0020082: EDF 869 GEOM : Edges Orientation indicator/reverse
convert SetReversedEdges(),
improve GetWord() to return a whole list
|
2009-07-15 13:41:14 +00:00 |
|
vsr
|
686a864564
|
Merge from V5_1_2_BR branch (14 July 2009)
|
2009-07-15 08:11:22 +00:00 |
|
skl
|
bb0c89d5a8
|
Implememtation of evaluation for improvement 0019296.
|
2009-06-29 13:26:16 +00:00 |
|
skl
|
34fb01e7b5
|
Implementation of new version ExtrusionAlongPath (20003 from Mantis).
|
2009-06-10 07:09:15 +00:00 |
|
vsr
|
c645e10df0
|
Issue 0020368: SMESHGUI_MeshDlg::isTabEnabled must return something
|
2009-05-27 14:20:16 +00:00 |
|
eap
|
4ac1bf1b0d
|
minor change
|
2009-05-25 11:37:37 +00:00 |
|
eap
|
ca174cbff6
|
0020145: EDF 666 SMESH: Modifications of GEOM groups are not taken into account
1) Call CheckGeomGroupModif() in Clear()
2) In CheckGeomGroupModif(), implement case where meshed geom group changes
|
2009-05-25 11:37:06 +00:00 |
|
eap
|
b4562e1bda
|
0020145: EDF 666 SMESH: Modifications of GEOM groups are not taken into account
+ void changeLocalId(int localId) { myLocalID = localId; }
+ friend void SMESH_Mesh_i::CheckGeomGroupModif();
|
2009-05-25 11:33:38 +00:00 |
|
eap
|
8a18d05e3b
|
0020145: EDF 666 SMESH: Modifications of GEOM groups are not taken into account
enable Load() in case if meshed geom group has changed
|
2009-05-25 11:32:35 +00:00 |
|
eap
|
f33734eda1
|
0020279: [CEA 334] control the "random" use when using mesh algorithms
fix GetHypothesisList() for mesh w/o shape
|
2009-05-19 15:31:06 +00:00 |
|
eap
|
52aa1d3b40
|
0020340: EDF 1022 SMESH : Crash with FindNodeClosestTo in a second new study
Nullify mesh after TNodeSearcherDeleter::Unset()
|
2009-05-06 13:23:57 +00:00 |
|
eap
|
728f9a0bad
|
TCollection_AsciiString anEntry;
...
- anEntry = aSObj->GetID();
+ CORBA::String_var anEntry = aSObj->GetID();
|
2009-04-21 10:45:40 +00:00 |
|
vsr
|
66b8a7daf6
|
0020210: EDF SMESH 976: Update of a smesh group after modification of the associated geom group
Additional patch: do not publish SMESH component automatically on the module activation
|
2009-04-14 12:12:27 +00:00 |
|
eap
|
cd3124ccaa
|
0020210: EDF SMESH 976: Update of a smesh group after modification of the associated geom group
update groups
|
2009-04-03 14:32:33 +00:00 |
|
eap
|
42b21b7e94
|
0020210: EDF SMESH 976: Update of a smesh group after modification of the associated geom group
use gen->SetPixMap()
|
2009-04-03 14:31:37 +00:00 |
|
eap
|
908ed4f2a2
|
0020210: EDF SMESH 976: Update of a smesh group after modification of the associated geom group
+ static void SetPixMap(SALOMEDS::SObject_ptr theSObject,
+ const char* thePixMap);
|
2009-04-03 14:30:42 +00:00 |
|
eap
|
dd496074b4
|
0020210: EDF SMESH 976: Update of a smesh group after modification of the associated geom group
call mesh->CheckGeomGroupModif() when current study changes
|
2009-04-03 14:28:20 +00:00 |
|
eap
|
38d5458b4d
|
0020217: EDF SMESH: Dump file with mesh and group on geom is wrong
fix _pyCommand::GetWord() for case of names with white spaces inside
|
2009-03-16 07:50:59 +00:00 |
|
jfa
|
2534543b1e
|
Bug 0020201: EDF SMESH 984: Dump with Netgen1D2D3D doest not work.
|
2009-03-10 09:12:29 +00:00 |
|
adam
|
c9cb7f7c5d
|
Test EXPORTS definition with target name as suggested by cmake
|
2009-03-06 16:00:11 +00:00 |
|
eap
|
672ca0c09f
|
0020182: EDF SMESH 965 : SIGSEV at study opening with SMESH
be patient to studies with invalid node positions data
|
2009-02-25 15:22:05 +00:00 |
|
eap
|
455ceefa49
|
0020182: EDF SMESH 965 : SIGSEV at study opening with SMESH
be patient to studies with invalid node positions data
|
2009-02-25 15:02:11 +00:00 |
|
eap
|
ef7a7ed667
|
0019929: EDF 772 SMESH : script readability
+class _pySelfEraser: public _pyObject
|
2009-02-24 14:57:10 +00:00 |
|
eap
|
2b1b345532
|
fix dumping colors:
use valid python names instead of names in Study
|
2009-02-24 14:56:11 +00:00 |
|
eap
|
c539a4181c
|
fix Python Dump
|
2009-02-24 13:48:47 +00:00 |
|
dmv
|
b199783795
|
0020168: EDF SMESH 953: uncomplete selection with filter 'belong on geom'
|
2009-02-20 08:08:43 +00:00 |
|
vsr
|
0635c9fc80
|
Merge from BR_V5_DEV 16Feb09
|
2009-02-17 05:27:49 +00:00 |
|
jfa
|
79b1ac2b6d
|
Join modifications from BR_Dev_For_4_0 tag V4_1_1.
|
2008-03-07 07:47:05 +00:00 |
|
jfa
|
c63ee099ad
|
Join modifications from branch BR_DEBUG_3_2_0b1
|
2006-06-01 11:39:17 +00:00 |
|
eap
|
fdfe9f0f65
|
fix bug 12361. Peview possiblity of SetCurrentStudy(nil)
|
2006-05-10 12:49:13 +00:00 |
|
eap
|
850cf38bd9
|
fix PythonDump: write Criterion arg of QuadToTri() in PythonDump
|
2006-05-10 12:46:40 +00:00 |
|
eap
|
e559b8fc3d
|
fix PythonDump: do not write distruction in PythonDump as creation is not written
|
2006-05-10 12:42:27 +00:00 |
|
jfa
|
57b43b4d01
|
Join modifications from branch OCC_debug_for_3_2_0b1
|
2006-05-06 08:51:48 +00:00 |
|
jfa
|
4ff5bd6154
|
Join modifications from branch OCC_development_for_3_2_0a2
|
2006-03-13 15:29:49 +00:00 |
|
smh
|
d0f366c4a3
|
Merge from OCC_development_generic_2006
Preparation of 3.2.0a1
|
2006-02-07 15:01:11 +00:00 |
|
eap
|
5c933ecde0
|
PAL10953. Add Fineness parameter to Automatic Length hypothesis
|
2005-12-26 10:34:54 +00:00 |
|
eap
|
236b583d31
|
PAL10467. Add "Quadrangle Preference" hypothesis for "Quadrangle(Mapping)" algo
|
2005-12-23 10:00:03 +00:00 |
|
eap
|
7ba3124c8a
|
PAL10494. Add .._STANDARD_RTTI_... in order to build executable
|
2005-12-23 07:47:36 +00:00 |
|
eap
|
95dab66d27
|
PAL10494 (SMESH python dump uses idl interface). Python dump converted to smesh.py API, usage of TPythonDump tool
|
2005-12-15 08:34:25 +00:00 |
|
eap
|
5a76185f82
|
PAL10494 (SMESH python dump uses idl interface). Add SMESH_2smeshpy, a converter of IDL API to smesh.py API
|
2005-12-15 07:33:07 +00:00 |
|
smh
|
2754c581d3
|
Copyrights update
|
2005-12-05 16:31:55 +00:00 |
|
eap
|
a5e3cc49d7
|
PAL10515. Check shape type before calling TopoDS::Face()
|
2005-11-16 15:00:03 +00:00 |
|
mkr
|
9dbbb779fa
|
Add new variable for finding OCC libraries during compilation.
|
2005-11-16 12:00:03 +00:00 |
|
eap
|
81e9dbdf6c
|
PAL10491. Add GetAlgoState()
|
2005-11-14 09:11:54 +00:00 |
|
mzn
|
11899ab525
|
Fix for bug PAL10409 (Filter "Belong to geom" fails if 2 geom shapes have the same name);
|
2005-11-11 15:50:58 +00:00 |
|
asl
|
d696f7d582
|
check if module "GEOM" is found
|
2005-11-09 07:20:47 +00:00 |
|
asl
|
ab4288fb65
|
PAL10343 - it is impossible to select shape in "create mesh" dialog
|
2005-11-09 06:48:58 +00:00 |
|
skl
|
868e306e09
|
Improvement of extrusion functionality
|
2005-10-25 07:26:54 +00:00 |
|