vsr
577906c7b0
Imp: numbering font preferences
2012-12-29 11:45:10 +00:00
eap
752ad5bd14
untabify
2012-12-28 16:30:38 +00:00
eap
e9bec6bddf
missing @param description
2012-12-28 16:26:40 +00:00
eap
163befd6c9
0021397: EDF SMESH: a quadrangle face mesh can't be projected to a cylinder
2012-12-28 16:24:50 +00:00
eap
e205108fca
0021397: EDF SMESH: a quadrangle face mesh can't be projected to a cylinder
2012-12-28 15:53:47 +00:00
eap
00ac0dfc36
typo
2012-12-28 15:53:01 +00:00
eap
64a8aee9ab
0021397: EDF SMESH: a quadrangle face mesh can't be projected to a cylinder
...
enable FindSubShapeAssociation() on faces with different nb of VERTEXes
2012-12-28 15:52:46 +00:00
eap
d7b0855638
prevent GetName() failure on a not CORBA object
2012-12-28 15:50:11 +00:00
eap
a763cfdd81
- <translation>%1 nodes successfully merged.</translation>
...
+ <translation>%1 groups of nodes successfully merged.</translation>
2012-12-28 15:49:07 +00:00
eap
d8ad3b8931
minor decoration
2012-12-28 15:48:52 +00:00
vsr
fe32ec275a
Imp: Mesh Info dialog box - show node/element position not only in colocated mode
2012-12-28 14:49:43 +00:00
eap
d95ba01c50
leaks of CORBA objects
2012-12-28 11:39:35 +00:00
eap
3e47e37091
initialize myIsMultipleAllowed
2012-12-28 11:39:01 +00:00
eap
79cd67d5b8
untabify
2012-12-28 11:38:26 +00:00
eap
08f731ecd6
Use GEOM_Object_var instead of GEOM_Object_wrap for obj returned by GetMainShape()
2012-12-28 11:38:13 +00:00
vsr
fd1f32bef8
Win32 compatibility
2012-12-25 05:25:17 +00:00
eap
811cb809ee
remove obsolete commented code
2012-12-24 13:58:49 +00:00
eap
414745da0e
0021948]: EDF SMESH : Memory is not freed when deleting a mesh
...
Move declaration of GEOM::GEOM_Object_wrap form
GEOMBase/GEOM_GenericObjPtr.h to GEOM_I/GEOM_wrap.hxx as GEOMBase is
a part of GUI
-#include <GEOM_GenericObjPtr.h>
+#include <GEOM_wrap.hxx>
2012-12-24 13:58:17 +00:00
vsr
75be4ee0eb
0021858: EDF 2171 SMESH : Add an information about the groups an element or node belongs to
...
- additional minor change: trim long group names
2012-12-21 11:06:26 +00:00
eap
c6270448c0
untabify
2012-12-20 15:35:56 +00:00
eap
c8c3c7ed5d
Add a method comment
2012-12-20 15:34:53 +00:00
eap
8951167c87
- TCollection_AsciiString aSavedTrace (oldValue.out());
...
+ TCollection_AsciiString aSavedTrace (oldValue.in());
2012-12-20 15:31:28 +00:00
vsr
65f79df2af
0021858: EDF 2171 SMESH : Add an information about the groups an element or node belongs to
2012-12-20 15:29:39 +00:00
vsr
5e7fae6a20
0021858: EDF 2171 SMESH : Add an information about the groups an element or node belongs to
2012-12-20 14:44:56 +00:00
vsr
b31f9cd66a
Fix misprint
2012-12-20 12:52:29 +00:00
eap
54a7ed03b8
- if ( myProjFace.IsDone() && myProjFace.LowerDistance() <= myTol );
...
+ if ( myProjFace.IsDone() && myProjFace.LowerDistance() <= myTol )
2012-12-20 11:20:35 +00:00
eap
0115246c96
Fix for 32-bit platforms
...
- int GetElementIds( int* ids ) const;
+ template< typename IDTYPE >
+ int GetElementIds( IDTYPE* ids ) const
+ {
+ return getElementIds( (void*)ids, sizeof(IDTYPE));
+ }
2012-12-20 10:19:51 +00:00
eap
58146f9215
precision on 2D algo
2012-12-20 09:48:39 +00:00
vsr
1e288edaa1
Imp: show element position in a mesh information dialog box
2012-12-20 05:59:39 +00:00
prascle
2af758c692
PR: fix previous commit
2012-12-19 16:31:35 +00:00
vsr
2cb5a0ee33
Imp: dump mesh information to file
2012-12-19 14:33:24 +00:00
eap
c8b155a155
Add an arg to Concatenate() specifying a name of a new mesh
2012-12-18 17:49:25 +00:00
eap
9ed5632be0
22017: [CEA 739] Get an error code returned by cadsurf_set_param
...
Remove "Salome " from "Salome Exception" prefix returned by
SALOME_Exception::what() while composing an error message
2012-12-18 13:33:32 +00:00
eap
338eab651c
- TCollection_AsciiString oldScript (oldValue.out());
...
+ TCollection_AsciiString oldScript (oldValue.in());
2012-12-18 12:57:39 +00:00
eap
5ee5ad7e03
Fix a bug that "Lying on Geom" filter rejects elements whose gravity
...
center is outside the shape
2012-12-18 10:56:35 +00:00
prascle
500aed0351
PR: compilation problem on ubuntu 12.04
2012-12-18 09:25:28 +00:00
vsr
22878614be
Imp for Mesh Info dialog box: double click on "connectivity" item switch dialog box to show information of connected nodes/elements
2012-12-18 08:06:25 +00:00
eap
cda4289765
- nbElemsLabel = new QLabel(" 0", this );
...
+ nbElemsLabel = new QLabel("0", this );
2012-12-17 16:42:40 +00:00
eap
b69677548c
22011: [CEA 736] Mesh ends with "Global 2D algorithm is missing"
...
In checkMissing(), check only sub-meshes on meshable shapes (edges,faces,solids)
2012-12-17 16:37:18 +00:00
eap
4f0a26fa4d
Allow for definition of sweep vector by 3 vector components
2012-12-17 16:17:54 +00:00
vsr
beab223e19
Imp: allow customization of nodes / cells numbering text properties via preferences
2012-12-17 15:48:01 +00:00
eap
7085686b04
Add missing throw (SALOME::SALOME_Exception)
2012-12-17 15:39:59 +00:00
eap
bd7cecec9a
Add missing try/catch using SMESH_TryCatch.hxx
2012-12-17 15:39:30 +00:00
eap
c3597c66f0
+ /*!
...
+ * \brief Function used in SMESH_CATCH to convert a caught exception to
+ * SALOME::SALOME_Exception
+ */
+ inline void throwCorbaException(const char* excText)
+ {
+ THROW_SALOME_CORBA_EXCEPTION( excText, SALOME::INTERNAL_ERROR );
+ }
2012-12-17 15:38:09 +00:00
eap
dfe68f4de1
- smeshpy.py
2012-12-17 15:10:44 +00:00
eap
62cf47f6ed
useless file
2012-12-17 15:09:43 +00:00
eap
7abb1c93b4
Use SMESH_TryCatch.hxx
2012-12-17 14:14:18 +00:00
eap
2b6536d33b
+ SMESH_TryCatch.hxx
2012-12-17 14:14:03 +00:00
eap
6cafe5cc9f
22010: [CEA 731] "CreateDimGroup" creates some faces not belonging to volumes's skin
...
Re-implenent CreateDimGroup()
2012-12-17 14:12:40 +00:00
vsr
b70f27b542
Imp: use file name as default mesh name when publishing data coming from SAUV or STL file
2012-12-17 12:38:17 +00:00