X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FConstructionAPI%2FConstructionAPI.i;h=c8420378caa0d88b5460023d61d36bb0ee6def6f;hb=093e8c42e3cf9a40071fe2f81591b7eb4bdfc247;hp=ed3c2172a428d599943846a1f92d20598d706928;hpb=2620ddc6d39c8e339ae28ce2bf3e1611e31f06cb;p=modules%2Fshaper.git diff --git a/src/ConstructionAPI/ConstructionAPI.i b/src/ConstructionAPI/ConstructionAPI.i index ed3c2172a..c8420378c 100644 --- a/src/ConstructionAPI/ConstructionAPI.i +++ b/src/ConstructionAPI/ConstructionAPI.i @@ -1,9 +1,33 @@ +// Copyright (C) 2014-2017 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 +// + /* ConstructionAPI.i */ + %module ConstructionAPI + %{ #include "ConstructionAPI_swig.h" %} +%include "doxyhelp.i" + // import other modules %import "ModelHighAPI.i" @@ -15,7 +39,11 @@ %include "std_shared_ptr.i" // shared pointers +%shared_ptr(ConstructionAPI_Axis) +%shared_ptr(ConstructionAPI_Plane) %shared_ptr(ConstructionAPI_Point) // all supported interfaces +%include "ConstructionAPI_Axis.h" +%include "ConstructionAPI_Plane.h" %include "ConstructionAPI_Point.h"