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
..
2007-04-18 15:44:59 +00:00
2007-04-18 15:44:59 +00:00
2007-04-18 15:44:59 +00:00