Salome HOME
modules/smesh.git
14 years ago*** empty log message ***
adam [Tue, 2 Mar 2010 15:47:09 +0000 (15:47 +0000)]
*** empty log message ***

14 years agofix comment
eap [Tue, 2 Mar 2010 06:47:35 +0000 (06:47 +0000)]
fix comment

14 years agowindows port
adam [Mon, 1 Mar 2010 14:15:48 +0000 (14:15 +0000)]
windows port

14 years ago*** empty log message ***
adam [Mon, 1 Mar 2010 14:14:38 +0000 (14:14 +0000)]
*** empty log message ***

14 years agoCorrect implementation of Max Subshape limiter.
dmv [Mon, 1 Mar 2010 14:00:46 +0000 (14:00 +0000)]
Correct implementation of Max Subshape limiter.

14 years ago*** empty log message ***
adam [Fri, 26 Feb 2010 16:08:53 +0000 (16:08 +0000)]
*** empty log message ***

14 years ago+ /*!
eap [Fri, 26 Feb 2010 08:15:02 +0000 (08:15 +0000)]
+    /*!
+     * \brief Wrap a sequence of ids in a SMESH_IDSource
+     */
+    SMESH_IDSource MakeIDSource(in long_array IDsOfElements);

14 years ago0020627: EDF 1165 HEXOTIC : Allow Hexotic to start from a 2D mesh
eap [Thu, 25 Feb 2010 14:57:40 +0000 (14:57 +0000)]
0020627: EDF 1165 HEXOTIC : Allow Hexotic to start from a 2D mesh

14 years ago0020611: [CEA] Algo lacking when editing MED meshing
eap [Thu, 25 Feb 2010 08:13:17 +0000 (08:13 +0000)]
0020611: [CEA] Algo lacking when editing MED meshing
* Generate hexahedrons from 2D skin mesh

14 years ago0020611: [CEA] Algo lacking when editing MED meshing
eap [Wed, 24 Feb 2010 13:54:30 +0000 (13:54 +0000)]
0020611: [CEA] Algo lacking when editing MED meshing
* Generate hexahedrons from 2D skin mesh

14 years ago0020611: [CEA] Algo lacking when editing MED meshing
eap [Wed, 24 Feb 2010 12:46:38 +0000 (12:46 +0000)]
0020611: [CEA] Algo lacking when editing MED meshing
* Generate hexahedrons from 2D skin mesh:

+ StdMeshers_HexaFromSkin_3D.cxx

14 years ago+ SMESH_Comment & operator=(const SMESH_Comment& c) {
eap [Wed, 24 Feb 2010 12:44:11 +0000 (12:44 +0000)]
+  SMESH_Comment & operator=(const SMESH_Comment& c) {
+    _s << c.c_str() ;
+    this->string::operator=( _s.str() );
+    return *this;
+  }
+

14 years ago+ static bool FaceNormal(const SMDS_MeshElement* F, gp_XYZ& normal, bool normalized...
eap [Wed, 24 Feb 2010 12:43:56 +0000 (12:43 +0000)]
+  static bool FaceNormal(const SMDS_MeshElement* F, gp_XYZ& normal, bool normalized=true);

14 years agoChanges for bug 0020705.
skl [Fri, 19 Feb 2010 14:38:11 +0000 (14:38 +0000)]
Changes for bug 0020705.

14 years agofix pb with GetName() in case of meshing imported 2D skin
eap [Fri, 19 Feb 2010 08:43:22 +0000 (08:43 +0000)]
fix pb with GetName() in case of meshing imported 2D skin

14 years ago0020701: Additional fix concerned to the GetName Method changes.
dmv [Thu, 18 Feb 2010 11:28:58 +0000 (11:28 +0000)]
0020701: Additional fix concerned to the GetName Method changes.

14 years ago020700: EDF 1234 SMESH: Quadrangle preference and Netgen
eap [Thu, 18 Feb 2010 08:59:19 +0000 (08:59 +0000)]
020700: EDF 1234 SMESH: Quadrangle preference and Netgen
  * Quadrangle Preference can be used by NETGEN 2D

14 years ago020697: EDF 1248 SMESH: Sub-mesh on group of face not taken into account
eap [Thu, 18 Feb 2010 08:29:00 +0000 (08:29 +0000)]
020697: EDF 1248 SMESH: Sub-mesh on group of face not taken into account
 * Correct adding geom groups into map of ansestors

14 years ago0020680: EDF 1252 SMESH: Bad cell created by Radial prism in center of torus
eap [Wed, 17 Feb 2010 14:59:19 +0000 (14:59 +0000)]
0020680: EDF 1252 SMESH: Bad cell created by Radial prism in center of torus

1) Try to build nodes using transformation before using block approach
2) workaround for wrong surface.Value(u,v) for UV near boundary of BSline surface

14 years ago0020680: EDF 1252 SMESH: Bad cell created by Radial prism in center of torus
eap [Wed, 17 Feb 2010 14:56:40 +0000 (14:56 +0000)]
0020680: EDF 1252 SMESH: Bad cell created by Radial prism in center of torus
+  /*!
+   * \brief Return transformations to get coordinates of nodes of each internal layer
+   *        by nodes of the bottom. Layer is a set of nodes at a certain step
+   *        from bottom to top.
+   */
+  bool GetLayersTransformation(std::vector<gp_Trsf> & trsf) const;

14 years agoImprove help system
vsr [Wed, 17 Feb 2010 14:55:58 +0000 (14:55 +0000)]
Improve help system

14 years ago1)
eap [Wed, 17 Feb 2010 14:54:30 +0000 (14:54 +0000)]
1)
+    ## Defines "QuadrangleParams" hypothesis
+    #  @param vertex: vertex of a trilateral geometrical face, around which triangles
+    #                 will be created while other elements will be quadrangles.
+    #                 Vertex can be either a GEOM_Object or a vertex ID within the
+    #                 shape to mesh
+    #
+    def TriangleVertex(self, vertex, UseExisting=0):

2) in FixedPoints1D(), convert geom reversed edges into IDs

14 years agocorrect documetnation page layout
dmv [Wed, 17 Feb 2010 10:13:26 +0000 (10:13 +0000)]
correct documetnation page layout

14 years agoChanges for bug 0020681.
skl [Tue, 16 Feb 2010 11:07:53 +0000 (11:07 +0000)]
Changes for bug 0020681.

14 years agofix Save() and Load()
eap [Tue, 16 Feb 2010 09:32:14 +0000 (09:32 +0000)]
fix Save() and Load()

14 years ago0020702: [CEA] Problem with Segment function of SMESH module
vsr [Tue, 16 Feb 2010 09:20:56 +0000 (09:20 +0000)]
0020702: [CEA] Problem with Segment function of SMESH module
0020701: EDF SMESH : GetName Method of smeshDC.py
Additional fix

14 years agoChanges for bug 0020681.
skl [Tue, 16 Feb 2010 09:19:59 +0000 (09:19 +0000)]
Changes for bug 0020681.

14 years ago0020702: [CEA] Problem with Segment function of SMESH module
dmv [Mon, 15 Feb 2010 09:35:36 +0000 (09:35 +0000)]
0020702: [CEA] Problem with Segment function of SMESH module

14 years agoprotect IndexToShape() from Standard_OutOfRange exception
eap [Mon, 15 Feb 2010 07:11:44 +0000 (07:11 +0000)]
protect IndexToShape() from Standard_OutOfRange exception

14 years agoreport error reasons in case of trilateral face
eap [Fri, 12 Feb 2010 14:27:33 +0000 (14:27 +0000)]
report error reasons in case of trilateral face

14 years agoIssue 20509: EDF 1065 OTHER : Add the Salome version in the header of the dump
vsr [Fri, 12 Feb 2010 08:37:10 +0000 (08:37 +0000)]
Issue 20509: EDF 1065 OTHER : Add the Salome version in the header of the dump

14 years agofix case of 2 edges
eap [Fri, 12 Feb 2010 08:15:06 +0000 (08:15 +0000)]
fix case of 2 edges

14 years agoFix compilation problem on Debian Sarge
maintenance team [Fri, 12 Feb 2010 08:03:53 +0000 (08:03 +0000)]
Fix compilation problem on Debian Sarge

14 years agoprecise error message
eap [Fri, 12 Feb 2010 07:41:39 +0000 (07:41 +0000)]
precise error message

14 years agoIssue 0020701: EDF SMESH : GetName Method of smeshDC.py
vsr [Fri, 12 Feb 2010 06:07:26 +0000 (06:07 +0000)]
Issue 0020701: EDF SMESH : GetName Method of smeshDC.py

14 years agoAdditional fix for issue 0020692: Duplicate check_*.m4 between modules.
ouv [Thu, 11 Feb 2010 15:30:29 +0000 (15:30 +0000)]
Additional fix for issue 0020692: Duplicate check_*.m4 between modules.

14 years ago0020693: EDF 1288 SMESH: Problem to recompute a mesh with a sub-mesh and a conversion...
eap [Thu, 11 Feb 2010 13:16:51 +0000 (13:16 +0000)]
0020693: EDF 1288 SMESH: Problem to recompute a mesh with a sub-mesh and a conversion linear-quadratic
* Add CheckNodeU()
* Compute parameters of created medium nodes even in force3d mode
* Leave doxygen-style comments of functions only in the header

14 years ago0020631: EDF 1195 SMESH : Merge Node : Optional display of the nodes of the mesh
dmv [Thu, 11 Feb 2010 12:08:34 +0000 (12:08 +0000)]
0020631: EDF 1195 SMESH : Merge Node : Optional display of the nodes of the mesh

14 years agoIssue 0020692: Duplicate check_*.m4 between modules.
ouv [Thu, 11 Feb 2010 10:13:46 +0000 (10:13 +0000)]
Issue 0020692: Duplicate check_*.m4 between modules.

14 years ago0020676: EDF 1212 GEOM: Partition operation creates vertices which causes mesh comput...
eap [Thu, 11 Feb 2010 08:26:40 +0000 (08:26 +0000)]
0020676: EDF 1212 GEOM: Partition operation creates vertices which causes mesh computation to fail with netgen
* Fix for internal edges

14 years ago0020676: EDF 1212 GEOM: Partition operation creates vertices which causes mesh comput...
eap [Thu, 11 Feb 2010 08:25:06 +0000 (08:25 +0000)]
0020676: EDF 1212 GEOM: Partition operation creates vertices which causes mesh computation to fail with netgen
* Fix GetOrderedEdges(): workaroud for BRepTools_WireExplorer, which return no edges if they are internal

14 years agoclear auxiliary data after Compute()
eap [Wed, 10 Feb 2010 07:36:45 +0000 (07:36 +0000)]
clear auxiliary data after Compute()

14 years ago0020682: EDF 1222 SMESH: 3D mesh from a skin mesh and with volumic cells
eap [Tue, 9 Feb 2010 11:17:06 +0000 (11:17 +0000)]
0020682: EDF 1222 SMESH: 3D mesh from a skin mesh and with volumic cells
 * Redesign in order to bind two pyramids to one base quadrangle.
 * Check presence of 3D elements sharing the base quadrangle.

14 years agoMake TNodeXYZ public, which together with SMDS_StdIterator allows getting coordinates...
eap [Tue, 9 Feb 2010 11:13:23 +0000 (11:13 +0000)]
Make TNodeXYZ public, which together with SMDS_StdIterator allows getting coordinates of all nodes of mesh element in a couple of lines of code:

  typedef SMDS_StdIterator< SMESH_MeshEditor::TNodeXYZ, SMDS_ElemIteratorPtr > TXyzIterator;
  vector<gp_Pnt> coords( TXyzIterator( elem->nodesIterator()), TXyzIterator() );

class SMESH_EXPORT SMESH_MeshEditor
{
public:
+  //------------------------------------------
+  /*!
+   * \brief SMDS_MeshNode -> gp_XYZ convertor
+   */
+  //------------------------------------------
+  struct TNodeXYZ : public gp_XYZ

14 years ago+ // std-like iteration on nodes
eap [Tue, 9 Feb 2010 11:03:51 +0000 (11:03 +0000)]
+  // std-like iteration on nodes
+  typedef SMDS_StdIterator< const SMDS_MeshNode*, SMDS_ElemIteratorPtr > iterator;
+  iterator begin_nodes() const { return iterator( nodesIterator() ); }
+  iterator end_nodes()   const { return iterator(); }

14 years ago const SMDS_MeshElement* next()
eap [Tue, 9 Feb 2010 11:03:15 +0000 (11:03 +0000)]
   const SMDS_MeshElement* next()
   {
+    if ( !more() ) return 0;

14 years agoAdd iterator, wrapper over SMDS_Iterator, adding std-like operators *, ++ etc
eap [Tue, 9 Feb 2010 11:02:53 +0000 (11:02 +0000)]
Add iterator, wrapper over SMDS_Iterator, adding std-like operators *, ++ etc
+ SMDS_StdIterator.hxx

14 years ago- SMDS_MeshElement * MeshElement(int ID);
eap [Tue, 9 Feb 2010 07:02:21 +0000 (07:02 +0000)]
-  SMDS_MeshElement * MeshElement(int ID);
+  SMDS_MeshElement * MeshElement(int ID) const;

14 years agoWrite nodes in the order of increasing ids
eap [Mon, 8 Feb 2010 14:39:14 +0000 (14:39 +0000)]
Write nodes in the order of increasing ids

-      SMDS_NodeIteratorPtr aNodesIter = myMesh->nodesIterator();
+      SMDS_NodeIteratorPtr aNodesIter = myMesh->nodesIterator(/*idInceasingOrder=*/true);

14 years agoAdd an utility to iterate on nodes in the order of increasing ids
eap [Mon, 8 Feb 2010 14:38:03 +0000 (14:38 +0000)]
Add an utility to iterate on nodes in the order of increasing ids

-  SMDS_NodeIteratorPtr nodesIterator() const;
+  SMDS_NodeIteratorPtr nodesIterator(bool idInceasingOrder=false) const;

14 years ago0020691: EDF SMESH : Export STL always in binary
vsr [Mon, 8 Feb 2010 11:22:48 +0000 (11:22 +0000)]
0020691: EDF SMESH : Export STL always in binary

14 years agoimport salome
maintenance team [Mon, 8 Feb 2010 10:28:23 +0000 (10:28 +0000)]
import salome

14 years agoImprove Help menu management
adv [Mon, 8 Feb 2010 08:35:54 +0000 (08:35 +0000)]
Improve Help menu management

14 years ago follow modif for IPAL21558 (In Group creation dialog, selection of sub-shapes in...
eap [Mon, 8 Feb 2010 07:14:33 +0000 (07:14 +0000)]
 follow modif for IPAL21558 (In Group creation dialog, selection of sub-shapes in OB, viewer and dialog is not well syncronized)

-  virtual void            processOwner( const LightApp_DataOwner* );
+  virtual bool            processOwner( const LightApp_DataOwner* );

14 years ago020674: EDF 870 SMESH: Mesh generated by Netgen not usable by GHS3D
eap [Mon, 1 Feb 2010 14:26:09 +0000 (14:26 +0000)]
020674: EDF 870 SMESH: Mesh generated by Netgen not usable by GHS3D
   * Rename HasDegenenaratedEdges() -> HasDegeneratedEdges()

14 years ago020674: EDF 870 SMESH: Mesh generated by Netgen not usable by GHS3D
eap [Mon, 1 Feb 2010 14:19:06 +0000 (14:19 +0000)]
020674: EDF 870 SMESH: Mesh generated by Netgen not usable by GHS3D

+   * \brief Check if the shape set through IsQuadraticSubMesh() or SetSubShape()
+   *        has a degenerated edges
+    * \retval bool - true if it has
+   */
+  bool HasDegenenaratedEdges() const { return !myDegenShapeIds.empty(); }

14 years agominor change
eap [Mon, 1 Feb 2010 13:30:15 +0000 (13:30 +0000)]
minor change

14 years ago020674: EDF 870 SMESH: Mesh generated by Netgen not usable by GHS3D
eap [Mon, 1 Feb 2010 13:29:23 +0000 (13:29 +0000)]
020674: EDF 870 SMESH: Mesh generated by Netgen not usable by GHS3D
   avoid creating degenetrated faces

14 years agofix comment
eap [Mon, 1 Feb 2010 13:28:11 +0000 (13:28 +0000)]
fix comment

14 years ago0019296: EDF 681 SMESH - Pre-evaluation of the number of elements before mesh
eap [Mon, 1 Feb 2010 11:12:17 +0000 (11:12 +0000)]
0019296: EDF 681 SMESH - Pre-evaluation of the number of elements before mesh
  * Evaluate():
  ** do not read from out of vector range
  ** report error if algo->Evaluate() returns negative number

14 years ago0019296: EDF 681 SMESH - Pre-evaluation of the number of elements before mesh
eap [Mon, 1 Feb 2010 11:09:38 +0000 (11:09 +0000)]
0019296: EDF 681 SMESH - Pre-evaluation of the number of elements before mesh
  * Evaluate(): do not call algo->Evaluate() if needed submeshes failed to evaluate

14 years agoRevert last modification PARAVIS_29012010
nge [Wed, 27 Jan 2010 14:22:19 +0000 (14:22 +0000)]
Revert last modification

14 years agoAdd missing import StdMeshers
nge [Wed, 27 Jan 2010 13:43:29 +0000 (13:43 +0000)]
Add missing import StdMeshers

14 years agoimport salome missing on some scripts
nge [Wed, 27 Jan 2010 11:08:25 +0000 (11:08 +0000)]
import salome missing on some scripts

14 years ago0019296: EDF 681 SMESH - Pre-evaluation of the number of elements before mesh
eap [Wed, 27 Jan 2010 10:09:15 +0000 (10:09 +0000)]
0019296: EDF 681 SMESH - Pre-evaluation of the number of elements before mesh
  Assure that this submesh is evaluated once

14 years agoFix spelling errors in doc
ngo [Mon, 25 Jan 2010 09:26:52 +0000 (09:26 +0000)]
Fix spelling errors in doc
Nathalie

14 years agoSmall correction
gdd [Sat, 23 Jan 2010 09:00:59 +0000 (09:00 +0000)]
Small correction

14 years ago0020431: EDF 1020 SMESH : Radial Mesh of a cylinder
eap [Fri, 22 Jan 2010 11:38:25 +0000 (11:38 +0000)]
0020431: EDF 1020 SMESH : Radial Mesh of a cylinder
* Algorith behavior has changed - default hyps have appeared

14 years agoshorten code
eap [Fri, 22 Jan 2010 11:37:48 +0000 (11:37 +0000)]
shorten code

14 years agounused variables
eap [Fri, 22 Jan 2010 11:36:53 +0000 (11:36 +0000)]
unused variables

14 years ago0020431: EDF 1020 SMESH : Radial Mesh of a cylinder
eap [Fri, 22 Jan 2010 11:36:02 +0000 (11:36 +0000)]
0020431: EDF 1020 SMESH : Radial Mesh of a cylinder
* Learn Quadrangle() create Mesh_RadialQuadrangle1D2D algo

+QUARDANGLE = 0
+RADIAL_QUAD = 1

14 years ago- if ( theNbSegments )
eap [Fri, 22 Jan 2010 11:34:11 +0000 (11:34 +0000)]
-  if ( theNbSegments )
+  if ( theNbSegments > 0 )
     myGen.SetDefaultNbSegments( int(theNbSegments) );
   else
     THROW_SALOME_CORBA_EXCEPTION( "non-positive number of segments", SALOME::BAD_PARAM );

14 years ago0020431: EDF 1020 SMESH : Radial Mesh of a cylinder
eap [Fri, 22 Jan 2010 11:33:35 +0000 (11:33 +0000)]
0020431: EDF 1020 SMESH : Radial Mesh of a cylinder
* Fix conversion of LayerDistribution hypothesis

14 years ago- <translation>Geomerty mismatches algorithm's expectation</translation>
eap [Fri, 22 Jan 2010 11:31:20 +0000 (11:31 +0000)]
-            <translation>Geomerty mismatches algorithm's expectation</translation>
+            <translation>Geomerty mismatches algorithm's expectation\nCheck algorithm documentation for supported geometry</translation>

14 years ago0020431: EDF 1020 SMESH : Radial Mesh of a cylinder
eap [Fri, 22 Jan 2010 11:30:28 +0000 (11:30 +0000)]
0020431: EDF 1020 SMESH : Radial Mesh of a cylinder
+  virtual bool operator==(const SMESHDS_Hypothesis& other) const;
+  bool operator!=(const SMESHDS_Hypothesis& other) const { return !(*this==other); }

14 years agoshorten code
eap [Fri, 22 Jan 2010 11:29:51 +0000 (11:29 +0000)]
shorten code

14 years ago0020431: EDF 1020 SMESH : Radial Mesh of a cylinder
eap [Fri, 22 Jan 2010 11:29:12 +0000 (11:29 +0000)]
0020431: EDF 1020 SMESH : Radial Mesh of a cylinder
* Algorith behavior has changed - default hyps have appeared

14 years ago*** empty log message ***
maintenance team [Thu, 21 Jan 2010 09:18:32 +0000 (09:18 +0000)]
*** empty log message ***

14 years agoIssue 0020657: EDF 1244 SMESH: Bad display of tetras
ouv [Wed, 20 Jan 2010 15:24:23 +0000 (15:24 +0000)]
Issue 0020657: EDF 1244 SMESH: Bad display of tetras

14 years ago1) + // RadialQuadrangle_1D2D ----------
eap [Wed, 20 Jan 2010 11:03:16 +0000 (11:03 +0000)]
1) +  // RadialQuadrangle_1D2D ----------
2) fix _pyLayerDistributionHypo: move some code from Process() to Flush()

14 years agoinitialize _nbSegments
eap [Wed, 20 Jan 2010 08:31:14 +0000 (08:31 +0000)]
initialize _nbSegments

14 years ago0020636: [CEA 379] validation Tepal V2 GHS3DPRL and MEDsplitter and doc
eap [Fri, 15 Jan 2010 08:35:45 +0000 (08:35 +0000)]
0020636: [CEA 379] validation Tepal V2 GHS3DPRL and MEDsplitter and doc

14 years agoUnstable warning in release mode, on creating radialQuadrangle1D2D meshes.
dmv [Tue, 12 Jan 2010 15:34:12 +0000 (15:34 +0000)]
Unstable warning in release mode, on creating radialQuadrangle1D2D meshes.

14 years agocorrect debug messages
dmv [Tue, 12 Jan 2010 15:32:37 +0000 (15:32 +0000)]
correct debug messages

14 years ago- myHelpFileName = "mesh_through_point_page.html";
eap [Tue, 12 Jan 2010 13:18:05 +0000 (13:18 +0000)]
-  myHelpFileName = "mesh_through_point_page.html";
+  myHelpFileName = "find_element_by_point_page.html";

14 years ago0020635: EDF 1223 SMESH: Error message of RadialQuadrangle algorithm not precise
dmv [Tue, 12 Jan 2010 08:07:50 +0000 (08:07 +0000)]
0020635: EDF 1223 SMESH: Error message of RadialQuadrangle algorithm not precise

14 years ago0020635: EDF 1223 SMESH: Error message of RadialQuadrangle algorithm not precise
dmv [Mon, 11 Jan 2010 15:14:52 +0000 (15:14 +0000)]
0020635: EDF 1223 SMESH: Error message of RadialQuadrangle algorithm not precise

14 years agoIssue 0020638: EDF 1225 SMESH: Missing options in Color/Size menu
ouv [Mon, 11 Jan 2010 13:30:06 +0000 (13:30 +0000)]
Issue 0020638: EDF 1225 SMESH: Missing options in Color/Size menu

14 years agoIssue 0020514: EDF 1110 SMESH : Export many meshes in one Med File
ouv [Mon, 11 Jan 2010 07:17:11 +0000 (07:17 +0000)]
Issue 0020514: EDF 1110 SMESH : Export many meshes in one Med File

14 years agoAdditional fix for issue 0020614: EDF 1133 SMESH : Put new added elements and nodes...
ouv [Tue, 29 Dec 2009 11:09:37 +0000 (11:09 +0000)]
Additional fix for issue 0020614: EDF 1133 SMESH : Put new added elements and nodes to group

14 years agoFix of issue 0020614: EDF 1133 SMESH : Put new added elements and nodes to group
ouv [Mon, 28 Dec 2009 16:23:43 +0000 (16:23 +0000)]
Fix of issue 0020614: EDF 1133 SMESH : Put new added elements and nodes to group

14 years ago0020028: EDF 842 SMESH : Can't export to med a mesh with same names BR_FSH_DEV V6_0_0
eap [Fri, 25 Dec 2009 11:22:10 +0000 (11:22 +0000)]
0020028: EDF 842 SMESH : Can't export to med a mesh with same names
for one group of nodes and one group of faces

avoid duplicated group names within one type of elements only

14 years agoChanges for bug 18911 from Mantis.
skl [Tue, 22 Dec 2009 10:04:35 +0000 (10:04 +0000)]
Changes for bug 18911 from Mantis.

14 years ago0020623: EDF 1209 SMESH: Load script/execfile add the objects in the wrong study
dmv [Mon, 21 Dec 2009 14:26:43 +0000 (14:26 +0000)]
0020623: EDF 1209 SMESH: Load script/execfile add the objects in the wrong study

14 years ago0020623: EDF 1209 SMESH: Load script/execfile add the objects in the wrong study
eap [Mon, 21 Dec 2009 08:24:08 +0000 (08:24 +0000)]
0020623: EDF 1209 SMESH: Load script/execfile add the objects in the wrong study
  set current study to SMESH_Gen

14 years agoin frame of 0020622: EDF 1194 SMESH: Merge nodes or elements
dmv [Fri, 18 Dec 2009 13:14:54 +0000 (13:14 +0000)]
in frame of 0020622: EDF 1194 SMESH: Merge nodes or elements

14 years ago0020618: EDF 1208 SMESH: problems with DoubleNodeElemGroup*InRegion
eap [Fri, 18 Dec 2009 10:36:52 +0000 (10:36 +0000)]
0020618: EDF 1208 SMESH: problems with DoubleNodeElemGroup*InRegion
    1) fix finding element center in isInside()
    2) add classifying on TopoDS_FAce

14 years ago def DoubleNodeElemGroupInRegion(self, theElems, theNodesNot, theShape):
eap [Thu, 17 Dec 2009 10:28:57 +0000 (10:28 +0000)]
 def DoubleNodeElemGroupInRegion(self, theElems, theNodesNot, theShape):
0020617: EDF 1207 SMESH: DoubleNode*: impossible to duplicate edges in a 3D mesh

     def DoubleNodeElemGroupInRegion(self, theElems, theNodesNot, theShape):
-        return self.editor.DoubleNodeElemGroup(theElems, theNodesNot, theShape)
+        return self.editor.DoubleNodeElemGroupInRegion(theElems, theNodesNot, theShape)

14 years ago0020139: EDF 944 SMESH : Get 2D/3D element with X, Y, Z coordinates
eap [Wed, 16 Dec 2009 08:29:08 +0000 (08:29 +0000)]
0020139: EDF 944 SMESH : Get 2D/3D element with X, Y, Z coordinates
-            <translation>Find element by point</translation>
+            <translation>Find Element by Point</translation>

+        <message>
+            <source>TOP_FIND_ELEM</source>
+            <translation>Find Element by Point</translation>
+        </message>

14 years ago0020139: EDF 944 SMESH : Get 2D/3D element with X, Y, Z coordinates
eap [Wed, 16 Dec 2009 08:27:50 +0000 (08:27 +0000)]
0020139: EDF 944 SMESH : Get 2D/3D element with X, Y, Z coordinates
   fix isOut()