smesh/idl
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
..
Makefile.in Join modifications from branch BR_DEBUG_3_2_0b1 2006-06-01 11:39:17 +00:00
SMESH_BasicHypothesis.idl PAL13639 (EDF PAL 317 : SMESH : Create "0D Hypothesis") 2007-02-20 07:06:16 +00:00
SMESH_Filter.idl PAL14419 (IMP: a filter predicate to find nodes/elements lying on any 2006-12-29 09:20:05 +00:00
SMESH_Gen.idl PAL13473 (Build repetitive mesh): 2006-12-06 16:17:58 +00:00
SMESH_Group.idl Join modifications from branch BR_DEBUG_3_2_0b1 2006-06-01 11:39:17 +00:00
SMESH_Hypothesis.idl PAL13639 (EDF PAL 317 : SMESH : Create "0D Hypothesis") 2007-02-19 16:36:21 +00:00
SMESH_Mesh.idl PAL13460 (PAL EDF 301 force the mesh to go through a point) 2007-02-21 17:15:57 +00:00
SMESH_Pattern.idl Join modifications from branch BR_DEBUG_3_2_0b1 2006-06-01 11:39:17 +00:00