Salome HOME
modules/smesh.git
12 years agoAdd the anisotropic and anisotropic_ratio options
gdd [Fri, 17 Feb 2012 09:37:00 +0000 (09:37 +0000)]
Add the anisotropic and anisotropic_ratio options

12 years ago021374: EDF 1898 SMESH: Extrusion of a node to have an edge
ana [Thu, 16 Feb 2012 14:52:20 +0000 (14:52 +0000)]
021374: EDF 1898 SMESH: Extrusion of a node to have an edge
and win32 compatibility ( replace isblank() -> isspace() )

12 years ago021374: EDF 1898 SMESH: Extrusion of a node to have an edge
ana [Thu, 16 Feb 2012 14:48:49 +0000 (14:48 +0000)]
021374: EDF 1898 SMESH: Extrusion of a node to have an edge

12 years ago021374: Extrusion of a node to have an edge
ana [Thu, 16 Feb 2012 14:46:03 +0000 (14:46 +0000)]
021374: Extrusion of a node to have an edge
minor change

12 years agoImplementation of the "0021374: EDF 1898 SMESH: Extrusion of a node to have an edge...
ana [Wed, 15 Feb 2012 14:31:34 +0000 (14:31 +0000)]
Implementation of the "0021374: EDF 1898 SMESH: Extrusion of a node to have an edge" issue.
Update doc

12 years agoImplementation of the "0021374: EDF 1898 SMESH: Extrusion of a node to have an edge...
ana [Wed, 15 Feb 2012 14:30:42 +0000 (14:30 +0000)]
Implementation of the "0021374: EDF 1898 SMESH: Extrusion of a node to have an edge" issue.

12 years agoInitialisation of private variable.
gdd [Wed, 15 Feb 2012 13:07:11 +0000 (13:07 +0000)]
Initialisation of private variable.

12 years agoAdd missing French translations
gdd [Wed, 15 Feb 2012 12:41:51 +0000 (12:41 +0000)]
Add missing French translations

12 years ago0021374: EDF 1898 SMESH: Extrusion of a node to have an edge
eap [Wed, 15 Feb 2012 11:16:59 +0000 (11:16 +0000)]
0021374: EDF 1898 SMESH: Extrusion of a node to have an edge
    Add accessor methods to all commands of the hypothesis

12 years agoImplementation of the "21046: EDF 1610 GUI: To be able to change the width of the...
rnv [Tue, 14 Feb 2012 12:08:05 +0000 (12:08 +0000)]
Implementation of the "21046: EDF 1610 GUI: To be able to change the width of the lines" issue.

12 years ago0021494: EDF 2118 SMESH: Projection2D hypothesis causes Unknown Exception
eap [Tue, 14 Feb 2012 11:35:04 +0000 (11:35 +0000)]
0021494: EDF 2118 SMESH: Projection2D hypothesis causes Unknown Exception
   enhance checkParams() to allow 1 pair of vertices only for a face with 1 vertex

12 years ago0021494: EDF 2118 SMESH: Projection2D hypothesis causes Unknown Exception
eap [Tue, 14 Feb 2012 11:33:38 +0000 (11:33 +0000)]
0021494: EDF 2118 SMESH: Projection2D hypothesis causes Unknown Exception
   Allow 1 pair of vertices for a face with 1 vertex

12 years ago0021374]: EDF 1898 SMESH: Extrusion of a node to have an edge
eap [Mon, 13 Feb 2012 17:52:48 +0000 (17:52 +0000)]
0021374]: EDF 1898 SMESH: Extrusion of a node to have an edge

Don't ExtrusionFlags

12 years agoImplementation of the "0021374: EDF 1898 SMESH: Extrusion of a node to have an edge...
ana [Mon, 13 Feb 2012 16:18:53 +0000 (16:18 +0000)]
Implementation of the "0021374: EDF 1898 SMESH: Extrusion of a node to have an edge" issue.

12 years agoFix compilation error on Windows
vsr [Mon, 13 Feb 2012 07:53:42 +0000 (07:53 +0000)]
Fix compilation error on Windows

12 years agoFix small mistake
gdd [Fri, 10 Feb 2012 09:18:28 +0000 (09:18 +0000)]
Fix small mistake

12 years ago0021375: EDF 1671 SMESH: Dump study of current state
eap [Thu, 9 Feb 2012 16:42:07 +0000 (16:42 +0000)]
0021375: EDF 1671 SMESH: Dump study of current state

  correctly treat a false algorithm created by _pyMesh::Flush()

12 years ago0021491: EDF 2094 SMESH: Error in the filters dump with "belong to GEOM " criterion
eap [Thu, 9 Feb 2012 16:24:01 +0000 (16:24 +0000)]
0021491: EDF 2094 SMESH: Error in the filters dump with "belong to GEOM " criterion
     fix threshold setting

12 years ago0021490: EDF 2114: RadialQuadrangle fails
eap [Thu, 9 Feb 2012 14:50:10 +0000 (14:50 +0000)]
0021490: EDF 2114: RadialQuadrangle fails
   Fix correspondence between LinEdge1 and LinEdge2 and P1 and P2

12 years ago0021375: EDF 1671 SMESH: Dump study of current state
eap [Thu, 9 Feb 2012 13:18:11 +0000 (13:18 +0000)]
0021375: EDF 1671 SMESH: Dump study of current state

+    def SetDumpPythonHistorical(self, isHistorical):

12 years ago0021375: EDF 1671 SMESH: Dump study of current state
eap [Thu, 9 Feb 2012 13:17:49 +0000 (13:17 +0000)]
0021375: EDF 1671 SMESH: Dump study of current state

   ConvertScript(const TCollection_AsciiString&            theScript,
                 Resource_DataMapOfAsciiStringAsciiString& theEntry2AccessorMethod,
                 Resource_DataMapOfAsciiStringAsciiString& theObjectNames,
+                SALOMEDS::Study_ptr&                      theStudy,
+                const bool                                theHistoricalDump);

12 years ago0021375: EDF 1671 SMESH: Dump study of current state
eap [Thu, 9 Feb 2012 13:17:21 +0000 (13:17 +0000)]
0021375: EDF 1671 SMESH: Dump study of current state

+  virtual void  SetOption(const char*, const char*);
+  virtual char* GetOption(const char*);
+  bool                                                     myIsHistoricalPythonDump;

12 years ago0021375: EDF 1671 SMESH: Dump study of current state
eap [Thu, 9 Feb 2012 13:16:35 +0000 (13:16 +0000)]
0021375: EDF 1671 SMESH: Dump study of current state

12 years ago0021375: EDF 1671 SMESH: Dump study of current state
eap [Thu, 9 Feb 2012 13:13:29 +0000 (13:13 +0000)]
0021375: EDF 1671 SMESH: Dump study of current state
   add "historical_python_dump" preference

12 years ago0021375: EDF 1671 SMESH: Dump study of current state
eap [Thu, 9 Feb 2012 13:11:58 +0000 (13:11 +0000)]
0021375: EDF 1671 SMESH: Dump study of current state
     avoid crash at deletion of SMESH_subMesh::myOwnListeners at mesh removal

-  std::list< std::pair< SMESH_subMesh*, EventListener* > > myOwnListeners;
+  struct OwnListenerData {
+    ...
+  };
+  std::list< OwnListenerData > myOwnListeners;

12 years ago0021375: EDF 1671 SMESH: Dump study of current state
eap [Thu, 9 Feb 2012 13:10:52 +0000 (13:10 +0000)]
0021375: EDF 1671 SMESH: Dump study of current state
+  bool MeshExists( int meshId ) const;
     used to avoid crash at deletion of SMESH_subMesh::myOwnListeners
     at mesh removal

12 years ago0021375: EDF 1671 SMESH: Dump study of current state
eap [Thu, 9 Feb 2012 13:08:33 +0000 (13:08 +0000)]
0021375: EDF 1671 SMESH: Dump study of current state

+    <parameter name="historical_python_dump"       value="true" />

12 years ago0021489: EDF 2096: Regression in Prism algorithm between 6.3.1 and 6.4.0
eap [Thu, 9 Feb 2012 12:31:36 +0000 (12:31 +0000)]
0021489: EDF 2096: Regression in Prism algorithm between 6.3.1 and 6.4.0
       fix after changed behaviour of LoadNodeColumns()

-        bool isForward = ( edgeIt->Orientation() == TopAbs_FORWARD );
+        bool isForward =
+          StdMeshers_PrismAsBlock::IsForwardEdge( myHelper->GetMeshDS(),
+                                                  myParam2ColumnMaps[iE],
+                                                  *edgeIt, SMESH_Block::ID_Fx0z );

12 years ago0021489: EDF 2096: Regression in Prism algorithm between 6.3.1 and 6.4.0
eap [Thu, 9 Feb 2012 12:30:06 +0000 (12:30 +0000)]
0021489: EDF 2096: Regression in Prism algorithm between 6.3.1 and 6.4.0
       fix LoadNodeColumns()

12 years agoPR: flat elements on 2D meshes
prascle [Thu, 2 Feb 2012 17:06:56 +0000 (17:06 +0000)]
PR: flat elements on 2D meshes

12 years agowin32 compilation of the Mesh module.
rnv [Wed, 1 Feb 2012 12:31:41 +0000 (12:31 +0000)]
win32 compilation of the Mesh module.

12 years agoAdd missing screenshot
gdd [Tue, 31 Jan 2012 12:41:32 +0000 (12:41 +0000)]
Add missing screenshot

12 years agoPR: update doc on flat elements, more robust geometry
prascle [Tue, 31 Jan 2012 10:51:54 +0000 (10:51 +0000)]
PR: update doc on flat elements, more robust geometry

12 years agoModif to build doc directory after bin directory
eap [Tue, 31 Jan 2012 10:51:07 +0000 (10:51 +0000)]
Modif to build doc directory after bin directory

12 years ago0021338: EDF 1926 SMESH: New controls and filters
eap [Mon, 30 Jan 2012 09:49:32 +0000 (09:49 +0000)]
0021338: EDF 1926 SMESH: New controls and filters
  Update controlMode()

12 years ago0021338: EDF 1926 SMESH: New controls and filters
eap [Fri, 27 Jan 2012 10:41:48 +0000 (10:41 +0000)]
0021338: EDF 1926 SMESH: New controls and filters
  Add "Double nodes tolerance" preference

12 years ago0021338: EDF 1926 SMESH: New controls and filters
eap [Fri, 27 Jan 2012 10:41:12 +0000 (10:41 +0000)]
0021338: EDF 1926 SMESH: New controls and filters
  get Tolerance for "Double nodes" from Preferences

12 years ago0021338: EDF 1926 SMESH: New controls and filters
eap [Fri, 27 Jan 2012 10:40:34 +0000 (10:40 +0000)]
0021338: EDF 1926 SMESH: New controls and filters
+    <parameter name="equal_nodes_tolerance"        value="1e-7"/>

12 years ago0021338: EDF 1926 SMESH: New controls and filters
eap [Fri, 27 Jan 2012 10:40:21 +0000 (10:40 +0000)]
0021338: EDF 1926 SMESH: New controls and filters
  Tolerance is given in Preferences

12 years ago0021338: EDF 1926 SMESH: New controls and filters
eap [Fri, 27 Jan 2012 10:39:45 +0000 (10:39 +0000)]
0021338: EDF 1926 SMESH: New controls and filters

+\note VTK viewer has the limitation that volume elements basing on
+the same set of nodes are invisible in the VTK viewer.

12 years ago0021338: EDF 1926 SMESH: New controls and filters
eap [Thu, 26 Jan 2012 16:04:00 +0000 (16:04 +0000)]
0021338: EDF 1926 SMESH: New controls and filters
+    FT_EqualNodes,
+    FT_EqualEdges,
+    FT_EqualFaces,
+    FT_EqualVolumes,

12 years ago0021338: EDF 1926 SMESH: New controls and filters
eap [Thu, 26 Jan 2012 16:03:40 +0000 (16:03 +0000)]
0021338: EDF 1926 SMESH: New controls and filters

12 years ago0021338: EDF 1926 SMESH: New controls and filters
eap [Thu, 26 Jan 2012 16:02:10 +0000 (16:02 +0000)]
0021338: EDF 1926 SMESH: New controls and filters
     Return all nodes from sub-mesh and group

12 years ago0021338: EDF 1926 SMESH: New controls and filters
eap [Thu, 26 Jan 2012 15:58:58 +0000 (15:58 +0000)]
0021338: EDF 1926 SMESH: New controls and filters
+  class SMESH_I_EXPORT EqualNodes_i: public virtual POA_SMESH::EqualNodes,
+  class SMESH_I_EXPORT EqualEdges_i: public virtual POA_SMESH::EqualEdges,
+  class SMESH_I_EXPORT EqualFaces_i: public virtual POA_SMESH::EqualFaces,

12 years ago0021338: EDF 1926 SMESH: New controls and filters
eap [Thu, 26 Jan 2012 15:57:56 +0000 (15:57 +0000)]
0021338: EDF 1926 SMESH: New controls and filters
    Correctly set mesh modified at transformations

12 years ago0021338: EDF 1926 SMESH: New controls and filters
eap [Thu, 26 Jan 2012 15:56:22 +0000 (15:56 +0000)]
0021338: EDF 1926 SMESH: New controls and filters
+    /*!
+     * \brief Class used to detect mesh modification: IsMeshModified() returns
+     * true if a mesh has changed since last calling IsMeshModified()
+     */
+    class SMESHCONTROLS_EXPORT TMeshModifTracer

12 years ago0021338: EDF 1926 SMESH: New controls and filters
eap [Thu, 26 Jan 2012 15:32:57 +0000 (15:32 +0000)]
0021338: EDF 1926 SMESH: New controls and filters
   Call myPredicate->SetMesh( GetMesh() ) in order to let him update
   his data according to a changed mesh

12 years ago0021338: EDF 1926 SMESH: New controls and filters
eap [Thu, 26 Jan 2012 15:31:11 +0000 (15:31 +0000)]
0021338: EDF 1926 SMESH: New controls and filters

12 years agoFix removal of free nodes
eap [Thu, 26 Jan 2012 11:24:22 +0000 (11:24 +0000)]
Fix removal of free nodes

12 years agoFix RemoveOrphanNodes() to return valid nb of removed nodes
eap [Thu, 26 Jan 2012 11:06:16 +0000 (11:06 +0000)]
Fix RemoveOrphanNodes() to return valid nb of removed nodes

12 years ago0021484: EDF 2087 SMESH: Problem projection
eap [Wed, 25 Jan 2012 12:19:58 +0000 (12:19 +0000)]
0021484: EDF 2087 SMESH: Problem projection
    fix search of initial vertex association for group of FACEs

+  TopoDS_Shape getOuterEdge( const TopoDS_Shape theShape1, SMESH_Mesh& mesh )

-  static bool IsBoundaryEdge(const TopoDS_Edge&  edge,
-                             const TopoDS_Shape& edgeContainer,
-                             SMESH_Mesh&         mesh);
+  static TopoDS_Edge GetBoundaryEdge(const TopoDS_Shape& edgeContainer,
+                                     const SMESH_Mesh&   mesh);

12 years ago0021484: EDF 2087 SMESH: Problem projection
eap [Wed, 25 Jan 2012 12:18:02 +0000 (12:18 +0000)]
0021484: EDF 2087 SMESH: Problem projection

-  static bool IsBoundaryEdge(const TopoDS_Edge&  edge,
-                             const TopoDS_Shape& edgeContainer,
-                             SMESH_Mesh&         mesh);
+  static TopoDS_Edge GetBoundaryEdge(const TopoDS_Shape& edgeContainer,
+                                     const SMESH_Mesh&   mesh);

12 years ago0021484: EDF 2087 SMESH: Problem projection
eap [Wed, 25 Jan 2012 07:37:32 +0000 (07:37 +0000)]
0021484: EDF 2087 SMESH: Problem projection
  Check orientation of faces after simple cases of projection as well

12 years ago0021481: [CEA 538] autoconf and med 3
vsr [Tue, 24 Jan 2012 14:59:27 +0000 (14:59 +0000)]
0021481: [CEA 538] autoconf and med 3

12 years ago0021480: EDF 2084 SMESH: SIGSEGV when validating Netgen3D hypothesis
eap [Tue, 24 Jan 2012 13:01:34 +0000 (13:01 +0000)]
0021480: EDF 2084 SMESH: SIGSEGV when validating Netgen3D hypothesis
  In ~TPreviewMesh(), nullify _myMeshDS after destruction

12 years ago0021480: EDF 2084 SMESH: SIGSEGV when validating Netgen3D hypothesis
eap [Tue, 24 Jan 2012 13:00:47 +0000 (13:00 +0000)]
0021480: EDF 2084 SMESH: SIGSEGV when validating Netgen3D hypothesis
  In RemoveMesh(), do not erase an iterator pointing to map.end()

12 years ago0021480: EDF 2084 SMESH: SIGSEGV when validating Netgen3D hypothesis
eap [Tue, 24 Jan 2012 12:59:44 +0000 (12:59 +0000)]
0021480: EDF 2084 SMESH: SIGSEGV when validating Netgen3D hypothesis
  In destructor, delete all data and delete mesh DS in a thread

12 years ago0021480: EDF 2084 SMESH: SIGSEGV when validating Netgen3D hypothesis
eap [Tue, 24 Jan 2012 12:58:12 +0000 (12:58 +0000)]
0021480: EDF 2084 SMESH: SIGSEGV when validating Netgen3D hypothesis
in CreateMesh(), fix storing a new mesh in aStudyContext:

-  aStudyContext->mapMesh[_localId] = aMesh;
+  aStudyContext->mapMesh[_localId-1] = aMesh;

12 years ago0021480: EDF 2084 SMESH: SIGSEGV when validating Netgen3D hypothesis
eap [Tue, 24 Jan 2012 12:57:05 +0000 (12:57 +0000)]
0021480: EDF 2084 SMESH: SIGSEGV when validating Netgen3D hypothesis
+ $(BOOST_LIB_THREAD)  \

12 years ago0021338: EDF 1926 SMESH: New controls and filters
eap [Tue, 24 Jan 2012 06:41:04 +0000 (06:41 +0000)]
0021338: EDF 1926 SMESH: New controls and filters

12 years ago0021338: EDF 1926 SMESH: New controls and filters
eap [Mon, 23 Jan 2012 16:15:27 +0000 (16:15 +0000)]
0021338: EDF 1926 SMESH: New controls and filters
-typedef pair< const SMDS_MeshNode*, const SMDS_MeshNode* >   NLink;
+typedef std::pair< const SMDS_MeshNode*, const SMDS_MeshNode* >   NLink;

12 years ago0021338: EDF 1926 SMESH: New controls and filters
eap [Mon, 23 Jan 2012 16:15:07 +0000 (16:15 +0000)]
0021338: EDF 1926 SMESH: New controls and filters

12 years ago0021338: EDF 1926 SMESH: New controls and filters
eap [Mon, 23 Jan 2012 16:15:00 +0000 (16:15 +0000)]
0021338: EDF 1926 SMESH: New controls and filters
+          case 6028:
+            aControl = SMESH_Actor::eCoincidentNodes;
+            break;
+          case 6029:
+            aControl = SMESH_Actor::eCoincidentElems1D;
+            break;
+          case 6030:
+            aControl = SMESH_Actor:: eCoincidentElems2D;
+            break;
+          case 6031:
+            aControl = SMESH_Actor::eCoincidentElems3D;

12 years ago0021338: EDF 1926 SMESH: New controls and filters
eap [Mon, 23 Jan 2012 16:14:27 +0000 (16:14 +0000)]
0021338: EDF 1926 SMESH: New controls and filters
+ -I$(srcdir)/../SMESHUtils

12 years ago0021338: EDF 1926 SMESH: New controls and filters
eap [Mon, 23 Jan 2012 16:13:53 +0000 (16:13 +0000)]
0021338: EDF 1926 SMESH: New controls and filters
    in SMESH_SubMeshObj::UpdateFunctor() set a part of mesh to eCoincident* functors

12 years ago0021338: EDF 1926 SMESH: New controls and filters
eap [Mon, 23 Jan 2012 16:12:32 +0000 (16:12 +0000)]
0021338: EDF 1926 SMESH: New controls and filters
+   eCoincidentNodes, eCoincidentElems1D, eCoincidentElems2D, eCoincidentElems3D };

12 years ago0021338: EDF 1926 SMESH: New controls and filters
eap [Mon, 23 Jan 2012 16:10:55 +0000 (16:10 +0000)]
0021338: EDF 1926 SMESH: New controls and filters
+    class SMESHCONTROLS_EXPORT CoincidentElements: public Predicate {
+    class SMESHCONTROLS_EXPORT CoincidentNodes: public Predicate {

12 years ago0021338: EDF 1926 SMESH: New controls and filters
eap [Mon, 23 Jan 2012 16:10:06 +0000 (16:10 +0000)]
0021338: EDF 1926 SMESH: New controls and filters
+ mesh_equal_edge.png \
+ mesh_equal_face.png \
+ mesh_equal_node.png \
+ mesh_equal_volume.png \

12 years ago0021198: EDF 1548 GEOM: Writing of coordinates system into exported UNV files
eap [Mon, 23 Jan 2012 08:02:02 +0000 (08:02 +0000)]
0021198: EDF 1548 GEOM: Writing of coordinates system into exported UNV files
   Read/write CS and units. Use vector instead of map as TDataSet

12 years ago0021198: EDF 1548 GEOM: Writing of coordinates system into exported UNV files
eap [Mon, 23 Jan 2012 08:00:37 +0000 (08:00 +0000)]
0021198: EDF 1548 GEOM: Writing of coordinates system into exported UNV files

+  inline std::string read_line(std::ifstream& in_stream, const bool next=true)

12 years ago0021198: EDF 1548 GEOM: Writing of coordinates system into exported UNV files
eap [Mon, 23 Jan 2012 08:00:05 +0000 (08:00 +0000)]
0021198: EDF 1548 GEOM: Writing of coordinates system into exported UNV files

12 years ago0021472: EDF 2080 SMESH: Projection1D2D on a Voronoi structure fails
eap [Wed, 18 Jan 2012 12:42:06 +0000 (12:42 +0000)]
0021472: EDF 2080 SMESH: Projection1D2D on a Voronoi structure fails
  fix GetMediumPos() to return EDGE instead of FACE for 2 VERTEXes

12 years agoAdd "const char* name" argument to consrtucctor of SMESH_subMeshEventListener
eap [Wed, 18 Jan 2012 12:07:14 +0000 (12:07 +0000)]
Add "const char* name" argument to consrtucctor of  SMESH_subMeshEventListener

12 years ago0021472: EDF 2080 SMESH: Projection1D2D on a Voronoi structure fails
eap [Wed, 18 Jan 2012 12:02:44 +0000 (12:02 +0000)]
0021472: EDF 2080 SMESH: Projection1D2D on a Voronoi structure fails
  fix GetOrderedNodes() to work if not all edges are meshed

12 years ago0021472: EDF 2080 SMESH: Projection1D2D on a Voronoi structure fails
eap [Wed, 18 Jan 2012 12:01:40 +0000 (12:01 +0000)]
0021472: EDF 2080 SMESH: Projection1D2D on a Voronoi structure fails
  fix merging new and old nodes in case if not all edges are meshed

12 years ago0021472: EDF 2080 SMESH: Projection1D2D on a Voronoi structure fails
eap [Wed, 18 Jan 2012 12:00:29 +0000 (12:00 +0000)]
0021472: EDF 2080 SMESH: Projection1D2D on a Voronoi structure fails
1)
+  struct EventProparatorToEdges : public SMESH_subMeshEventListener
2)
+  struct UnsetterOfEventProparatorToEdges
3)
+    // check that all nodes are shared by faces generated on F

12 years ago0021468: EDF 2073 SMESH: Body-fitting algo creates elements in hole
eap [Tue, 17 Jan 2012 13:17:19 +0000 (13:17 +0000)]
0021468: EDF 2073 SMESH: Body-fitting algo creates elements in hole

12 years agoFix for the bug IPAL22854: preview is wrong for Create a new mesh
ana [Mon, 16 Jan 2012 15:14:07 +0000 (15:14 +0000)]
Fix for the bug IPAL22854: preview is wrong for Create a new mesh

12 years ago0021469: EDF 2074 SMESH: Body fitting algo leads to crash of salome
eap [Mon, 16 Jan 2012 13:53:29 +0000 (13:53 +0000)]
0021469: EDF 2074 SMESH: Body fitting algo leads to crash of salome
   fix RemoveExcessIntPoints()

12 years agoFix for the bug IPAL22851: Sub-shapes spelling
ana [Fri, 13 Jan 2012 15:11:09 +0000 (15:11 +0000)]
Fix for the bug IPAL22851: Sub-shapes spelling

12 years agoFix for the bug IPAL22851: Sub-shapes spelling
ana [Fri, 13 Jan 2012 14:51:43 +0000 (14:51 +0000)]
Fix for the bug IPAL22851: Sub-shapes spelling

12 years agoFix for the bug IPAL22851: Sub-shapes spelling
ana [Fri, 13 Jan 2012 14:37:34 +0000 (14:37 +0000)]
Fix for the bug IPAL22851: Sub-shapes spelling

12 years agoMantis issue 0021455: [CEA] internal test fails.
jfa [Fri, 13 Jan 2012 11:18:46 +0000 (11:18 +0000)]
Mantis issue 0021455: [CEA] internal test fails.

12 years ago0021439: EDF 2004 GEOM, SMESH: Dump of study gives bad geom group and stops with...
eap [Wed, 11 Jan 2012 14:14:58 +0000 (14:14 +0000)]
0021439: EDF 2004 GEOM, SMESH: Dump of study gives bad geom group and stops with NameError exception
   1) In _pyMesh::Process(), move submesh creation from the script end
      to the place before its removal
   2) In _pyMesh::Flush(), add indentation to a generated command creating algorithm

12 years agocosmetic changes
eap [Wed, 11 Jan 2012 14:11:39 +0000 (14:11 +0000)]
cosmetic changes

12 years ago0021439: EDF 2004 GEOM, SMESH: Dump of study gives bad geom group and stops with...
eap [Wed, 11 Jan 2012 09:50:28 +0000 (09:50 +0000)]
0021439: EDF 2004 GEOM, SMESH: Dump of study gives bad geom group and stops with NameError exception
    fix _pyGen::FindObject() to restore the lost wrapping of hyp creation

12 years ago0021330: EDF 1919 SMESH: Convert to quadratic gives wrong elements
eap [Wed, 11 Jan 2012 08:43:41 +0000 (08:43 +0000)]
0021330: EDF 1919 SMESH: Convert to quadratic gives wrong elements
    fix convertElemToQuadratic()

12 years ago0021270: EDF 1870 SMESH: ExtrusionAlongPathObjX + Merge nodes remove 3D elements
eap [Wed, 11 Jan 2012 08:15:48 +0000 (08:15 +0000)]
0021270: EDF 1870 SMESH: ExtrusionAlongPathObjX + Merge nodes remove 3D elements
    in MergeNodes(), fix detection of replaced nodes of an elem

12 years agoRename "Delete Groups" into "Delete Groups with Contents"
gdd [Tue, 10 Jan 2012 14:55:02 +0000 (14:55 +0000)]
Rename "Delete Groups" into "Delete Groups with Contents"

12 years ago0021457: [CEA] import check_mesh stability
eap [Tue, 10 Jan 2012 14:36:48 +0000 (14:36 +0000)]
0021457: [CEA] import check_mesh stability
    in Transform(), reverse elements only if needed

12 years agoPorting to OCCT development version: Standard_PI -> M_PI
jfa [Mon, 26 Dec 2011 13:07:08 +0000 (13:07 +0000)]
Porting to OCCT development version: Standard_PI -> M_PI

12 years agofix the previous integration
eap [Fri, 16 Dec 2011 17:13:39 +0000 (17:13 +0000)]
fix the previous integration

12 years agonot to dump GetMeshOrder()
eap [Fri, 16 Dec 2011 16:16:27 +0000 (16:16 +0000)]
not to dump GetMeshOrder()

12 years ago0021347: [CEA 497] Visualisation into SMESH and VISU of hexagonal prism cells (MED_OC...
eap [Fri, 16 Dec 2011 16:14:25 +0000 (16:14 +0000)]
0021347: [CEA 497] Visualisation into SMESH and VISU of hexagonal prism cells (MED_OCTA12)
0021380: EDF 1937 SMESH: Take into account QUAD9 and HEXA27

+ prepare to 0021439: Dump of study gives bad geom group and stops with NameError exception

12 years ago0021347: [CEA 497] Visualisation into SMESH and VISU of hexagonal prism cells (MED_OC...
eap [Fri, 16 Dec 2011 09:34:33 +0000 (09:34 +0000)]
0021347: [CEA 497] Visualisation into SMESH and VISU of hexagonal prism cells (MED_OCTA12)
0021380: EDF 1937 SMESH: Take into account QUAD9 and HEXA27

12 years ago0021347: [CEA 497] Visualisation into SMESH and VISU of hexagonal prism cells (MED_OC...
eap [Fri, 16 Dec 2011 09:32:19 +0000 (09:32 +0000)]
0021347: [CEA 497] Visualisation into SMESH and VISU of hexagonal prism cells (MED_OCTA12)
0021380: EDF 1937 SMESH: Take into account QUAD9 and HEXA27

+    def NbBiQuadQuadrangles(self):
+    def NbTriQuadraticHexas(self):
+    def NbHexagonalPrisms(self):

12 years ago0021347: [CEA 497] Visualisation into SMESH and VISU of hexagonal prism cells (MED_OC...
eap [Fri, 16 Dec 2011 09:31:47 +0000 (09:31 +0000)]
0021347: [CEA 497] Visualisation into SMESH and VISU of hexagonal prism cells (MED_OCTA12)
0021380: EDF 1937 SMESH: Take into account QUAD9 and HEXA27

+  CORBA::Long NbBiQuadQuadrangles()
+  CORBA::Long NbTriQuadraticHexas()
+  CORBA::Long NbHexagonalPrisms()

12 years ago0021347: [CEA 497] Visualisation into SMESH and VISU of hexagonal prism cells (MED_OC...
eap [Fri, 16 Dec 2011 09:30:53 +0000 (09:30 +0000)]
0021347: [CEA 497] Visualisation into SMESH and VISU of hexagonal prism cells (MED_OCTA12)
0021380: EDF 1937 SMESH: Take into account QUAD9 and HEXA27

In CopyMesh(), copy free nodes as well

12 years ago0021347: [CEA 497] Visualisation into SMESH and VISU of hexagonal prism cells (MED_OC...
eap [Fri, 16 Dec 2011 09:30:05 +0000 (09:30 +0000)]
0021347: [CEA 497] Visualisation into SMESH and VISU of hexagonal prism cells (MED_OCTA12)
0021380: EDF 1937 SMESH: Take into account QUAD9 and HEXA27

-#include "SMDS_VolumeTool.hxx"

12 years ago0021347: [CEA 497] Visualisation into SMESH and VISU of hexagonal prism cells (MED_OC...
eap [Fri, 16 Dec 2011 09:29:06 +0000 (09:29 +0000)]
0021347: [CEA 497] Visualisation into SMESH and VISU of hexagonal prism cells (MED_OCTA12)
0021380: EDF 1937 SMESH: Take into account QUAD9 and HEXA27

print driver messages in debug mode only