]> SALOME platform Git repositories - modules/smesh.git/commit
Salome HOME
0021096: EDF 1729 SMESH: Create a Projection 1D-2D algorithm
authoreap <eap@opencascade.com>
Thu, 13 Oct 2011 05:31:21 +0000 (05:31 +0000)
committereap <eap@opencascade.com>
Thu, 13 Oct 2011 05:31:21 +0000 (05:31 +0000)
commit5036f6282e3a9123e29035502c9c75069bc87676
treee69f8d33a2c63cc403221f920160bbb8de167710
parent678e9eaa31ba95f724ee460d41304383ff698198
0021096: EDF 1729 SMESH: Create a Projection 1D-2D algorithm

   /*!
+   * \brief Return nodes in the order they encounter while walking along the side.
+    * For a closed side, the 1st point repeats at end
+   */
+  std::vector<const SMDS_MeshNode*> GetOrderedNodes() const;
src/StdMeshers/StdMeshers_FaceSide.cxx
src/StdMeshers/StdMeshers_FaceSide.hxx