mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-03-11 07:14:33 +05:00

+ /*! + * 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); + + /*!