X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModel%2FModel_ResultConstruction.h;h=be4fb14c0e1665378703625c93d91b34f4622c4e;hb=20d35238897e717b51eaba89f9ba3695ebf57e49;hp=a6913c4aeb91306cccc95eed11ba51daa5c78685;hpb=70bdd86989ad2e604040b3a17aa1bd8ee82d0de7;p=modules%2Fshaper.git diff --git a/src/Model/Model_ResultConstruction.h b/src/Model/Model_ResultConstruction.h index a6913c4ae..be4fb14c0 100644 --- a/src/Model/Model_ResultConstruction.h +++ b/src/Model/Model_ResultConstruction.h @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2019 CEA/DEN, EDF R&D +// Copyright (C) 2014-2020 CEA/DEN, EDF R&D // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public @@ -58,6 +58,9 @@ class Model_ResultConstruction : public ModelAPI_ResultConstruction MODEL_EXPORT virtual int facesNum(const bool theUpdateNaming = true); /// if the construction result may be used as faces, this method returns face by zero based index MODEL_EXPORT virtual std::shared_ptr face(const int theIndex); + /// Change the order of faces + MODEL_EXPORT + virtual void setFacesOrder(const std::list >& theFaces); /// By default object is not infinite. MODEL_EXPORT virtual bool isInfinite();