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-13 14:53:27 +00:00
2007-11-07 11:50:52 +00:00
2007-04-13 14:53:27 +00:00
2004-06-18 08:34:31 +00:00
2007-04-13 14:53:27 +00:00
2004-06-18 08:34:31 +00:00
2003-11-06 11:34:19 +00:00
2007-04-13 14:53:27 +00:00
2007-04-13 14:53:27 +00:00

The file is empty.
Description
SALOME Mesh module
Readme 91 MiB
Languages
C++ 85.2%
Python 12.8%
CMake 1.1%
HTML 0.4%
C 0.3%
Other 0.1%