smesh/idl
eap 61864312fd PAL17694 (New Tool About Hexahedral Meshing)
+  /*!
+   * Node location on a shape
+   */
+  struct NodePosition {
+    long             shapeID;
+    GEOM::shape_type shapeType;
+    double_array     params; // [U] on EDGE, [U,V] on FACE, [] on the rest shapes
+  };
+     * \brief Return position of a node on shape
+     */
+    NodePosition GetNodePosition(in long NodeID);
+
+    /*!
2007-11-15 14:29:43 +00:00
..
Makefile.am Merging from V3_2_6pre4 2007-04-18 15:44:59 +00:00
SMESH_BasicHypothesis.idl PAL17694 (New Tool About Hexahedral Meshing) 2007-11-15 14:28:58 +00:00
SMESH_Filter.idl Merging from V3_2_6pre4 2007-04-18 15:44:59 +00:00
SMESH_Gen.idl Join modifications from V3_2_0_maintainance (V3_2_6pre4 - T32x_16Aug2007_16h00m) 2007-08-21 08:30:33 +00:00
SMESH_Group.idl Bug NPAL12872 - EDF189 GEOM, SMESH : Visualization of groups with many colors 2007-11-06 08:54:05 +00:00
SMESH_Hypothesis.idl Merging from V3_2_6pre4 2007-04-18 15:44:59 +00:00
SMESH_Mesh.idl PAL17694 (New Tool About Hexahedral Meshing) 2007-11-15 14:29:43 +00:00
SMESH_MeshEditor.idl PAL16842 (Genertion of groups when a mesh is transformed) 2007-11-12 09:54:49 +00:00
SMESH_Pattern.idl Join modifications from branch BR_DEBUG_3_2_0b1 2006-06-01 11:39:17 +00:00