Salome HOME
PAL17694 (New Tool About Hexahedral Meshing)
authoreap <eap@opencascade.com>
Thu, 15 Nov 2007 14:29:56 +0000 (14:29 +0000)
committereap <eap@opencascade.com>
Thu, 15 Nov 2007 14:29:56 +0000 (14:29 +0000)
commit375e0a211cf579db41f18031d7498802984d9f57
tree55e6133879a18719665c9abbfdca04fdf97bc1d2
parent743d0ab4f7dfc8671040e88ef9dc7d6529f98d67
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);
+
+    /*!
idl/SMESH_Mesh.idl