eap
8f64956624
[SALOME platform 0013410]: SubMesh not taken into account with Netgen 1D-2D et 1D-2D-3D
...
+ bool SupportSubmeshes() const { return _supportSubmeshes; }
+ // 5 - whether supports submeshes if !NeedDescretBoundary()
2008-09-16 14:36:59 +00:00
rnv
9fe8334ee2
Fix for issue 19964 EDF SMESH 803( Bad dump script of revolutionned mesh with groups).
2008-09-16 12:11:37 +00:00
maintenance team
dae92f6571
Porting to CAS-6.3
2008-09-10 13:06:13 +00:00
rnv
8a0f1ad782
Implementation on the issue 16186: EDF PAL 459: Mapping: when refining, to separate quadrangles into 2 triangles.
2008-09-08 13:24:39 +00:00
skl
9d559b75b8
Updated for feature 0016220 from Mantis.
2008-09-05 09:58:56 +00:00
eap
5291ea1e65
[SALOME platform 0019943]: Pb with projection 2d
...
In SMESH_Pattern::Load(mesh,face), fix treating seam vertices of not seam edges
2008-09-02 08:44:30 +00:00
jfa
11c8820aa0
Initialize some fields before usage.
2008-09-02 07:47:02 +00:00
akl
bc3f3f9c01
Fix for issue 0019935: EDF 793 SMESH: Drawing of a line on a non-planar surface. To draw only connectivity lines.
2008-08-01 07:39:10 +00:00
eap
c003632371
[SALOME platform 0019943] Pb with projection 2d
...
distinguish the case of seam edge encountered twice in face wire from
the case of seam encountered once
2008-07-28 16:00:01 +00:00
eap
030beb0855
[SALOME platform 0019943] Pb with projection 2d
...
+ bool IsRealSeam(const int subShape) const
2008-07-28 15:57:35 +00:00
jfa
db17b46ddb
Remove debug traces
2008-07-25 10:50:02 +00:00
jfa
4b33363430
Bug 0019943: Pb with projection 2d. Fix for a seam edge on not really closed face.
2008-07-25 10:32:18 +00:00
eap
08ba46c116
[SALOME platform 0019316]: Need to have a better interface with GHS3D diagnostics
...
+msgid "SMESH_HYP_13"
+msgstr "Algorithm can't work without shape"
+
+msgid "SMESHGUI_ComputeDlg::SHOW_BAD_MESH"
+msgstr "Show bad Mesh"
+
2008-07-21 09:58:49 +00:00
eap
481dfe6e2e
[SALOME platform 0019316]: Need to have a better interface with GHS3D diagnostics
...
+ void onShowBadMesh();
2008-07-21 09:58:11 +00:00
eap
6d10da4745
SMESH::Hypothesis_Status SMESH_Mesh_i::ConvertHypothesisStatus
...
(SMESH_Hypothesis::Hypothesis_Status theStatus){
switch (theStatus) {
+ RETURNCASE( HYP_NEED_SHAPE );
2008-07-21 09:53:33 +00:00
eap
df5d0e7d52
CORBA::Long SMESH_MeshEditor_i::AddFace(const SMESH::long_array & IDsOfNodes)
...
{
- return false;
+ return 0;
2008-07-21 09:52:43 +00:00
eap
5b2379017c
[SALOME platform 0019316]: Need to have a better interface with GHS3D diagnostics
...
+ // Return mesh elements preventing computation of a subshape
+ SMESH::MeshPreviewStruct* GetBadInputElements( SMESH::SMESH_Mesh_ptr theMesh,
+ CORBA::Short theSubShapeID )
2008-07-21 09:51:45 +00:00
eap
5cb83e99e0
[SALOME platform 0019316]: Need to have a better interface with GHS3D diagnostics
...
fix for algos not needing shapes
2008-07-21 09:50:39 +00:00
eap
a995fac75d
[SALOME platform 0019316]: Need to have a better interface with GHS3D diagnostics
...
{
_name = "UseExisting_1D";
_shapeType = (1 << TopAbs_EDGE); // 1 bit per shape type
+ _requireShape = false;
}
2008-07-21 09:49:06 +00:00
eap
95b07959a5
fix misspelling
2008-07-21 09:47:54 +00:00
eap
33cfc57a7c
fix the problem that dependent submeshes are not always cleared when
...
hypothesis is removed
2008-07-21 09:47:15 +00:00
eap
60d6911d52
[SALOME platform 0019316]: Need to have a better interface with GHS3D diagnostics
...
improve work with algos not needeing shapes
2008-07-21 09:43:48 +00:00
eap
6f8dc08854
[SALOME platform 0019316]: Need to have a better interface with GHS3D diagnostics
...
enum Hypothesis_Status // in the order of severity
{
+ HYP_NEED_SHAPE // algorithm can work on shape only
2008-07-21 09:42:35 +00:00
eap
58f17329c5
[SALOME platform 0019316]: Need to have a better interface with GHS3D diagnostics
...
store bad input elements and nodes
2008-07-21 09:41:11 +00:00
dmv
b4aed9ff1c
Bug IPAL20034 Error after Find geometry by mesh element selection,if element is selected,but mesh isn't created.Regress.
2008-07-15 06:20:48 +00:00
dmv
cba44c5492
Bug IPAL19981 4x regress: unstable font for values of scalar bar
2008-07-08 08:15:13 +00:00
eap
6da23ffa6f
[SALOME platform 0019911]: pb of memory allocation in SMESH
...
call CheckMemory() not at any entity addition but after adding
CHECKMEMORY_INTERVAL(=1000) entities.
2008-07-07 07:36:47 +00:00
eap
9ea74d4371
[SALOME platform 0019911]: pb of memory allocation in SMESH
...
make the amount of memory allocated at each step depend on total RAM size
2008-07-07 07:34:17 +00:00
skl
779689b9a7
Changes for bug IPAL19574.
2008-07-04 11:02:20 +00:00
mkr
4112f94a38
Fix for bug IPAL20043 : Problem of current folder definition during mesh export (Appendix for Mantis 0019903).
2008-07-03 09:00:42 +00:00
jfa
c174b59dd5
Bug 0019389: Impossible to create a group with a selection in another group.
2008-07-03 07:33:37 +00:00
vsr
4324ec1b43
IMP 001989: multi selection in "Import" dialog boxes
2008-07-02 08:41:03 +00:00
dmv
dcb0b83441
Bug IPAL20033 Error after Close Study with Change Clipping dialog box opened. Sometimes it either crashes or hangs up.
2008-07-01 13:26:51 +00:00
dmv
15ec793e1d
Bug IPAL20038 Name disappears in Create Group on Mesh dialog box when Group type is changed.
2008-07-01 12:38:09 +00:00
mkr
4f55f53101
Fix for bug 0019903: EDF 781 SMESH: give a default name when exporting mesh.
2008-06-30 10:06:21 +00:00
dmv
d408364886
Bug IPAL19581 REGR: Fatal error SIGSEGV on validation "Selection filter library"
2008-06-26 12:54:23 +00:00
dmv
b9f577609d
IPAL19824, Smoothing. Selection of edges is incorrect - they must be inactive.
...
IPAL10421, Needless selection in 3D Viewer during Smoothing operation
2008-06-23 10:18:26 +00:00
skl
aa7d5e89a0
Updated for bug IPAL19474.
2008-06-23 07:56:20 +00:00
dmv
25dc346fe7
IPAL 19883 Smoothing. Error on Apply if "Fixed nodes ids" is activated, but node is not selected.
2008-06-20 13:53:26 +00:00
vsr
3506ddb84a
Fix problems with quadratic elements preview in 'Add Quadriatic element' dialog box.
2008-06-20 13:24:37 +00:00
dmv
e48a1779f1
IPAL 18631 Remove Extra Messages from the Terminal in case of Release Mode
2008-06-19 10:33:52 +00:00
vsr
607c254121
Fix bug with SIGSEGV when entering wrong edge id in "Diagonal Inversion" and "Union Triangles" dialog boxes
2008-06-19 08:39:09 +00:00
dmv
a0a59a9d9c
ID 0019887: EDF 757 SMESH: It is possible to delete a referenced GEOM object from SMESH
2008-06-19 07:15:20 +00:00
skl
d606c0d54d
Update for bug IPAL19574.
2008-06-19 05:35:18 +00:00
eap
7a3da6781d
[SALOME platform 0019880]: SIGSEV while dumping the study
2008-06-11 07:05:33 +00:00
eap
09c536b7fe
Assure re-compute after "Clear Mesh data" if there was computation failure
2008-06-09 08:05:23 +00:00
vsr
b471fad098
Issue 0016760: improve dialog box
2008-06-09 07:09:36 +00:00
vsr
ad8625f0e3
Issue 0016760: Fix pb in zero size of MED file
2008-06-09 07:08:28 +00:00
eap
bfc5148139
[SALOME platform 0019867]: Export/Import MED problem with Volumes
...
Prevent from whitespace being the last char of family name - II
2008-06-09 06:49:26 +00:00
mzn
9400fe5867
Fix for bug 0019870(Import/Export should show current directory). Correction.
2008-06-07 13:55:17 +00:00
mzn
3e81347908
Fix for bug 0019870(Import/Export should show current directory).
2008-06-07 12:49:40 +00:00
eap
e8ee05e869
PAL16760 - MED file information
...
store MedFileInfo instead of file name in order not to open med
file every time GetMedFileInfo() is called, which happens at every
invoking pop-up of mesh.
2008-05-30 09:26:48 +00:00
skl
ce5a49c530
Update for bug IPAL19784.
2008-05-29 05:11:32 +00:00
skl
5971357dfc
Updated for IPAL19813.
2008-05-28 05:36:27 +00:00
asl
239fc6cc6a
PAL16760 - MED file information
2008-05-27 10:27:58 +00:00
dmv
2c5c38b368
IPAL 19788 REGRESSION - groups are lost after import UNV file.
2008-05-27 08:28:45 +00:00
eap
caf39ac84c
PAL19817 Projection 1D algorithm failure.
...
fix association of groups by propagation
2008-05-27 07:43:06 +00:00
eap
2637a98e56
PAL19802 A "Clear Mesh data" method for SMESH.Mesh objects
...
hide groups and submeshes
2008-05-27 06:17:13 +00:00
skl
a1e8ac1ffa
Updated for IPAL19826.
2008-05-27 06:13:26 +00:00
eap
2a180e9a89
add missing includes
2008-05-26 14:15:28 +00:00
eap
4e38a82bb3
comment warning message
2008-05-26 14:15:02 +00:00
eap
54df188f64
PAL19802 A "Clear Mesh data" method for SMESH.Mesh objects
2008-05-26 14:14:19 +00:00
skl
7d5c34c37c
Updated for NPAL15716.
2008-05-26 07:24:55 +00:00
eap
7a72e1b402
remove obsolete file
2008-05-23 10:15:17 +00:00
dmv
ef54a05a85
Bug #: NPAL19561 Strip extra spaces from groups popup menu in SMESH
2008-05-22 08:54:11 +00:00
eap
b7a2b97337
remove unused variable
2008-05-22 08:43:32 +00:00
eap
ca799421eb
PAL19785 Anomaly UnionGroup + hdf save
...
Prevent from whitespace being the last char of family name
2008-05-22 08:43:10 +00:00
jfa
c1d7a51e7e
NPAL18500: structured help for SMESH python interface.
2008-05-21 10:29:11 +00:00
dmv
b9d1ac1de2
IPAL 19788 4.x: REGRESSION - groups are lost after import UNV file.
2008-05-21 09:34:01 +00:00
skl
38beeccb16
Updated for NPAL19665.
2008-05-21 06:31:42 +00:00
mkr
e4ca575902
Fix for NPAL19645 : Improve SMESH documentation: describe all filters.
2008-05-20 13:23:55 +00:00
jfa
fae671f73c
NPAL19658: Deletion problem. Invalid actions were called by shortcuts.
2008-05-20 08:03:01 +00:00
dmv
4fbfc9aa30
NPAL 19727 EDf 715 SMESH: Import of unv file adds a space character at the end of group names
2008-05-19 07:31:14 +00:00
dmv
b66fdf7ddc
NPAL13898
2008-05-08 13:19:51 +00:00
dmv
c3e2a7b12e
NPAL13898 Ok/Apply/Close laborious for User
2008-05-07 11:37:21 +00:00
jfa
1eae970eff
Default MED version for export is 2.3.
2008-05-06 07:32:45 +00:00
eap
b8d390c6f9
add more options to BLSURF
2008-05-05 10:23:44 +00:00
eap
2c990d2d24
add more options to BLSURF
2008-05-05 06:06:06 +00:00
eap
3d5cf736e4
PAL19680 CEA 4.1.2: Meshers: BLSURF, GHS3D and holed shapes
...
add more 4 advanced options to GHS3D
2008-04-30 09:39:40 +00:00
mzn
9764a38099
Additional fix for bug NPAL19028 (see remarks from Olivier Giorgis).
2008-04-29 13:17:03 +00:00
jfa
b81d800721
NPAL19656: EDF709: Dump file with ExtrusionAlongPath does not work.
2008-04-29 11:03:08 +00:00
eap
688f84c387
Fix problem that "Show SubShape" does not work
2008-04-25 06:26:27 +00:00
eap
975d5ce014
in GetAvailableHypotheses(), checkGeometry only for algorithms
2008-04-24 12:50:31 +00:00
eap
036639c859
PAL19395 Unknoun exception is raised after trying to import med file in SMESH
...
protect from exception when setting invalid color
2008-04-23 14:04:53 +00:00
eap
95f6a1059b
in Mesh.Compute(), report hypothesis errors even if compute() returns OK
2008-04-23 07:02:52 +00:00
eap
570bbfb2ff
add and fix methods of GHS3D and BLSURF hypotheses
2008-04-22 16:52:09 +00:00
eap
70f7bf5c7d
fix check that submeshes are computed if !algo->OnlyUnaryInput()
2008-04-22 16:51:01 +00:00
dmv
6d38cbb6d0
Correct implementation of NPAL 19561
2008-04-17 08:41:36 +00:00
eap
25b744c11f
try to project face nodes if node positions are invalid, report an
...
error on their invalidity
2008-04-17 07:51:48 +00:00
eap
c69cf27bd1
improve error message
2008-04-17 07:49:56 +00:00
eap
bec2f2dc5f
make PrepareForWriting() public
2008-04-17 07:46:51 +00:00
eap
d120b39537
remove useless messages
2008-04-17 07:46:07 +00:00
eap
22b9a6bf30
enable loading resources of MESH plugings by prepending plugin name to pixMap name
2008-04-17 07:45:32 +00:00
eap
f2bbde8d18
add method allowing to customize help page location
...
+ virtual QString helpPage() const;
2008-04-17 07:44:47 +00:00
eap
ce4982ab11
try to cope with invalid node params on edges
2008-04-17 07:42:14 +00:00
jfa
cbb220b1c0
Comments reviewed by YSN.
2008-04-16 13:40:14 +00:00
dmv
660f03eed4
NPAL 19561 Name of objects does not appear in the context menu of VTK viewer
2008-04-16 10:17:40 +00:00
eap
0958758e5e
PAL18352, PAL19290: Conflict in objects selections when switching modules
...
+ virtual bool isSelectionCompatible();
2008-04-16 08:22:32 +00:00
eap
72a4218868
fix DriverMED_Family::Init()
2008-04-08 12:14:41 +00:00
jfa
2ea7fb42a0
NPAL19293: EDF673: Some groups disappear when export and reimport to/from MED. Fix problem with groups removal.
2008-04-01 08:54:09 +00:00
eap
30c4d1f606
fix python dump of MoveClosestNodeToPoint()
2008-03-24 14:14:58 +00:00
eap
1634a3e4d9
PAL19321 Problem of Create Group for volumes
...
SetEntityMode() according to group type
2008-03-21 11:10:21 +00:00
dmv
e7f0754d32
NPAL14803 deleted debug information from terminal
2008-03-20 15:25:28 +00:00
eap
65d7c9da5b
PAL19276 ExportMED does not work when the mesh is too big
...
optimize a little performance of findIJ()
2008-03-20 13:15:42 +00:00
eap
44b7358139
PAL19276 ExportMED does not work when the mesh is too big
...
if (type == SMDSAbs_Face)
vTool.GetAllExistingFaces( myElems );
else
- vTool.GetAllExistingFaces( myElems );
+ vTool.GetAllExistingEdges( myElems );
}
Minimize momory usage at writting mesh to med file
2008-03-20 13:10:50 +00:00
eap
8dd1291a68
PAL19276 ExportMED does not work when the mesh is too big
...
Minimize momory usage at writting mesh to med file
2008-03-20 12:46:44 +00:00
mzn
7438b0e7bc
Fix for bug NPAL19028 ( Default way browser ).
2008-03-20 12:44:29 +00:00
eap
28332f1399
Comment debug output
2008-03-20 12:35:55 +00:00
eap
886d5de06c
PAL19272 CEA patch 4.1.1 / 3.2.9: problem with nodes or corners
...
Remove nodes on vertices at CLEAN event if !algo->NeedDescretBoundary()
2008-03-17 13:56:56 +00:00
dmv
553f9198f9
Fix of SMESH compilation error...
2008-03-17 10:24:05 +00:00
dmv
f3e94fb681
NPAL13898 Ok Apply Close laborious for User...
2008-03-14 14:06:36 +00:00
dmv
af9ba5c340
NPAL14803 Colors in MED Save&Reload presistance
2008-03-11 10:14:24 +00:00
jfa
c1995ef892
Join delta from tag V4_1_1 till tag mergeto_V4_1_0_maintainance_07Mar2008.
2008-03-07 11:05:56 +00:00
jfa
79b1ac2b6d
Join modifications from BR_Dev_For_4_0 tag V4_1_1.
2008-03-07 07:47:05 +00:00
nge
984c4ffdd7
PAL 14158 Add the Octree and OctreeNode classes to accelerate detection of close nodes. Octree is virtual pure, OctreeNode inherites from Octree.
2007-01-22 15:14:44 +00:00
jfa
fb9855e033
New smesh example from Francis KLOSS
2006-06-08 11:02:23 +00:00
jfa
c63ee099ad
Join modifications from branch BR_DEBUG_3_2_0b1
2006-06-01 11:39:17 +00:00
jfa
7cab0901cb
Fix bug 10955: Collisions with 'Ctrl+I' and 'Ctrl+M' hot keys.
2006-05-10 14:34:56 +00:00
eap
d9a6e9d9f3
fix bug 12361. In SetName(): there may be no study
2006-05-10 12:54:55 +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
enk
06c42e9c95
Fix for Bug IPAL11055:
...
It is impossible to input negative value as f(t) in table function.
2006-03-21 07:24:22 +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
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
eap
96874fc4b6
PAL10953. Fix GetSubmeshComputed(): there may be elements but no nodes in a submesh
2005-12-26 10:36:57 +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
493903908d
fix PAL10974. Call CleanDependants() instead of
...
RemoveSubMeshElementsAndNodes() before algo->Compute()
2005-12-20 13:57:13 +00:00
eap
d81b4f8f21
fix bug PAL10974: add IsReversedSubMesh()
2005-12-20 13:53:23 +00:00
eap
477d745d92
fix bug PAL10974: check if SubMeshesComputed() by presence of nodes in submesh.
...
Restore lost modifications fixing PAL8021.
2005-12-20 11:10:13 +00:00
eap
e07015e9cc
fix bug 10959. Initialize GEOM_Gen if necessary
2005-12-19 15:30:18 +00:00
eap
dcc030258b
fix bug 10073. Check isVisible() in enterEvent() which unexpectedly comes after accept()
2005-12-19 13:14:02 +00:00
eap
aeef41e893
PAL10595: unit and coordinate name length must be equal to 16
2005-12-15 09:56:38 +00:00
eap
71d173d51a
PAL10494 (SMESH python dump uses idl interface). Python dump using TPythonDump tool
2005-12-15 08:38:29 +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
eap
d9e37c0ebb
PAL10494 (SMESH python dump uses idl interface). Add GetAlgorithm() to class Mesh_Algorithm in order to have access to the wrapped mesher
2005-12-15 07:29:27 +00:00
asl
01d6aed55b
PAL10902 - local selection is stay in viewer after "apply" of Modifiction->Orientation operation
2005-12-14 07:11:48 +00:00
asl
bfcd70d78a
PAL10810 - "Display", "Erase", "Display only" on root objects
2005-12-14 06:44:19 +00:00
asl
326ed6ac2c
Fix of compilation problems on some platforms
2005-12-06 12:52:53 +00:00
mzn
94b4c4f7f7
Remove unnecessary item.
2005-12-06 12:32:59 +00:00
smh
2754c581d3
Copyrights update
2005-12-05 16:31:55 +00:00
mzn
d1cf3c4101
Fix for bug PAL8377 (ExportToMed TUI vs GUI: how to set the value of the boolean "auto_groups"?).
2005-12-02 13:04:27 +00:00
mzn
7d9ae6b54f
Fix for bug IPAL10313 (It is impossible to select "Start point" from 3D viewer in "Extrusion along a path" dialog box).
2005-12-02 10:52:13 +00:00