Commit Graph

2078 Commits

Author SHA1 Message Date
eap
b7aaf5fe0e comment out obsolete methods relating to treatment of notebook variables 2012-08-24 13:33:22 +00:00
eap
868ce5dcae improve comments 2012-08-24 13:32:35 +00:00
eap
cb99a4c0e6 0021811: EDF BLSURFPLUGIN GHS3DPLUGIN: If dump is not historical, dump of hypothesis is incomplete
read methods (<accumulative-methods>) that don't
change a value of a meshing parameter but add one more value
2012-08-24 11:47:21 +00:00
eap
b32dca0dad 0021811: EDF BLSURFPLUGIN GHS3DPLUGIN: If dump is not historical, dump of hypothesis is incomplete
read and take into account methods (<accumulative-methods>) that don't
change a value of a meshing parameter but add one more value
2012-08-24 11:46:38 +00:00
eap
98b5f502a9 0021811: EDF BLSURFPLUGIN GHS3DPLUGIN: If dump is not historical, dump of hypothesis is incomplete
store methods that don't change a value of a meshing parameter but
add one more value

csll _pyHypothesis
{
...
+  std::set< _AString >          myAccumulativeMethods;
2012-08-24 11:45:41 +00:00
vsr
3c9be5dcb8 Improvement of Python API documentation (SMESH and plugins):
- move base Mesh_Algorithm class to the separate python module
2012-08-24 05:52:39 +00:00
vsr
7ab128efcd Improvement of Python API documentation (SMESH and plugins):
- move base Mesh_Algorithm class to the separate python module
2012-08-24 05:32:18 +00:00
gdd
2b44d5c610 Fix wrong display of preferences in Properties window.
Update doc to add MED_BALL elements.
2012-08-23 13:08:11 +00:00
vsr
c95f7a952a Add classes inheritance diagrams to documentation 2012-08-23 07:48:33 +00:00
vsr
b010d641ff Add missing docHelper attributes 2012-08-23 07:35:00 +00:00
vsr
ce15afc1f3 Another minor correction 2012-08-22 13:13:05 +00:00
vsr
719d4363c4 Additional minor changes 2012-08-22 11:47:12 +00:00
vsr
2051c93ef7 small correction of generated documentation 2012-08-22 10:31:25 +00:00
vsr
5e2d03fd99 0021308: EDF 1923 SMESH: Remove hard-coded dependency of the external mesh plugins from the SMESH module
* Improve documentation for meshing plug-ins (in particular, dynamically added methods)
2012-08-22 07:33:58 +00:00
vsr
8a72a789d3 0021308: EDF 1923 SMESH: Remove hard-coded dependency of the external mesh plugins from the SMESH module
* Improve documentation for meshing plug-ins (in particular, dynamically added methods)
2012-08-22 06:12:24 +00:00
vsr
a4ca8bc3bc 0021308: EDF 1923 SMESH: Remove hard-coded dependency of the external mesh plugins from the SMESH module
* Improve documentation for meshing plug-ins (in particular, dynamically added methods)
2012-08-22 05:45:47 +00:00
eap
7722c85978 021800: EDF 2346 : Bug in the dump of ExtrusionAlongpathX 2012-08-21 15:50:07 +00:00
eap
733a71000e 0021374: EDF 1898 SMESH: Extrusion of a node to have an edge
Set a filter to select groups and sub-meshes corresponding to a constructor id
2012-08-21 15:26:19 +00:00
eap
9767e4ad3e 0021801: EDF 2143 SMESH: random order of groups returned by ExtrusionSweepObject2D
set correct type of a new group
2012-08-21 14:26:08 +00:00
eap
ff3bbcc0c9 0021801: EDF 2143 SMESH: random order of groups returned by ExtrusionSweepObject2D 2012-08-21 14:14:48 +00:00
eap
110067df8c 0021801: EDF 2143 SMESH: random order of groups returned by ExtrusionSweepObject2D
+  SMESH_Group* AddGroup (SMESHDS_GroupBase* groupDS)
2012-08-21 14:13:23 +00:00
vsr
a22deee34c 0021308: EDF 1923 SMESH: Remove hard-coded dependency of the external mesh plugins from the SMESH module
* Improve documentation for meshing plug-ins (in particular, dynamically added methods)
2012-08-21 13:49:35 +00:00
vsr
9423cdc0ef 0021308: EDF 1923 SMESH: Remove hard-coded dependency of the external mesh plugins from the SMESH module
* Improve documentation for meshing plug-ins (in particular, dynamically added methods)
2012-08-21 13:15:16 +00:00
gdd
68d4198983 Fix incorrect doc example 2012-08-20 15:02:39 +00:00
eap
a3bc9d737b SALOME Forum: Mesh export to UNV file does not work anymore with Salome 6.5
http://www.salome-platform.org/forum/forum_14/379396441

  Fix format at writting
2012-08-13 14:19:35 +00:00
eap
809c265960 0021799: EDF 2344 SMESH: Existing groups are not taken into account when adding new elements into groups
fix a regression in buildElemPrs()
2012-08-13 09:05:13 +00:00
eap
7c8ba54a1a 0021799: EDF 2344 SMESH: Existing groups are not taken into account when adding new elements into groups 2012-08-13 09:03:54 +00:00
gdd
779adc8fa5 Fix crash during preview 2012-08-10 14:01:12 +00:00
eap
beabd65174 0021783: EDF 785 SMESH : Bad display of Groups of Volumes
fix iteration on types of elements
2012-08-08 14:59:54 +00:00
eap
e050f81084 create myBall in brief mode 2012-08-08 13:02:22 +00:00
eap
9eedde53dd 0021765: EDF 2334 SMESH: ConvertToQuadratic with medium node on geometry generates bad elements
Enables fixing node parameters by helper

+        helper.ToFixNodeParameters( true );
2012-08-07 09:18:15 +00:00
eap
6056cf7472 0021765: EDF 2334 SMESH: ConvertToQuadratic with medium node on geometry generates bad elements
+   * \brief Enables fixing node parameters on EDGEs and FACEs by
+   * GetNodeU(...,check=true), GetNodeUV(...,check=true), CheckNodeUV() and
+   * CheckNodeU() in case if a node lies on a shape set via SetSubShape().
+   * Default is False
+   */
+  void ToFixNodeParameters(bool toFix);
2012-08-07 09:16:38 +00:00
gdd
9521abf244 Fix small mistake (',' instead of '+') 2012-08-01 09:36:50 +00:00
eap
4217970fc6 0021764: EDF SMESH: QUAD9 elements not counted in the mesh computation summary
Complete the fix
2012-07-31 15:56:39 +00:00
gdd
f63603631a Update translation files 2012-07-31 15:40:13 +00:00
eap
4bb457d7e6 0021764: EDF SMESH: QUAD9 elements not counted in the mesh computation summary
Add recently added types of elements
2012-07-31 15:01:08 +00:00
eap
0bab05d95d 0021762: EDF 2333 : Bug in composite side algorithm on partition result
fix orientation of EDGEs before calling BRepLProp::Continuity()
2012-07-31 10:51:50 +00:00
eap
5c3c22f91d make SplitVolumesIntoTetra() dump as a method of Mesh 2012-07-30 07:34:54 +00:00
eap
ae45216251 0021759: EDF 1785 SMESH: A group of nodes created by filters is incomplete
bug: elementsIterator(SMDSAbs_Node) returns nothing
2012-07-27 13:11:14 +00:00
eap
84cb6968f2 fix vagrind error at incrementing an iterator pointing to a deleted
map node
2012-07-27 08:26:18 +00:00
eap
b3abeea3ba 0021758: [CEA] Internal test fails with Netgen3D
do not use SMDS_SetIterator for iteration on myCell because
SMDS_SetIterator doesn't allow modification of a container being
iterated
2012-07-27 07:29:41 +00:00
eap
672396228a more info on GetPointState() 2012-07-23 08:14:11 +00:00
eap
7dd9d3dc6b Generalize "Cancel Compute" mechanism to be able to report
"Computation canceled" instead of "Algorithm failed" as failure reason

+    if ( _computeCanceled ) return false;
2012-07-20 16:13:19 +00:00
eap
257a9fdff2 Generalize "Cancel Compute" mechanism to be able to report
"Computation canceled" instead of "Algorithm failed" as failure reason

+  COMPERR_CANCELED       = -11  //!< compute canceled
2012-07-20 16:12:39 +00:00
eap
6d10682edc Generalize "Cancel Compute" mechanism to be able to report
"Computation canceled" instead of "Algorithm failed" as failure reason

+        <source>COMPERR_CANCELED</source>
+        <translation>Computation canceled</translation>
2012-07-20 16:12:27 +00:00
eap
c553d12402 Generalize "Cancel Compute" mechanism to be able to report
"Computation canceled" instead of "Algorithm failed" as failure reason

+      CASE2TEXT( COMPERR_CANCELED      );
2012-07-20 16:12:16 +00:00
eap
1d6e1db451 -#ifdef WITH_SMESH_CANCEL_COMPUTE 2012-07-20 16:11:59 +00:00
eap
a08c336e83 remove commented obsolete code 2012-07-20 16:11:41 +00:00
eap
7c5dc4f006 Generalize "Cancel Compute" mechanism to be able to report
"Computation canceled" instead of "Algorithm failed" as failure reason

+  volatile bool _computeCanceled; //!< is set to True while computing to stop it
2012-07-20 16:11:12 +00:00
eap
0a45cd504a Generalize "Cancel Compute" mechanism to be able to report
"Computation canceled" instead of "Algorithm failed" as failure reason

+    COMPERR_CANCELED         // compute canceled
2012-07-20 16:10:45 +00:00