Salome HOME
PAL17694 (New Tool About Hexahedral Meshing)
authoreap <eap@opencascade.com>
Thu, 15 Nov 2007 14:29:43 +0000 (14:29 +0000)
committereap <eap@opencascade.com>
Thu, 15 Nov 2007 14:29:43 +0000 (14:29 +0000)
commit61864312fd3f6daf2d4ffb26c61eb04c9d66d53d
tree37d66ecee61eb94295dd476514a685bcb4edecda
parent4f54006d92443081eb813cbb957936f9e89d345d
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