X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSketchAPI%2FSketchAPI_Point.h;h=d68064c9f9aa25a36093b79d03b78fbe4688755e;hb=ff4d5d0f42cf5d24b86b2bd2b6e1f58e74f52032;hp=a680aacc6d69e6b2160071c9a4407cc8a0a60b93;hpb=d34842c50d5f335cca443c78910c16c54139c7d0;p=modules%2Fshaper.git diff --git a/src/SketchAPI/SketchAPI_Point.h b/src/SketchAPI/SketchAPI_Point.h index a680aacc6..d68064c9f 100644 --- a/src/SketchAPI/SketchAPI_Point.h +++ b/src/SketchAPI/SketchAPI_Point.h @@ -1,5 +1,6 @@ +// Copyright (C) 2014-20xx CEA/DEN, EDF R&D // Name : SketchAPI_Point.h -// Purpose: +// Purpose: // // History: // 15/06/16 - Sergey POKHODENKO - Creation of the file @@ -49,8 +50,10 @@ public: virtual ~SketchAPI_Point(); INTERFACE_2(SketchPlugin_Point::ID(), - coordinates, SketchPlugin_Point::COORD_ID(), GeomDataAPI_Point2D, /** Point coordinates */, - external, SketchPlugin_Point::EXTERNAL_ID(), ModelAPI_AttributeSelection, /** External */ + coordinates, SketchPlugin_Point::COORD_ID(), + GeomDataAPI_Point2D, /** Point coordinates */, + external, SketchPlugin_Point::EXTERNAL_ID(), + ModelAPI_AttributeSelection, /** External */ ) /// Set by coordinates