SALOME Mesh module
Go to file
eap 8a94b0bd1f PAL13460 (PAL EDF 301 force the mesh to go through a point)
+  typedef sequence<PointStruct> nodes_array;
+  struct ElementSubType { ElementType SMDS_ElementType;
+                          boolean     isPoly;
+                          long        nbNodesInElement; };
+  typedef sequence<ElementSubType> types_array;
+  /*!
+   * Structure containing mesh edit preview data
+   */
+  struct MeshPreviewStruct { nodes_array nodesXYZ;
+                             long_array  elementConnectivities;
+                             types_array elementTypes; };
  inteface SMESH_Mesh {
+    /*!
+     * Return SMESH_MeshEditor that would not modify the mesh but
+     * fill MeshPreviewStruct
+     */
+    SMESH_MeshEditor GetMeshEditPreviewer()
+      raises (SALOME::SALOME_Exception);
+    /*!
+    * Return data of mesh edition preview which is computed provided
+    * that the editor was obtained trough SMESH_Mesh::GetMeshEditPreviewer()
+    */
+    MeshPreviewStruct GetPreviewData();
2007-02-21 17:15:57 +00:00
adm_local Added a check that find what is an operating system and sets up variable PLATFORM_INCLUDES 2007-01-23 12:15:08 +00:00
bin Join modifications from branch BR_DEBUG_3_2_0b1 2006-06-01 11:39:17 +00:00
doc Move docs of VTK viewer to GUI, following customer remarks. 2007-01-26 15:05:01 +00:00
idl PAL13460 (PAL EDF 301 force the mesh to go through a point) 2007-02-21 17:15:57 +00:00
resources PAL13615 (EDF PAL 315/31 GEOM SMESH : meshing of a "5 edges quadrangle") 2007-02-20 09:08:02 +00:00
src PAL13615 (EDF PAL 315/31 GEOM SMESH : meshing of a "5 edges quadrangle") 2007-02-21 17:11:37 +00:00
build_configure Join modifications from branch OCC_debug_for_3_2_0b1 2006-05-06 08:51:48 +00:00
ChangeLog DCQ : Merge with Ecole_Ete_a6. 2004-06-18 08:34:31 +00:00
configure.in.base Change version to 3.2.5 2007-02-01 10:32:14 +00:00
cvs-tags DCQ : Merge with Ecole_Ete_a6. 2004-06-18 08:34:31 +00:00
INSTALL Join modifications from branch BR_DEBUG_3_2_0b1 2006-06-01 11:39:17 +00:00
LICENCE NRI : add LICENCE file 2003-11-06 11:34:19 +00:00
Makefile.in PAL13473 (Build repetitive mesh): 2006-12-06 16:16:26 +00:00
SMESH_version.h.in Join modifications from branch BR_DEBUG_3_2_0b1 2006-06-01 11:39:17 +00:00