eap
5af4f7d6d2
PAL16202,16203 (Propagation 1D on edges group)
...
source shape can be a group
2007-11-07 10:13:19 +00:00
eap
fb0ce93a9c
PAL16774 (Crash after display of many groups)
...
throw if there are errors in buildPrs()
2007-11-07 10:10:30 +00:00
eap
0a33c4aa98
PAL16202,16203 (Propagation 1D on edges group)
...
1) fix error message when Mesh.Compute() fails due to bad hypo definition
2) fix args of TreatHypoStatus() calls
2007-11-07 10:08:39 +00:00
eap
65bad49375
PAL16774 (Crash after display of many groups)
...
add SMESH_VISU_PROBLEM_CLEAR
2007-11-07 10:06:00 +00:00
eap
2145d41d72
PAL16202,16203 (Propagation 1D on edges group)
...
remove useless includes
2007-11-07 10:02:43 +00:00
eap
13e902c404
PAL16202,16203 (Propagation 1D on edges group)
...
source shape can be a group
2007-11-07 10:01:36 +00:00
eap
42e8757bfc
PAL16202,16203 (Propagation 1D on edges group)
...
remove useless includes
2007-11-07 09:57:05 +00:00
eap
a4deef590d
PAL16774 (Crash after display of many groups)
...
prepare to mesh deletion at closing a study
2007-11-07 09:54:13 +00:00
eap
a331960039
PAL16202,16203 (Propagation 1D on edges group)
...
remove useless includes
2007-11-07 09:51:52 +00:00
eap
edf16dcfc6
PAL16202,16203 (Propagation 1D on edges group)
...
1) avoid double "Salome exception" in error description
2) select mesh after visualization
2007-11-07 09:50:37 +00:00
eap
fddc257b55
PAL16202,16203 (Propagation 1D on edges group)
...
- * * theNumber - Number of subshapes. Object is selected if it contains theNumber of
- * theSubShapeType sub-shapes
+ * * theNumber - Number of subshapes. Object is selected if it contains
+ * theNumber of theSubShapeType sub-shapes, or at least
+ * one theSubShapeType, provided that theNumber==0
2007-11-07 09:48:31 +00:00
eap
9ebce0b2a6
PAL16202,16203 (Propagation 1D on edges group)
...
remove useless includes and fix SetEventListener()
2007-11-07 09:43:35 +00:00
eap
90bfa44674
PAL16202,16203 (Propagation 1D on edges group)
...
remove useless includes and
+ /*!
+ * \brief Return submeshes of groups containing the given subshape
+ */
+ std::list<SMESH_subMesh*> GetGroupSubMeshesContaining(const TopoDS_Shape & shape) const
+ throw(SALOME_Exception);
2007-11-07 09:41:42 +00:00
maintenance team
9d182ff3a7
Common update
2007-11-07 09:40:09 +00:00
eap
4f65b594f7
PAL16202 (Propagation 1D on edges group)
...
remove useless includes
2007-11-07 09:39:20 +00:00
eap
04c27b0ed7
PAL16202 (Propagation 1D on edges group)
...
+ SMESHDS_SubMeshIteratorPtr GetSubMeshIterator() const;
2007-11-07 09:35:51 +00:00
eap
1a2cff525d
PAL16774 (Crash after display of many groups)
...
+ virtual void studyClosed( SUIT_Study* );
and catch during visualization
2007-11-07 09:31:16 +00:00
eap
b0b1fb044d
PAL16774 (Crash after display of many groups)
...
+ virtual void studyClosed( SUIT_Study* );
2007-11-07 09:30:18 +00:00
eap
c9328ea212
PAL16774 (Crash after display of many groups)
...
implement destructor to free memory at closing a study
2007-11-07 09:28:28 +00:00
ouv
1949fa0f3e
Bug NPAL12872 - EDF189 GEOM, SMESH : Visualization of groups with many colors
2007-11-06 08:54:05 +00:00
srn
068112a9e4
Added include of CASCatch using $(GUI_CXXFLAGS)
2007-10-31 15:02:38 +00:00
eap
4efdd7211a
PAL17233: Projection 2D doesn't work (bis)
...
exclude using compUVByElasticIsolines()
2007-10-24 08:40:19 +00:00
rnv
e28cd63140
Implementation of NPAL13504 improvement.
2007-10-24 07:05:58 +00:00
jfa
8d59a5ffda
NPAL17241: EDF590: Keyboard shortcuts for removing and renaming an object.
2007-10-23 07:06:01 +00:00
dmv
43baeb818c
NPAL 16561
2007-10-23 06:39:12 +00:00
dmv
4e6faba5b9
NPAL16561
2007-10-18 13:28:46 +00:00
jfa
ac898ee42c
Bug 17298: AttributeError during import of SMESH_BelongToGeom.py.
2007-10-16 12:54:34 +00:00
eap
f6fd462515
+ // double delta = d1*d2*1e-6; PAL17233
...
+ double delta = min( d1, d2 ) / 10.;
2007-10-11 12:43:01 +00:00
mzn
4735affc4f
Porting GUI documentation on Doxygen tool.
2007-10-10 13:48:35 +00:00
mzn
0600c4b484
Porting GUI documentation on Doxygen tool.
2007-10-10 13:41:52 +00:00
eap
6814271570
PAL16774 (Crash after display of many groups)
...
add missing white space to SMESH_CONTINUE_MESH_VISUALIZATION
2007-10-03 08:51:29 +00:00
eap
1ec6e6b0ec
PAL14858 (The Mesh Info Dialog Box is too slow)
...
fix mesh update
2007-10-02 14:18:14 +00:00
eap
8070596937
PAL17091 ("Mesh Infos" dlg shows wrong number of quadrangles of the computed mesh)
...
take into account element type change at merging nodes
2007-10-02 12:45:45 +00:00
eap
188056a142
PAL16567(problem with extrusion 3D, Propagation 2D when the source fase isn't planar)
...
- int myFaceIndex = -1;
- double myFaceParam = 0.;
+ myFaceIndex = -1;
+ myFaceParam = 0.;
2007-09-26 10:01:26 +00:00
eap
86f7d569d9
PAL14858 (The Mesh Info Dialog Box is too slow)
...
fix the previous integration
2007-09-26 09:56:22 +00:00
maintenance team
bd08112bc4
Porting to windows after merge with 3.2.7
2007-09-25 13:39:30 +00:00
eap
f8d23e8916
PAL14858 (The Mesh Info Dialog Box is too slow)
...
replace ::SMESH_Mesh::ElementOrder with SMDSAbs_ElementOrder
2007-09-25 08:41:25 +00:00
eap
11f9744ee7
PAL14858 (The Mesh Info Dialog Box is too slow)
...
use SMDS_MeshInfo to nkow nb of entities
2007-09-25 08:40:00 +00:00
eap
179804804f
PAL14858 (The Mesh Info Dialog Box is too slow)
...
+ SMDS_MeshInfo myInfo;
2007-09-25 08:38:44 +00:00
eap
d11bd3433d
PAL14858 (The Mesh Info Dialog Box is too slow)
...
+enum SMDSAbs_ElementOrder {
+ ORDER_ANY, /*! entities of any order */
+ ORDER_LINEAR, /*! entities of 1st order */
+ ORDER_QUADRATIC /*! entities of 2nd order */
+};
2007-09-25 08:37:43 +00:00
eap
f70ca0e622
PAL14858 (The Mesh Info Dialog Box is too slow)
...
+ SMDS_MeshInfo.hxx
2007-09-25 08:36:46 +00:00
eap
1db9bf4129
PAL16631 (SALOME crash after a mesh computation failed due to lack of memory)
...
- void Update(const Handle(SALOME_InteractiveObject)& theIO,
+ bool Update(const Handle(SALOME_InteractiveObject)& theIO,
2007-09-24 13:53:31 +00:00
eap
8c740710a0
+ SMDS_Mesh::CheckMemory(); // PAL16631
2007-09-24 13:52:57 +00:00
eap
f6615d7074
PAL16631 (SALOME crash after a mesh computation failed due to lack of memory)
2007-09-24 13:51:42 +00:00
eap
8d825b71d3
+# Executables targets
...
+bin_PROGRAMS = SMDS_MemoryLimit
+dist_SMDS_MemoryLimit_SOURCES = \
+ SMDS_MemoryLimit.cxx
+SMDS_MemoryLimit_LDADD = \
+ $(KERNEL_LDFLAGS) -lSALOMELocalTrace
2007-09-24 13:50:56 +00:00
eap
490be5a7f0
PAL16631 (SALOME crash after a mesh computation failed due to lack of memory)
...
use SMDS_MemoryLimit in CheckMemory() to know a lower memory limit
2007-09-24 13:49:46 +00:00
eap
b18c323afd
PAL16631 (SALOME crash after a mesh computation failed due to lack of memory)
...
fix misspelling
2007-09-24 13:48:53 +00:00
mzn
9010d190b3
Fix for Bug NPAL16771 (EDF 556 SMESH : Can't select some groups of nodes in the VTK view).
2007-09-17 10:07:18 +00:00
eap
a78f064b8c
PAL16892 (impossible to create Distribution of Layers hypothesis, for Radial Prism 3D algorithm)
...
- myHypTypes = SMESH::GetAvailableHypotheses( false, 0 );
+ myHypTypes = SMESH::GetAvailableHypotheses( false, 1 );
2007-09-11 13:33:17 +00:00
eap
a97aac6c22
+ // PAL16857(SMESH not conform to the MED convention):
...
+ if ( aMeshDimension == 2 && anIsZDimension ) // 2D only if mesh is in XOY plane
+ aMeshDimension = 3;
2007-09-11 06:53:33 +00:00