Salome HOME
IPAL54614: Getting nodes of polyhedron works wrong
[modules/smesh.git] / src / StdMeshers_I / StdMeshers_QuadrangleParams_i.hxx
index 822b501e5564fbbea1e0a02dba1f5de711405557..1e14a0b88f34bd65195d935417385b871e654b2a 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2016  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2007-2019  CEA/DEN, EDF R&D, OPEN CASCADE
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -73,6 +73,11 @@ public:
   // Returns entries of shapes defining enforced nodes
   SMESH::string_array* GetEnfVertices();
 
+  // Set corner vertices
+  void SetCorners( const SMESH::long_array& vertexIDs );
+
+  // Return IDs of corner vertices
+  SMESH::long_array* GetCorners();
 
   // Get implementation
   ::StdMeshers_QuadrangleParams* GetImpl();