X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSketchAPI%2FSketchAPI_Line.h;h=c34db1b741759b198b3b0aedbd2424b43efe88e9;hb=d527dc39d15c26ab465eee3a5263fbbe999cabf8;hp=c2f3d98f5dc866d4cae2c8b0f70cd734e3986555;hpb=f853ca3afac47ae3b7e610af9d4eacef8f8739a5;p=modules%2Fshaper.git diff --git a/src/SketchAPI/SketchAPI_Line.h b/src/SketchAPI/SketchAPI_Line.h index c2f3d98f5..c34db1b74 100644 --- a/src/SketchAPI/SketchAPI_Line.h +++ b/src/SketchAPI/SketchAPI_Line.h @@ -1,8 +1,21 @@ -// Name : SketchAPI_Line.h -// Purpose: +// Copyright (C) 2014-2019 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 +// License as published by the Free Software Foundation; either +// version 2.1 of the License, or (at your option) any later version. +// +// This library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +// +// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com // -// History: -// 07/06/16 - Sergey POKHODENKO - Creation of the file #ifndef SRC_SKETCHAPI_SKETCHAPI_LINE_H_ #define SRC_SKETCHAPI_SKETCHAPI_LINE_H_ @@ -50,9 +63,12 @@ public: virtual ~SketchAPI_Line(); INTERFACE_3(SketchPlugin_Line::ID(), - startPoint, SketchPlugin_Line::START_ID(), GeomDataAPI_Point2D, /** Start point */, - endPoint, SketchPlugin_Line::END_ID(), GeomDataAPI_Point2D, /** End point */, - external, SketchPlugin_Line::EXTERNAL_ID(), ModelAPI_AttributeSelection, /** External */ + startPoint, SketchPlugin_Line::START_ID(), + GeomDataAPI_Point2D, /** Start point */, + endPoint, SketchPlugin_Line::END_ID(), + GeomDataAPI_Point2D, /** End point */, + external, SketchPlugin_Line::EXTERNAL_ID(), + ModelAPI_AttributeSelection, /** External */ ) /// Set by coordinates @@ -87,6 +103,10 @@ public: /// Set end point SKETCHAPI_EXPORT void setEndPoint(const std::shared_ptr & thePoint); + + /// Dump wrapped feature + SKETCHAPI_EXPORT + virtual void dump(ModelHighAPI_Dumper& theDumper) const; }; //! Pointer on Line object