X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=idl%2FGEOM_Superv.idl;h=0ae258e6c87a58d342cfa08cf853fba4483644d7;hb=cfc267474fbe4c092b88a40e8d28031a00950450;hp=a57977b010999edfe3c7b9947e26e6136b0f0b93;hpb=9680031be017f475ebb1d506a72b9527f5ce70b3;p=modules%2Fgeom.git diff --git a/idl/GEOM_Superv.idl b/idl/GEOM_Superv.idl index a57977b01..0ae258e6c 100644 --- a/idl/GEOM_Superv.idl +++ b/idl/GEOM_Superv.idl @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2015 CEA/DEN, EDF R&D, OPEN CASCADE +// Copyright (C) 2007-2022 CEA/DEN, EDF R&D, OPEN CASCADE // // Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS @@ -35,11 +35,6 @@ module GEOM interface GEOM_Superv : Engines::EngineComponent,SALOMEDS::Driver { - //-----------------------------------------------------------// - // Set current study ID // - //-----------------------------------------------------------// - void SetStudyID (in long theStudyID) ; - //-----------------------------------------------------------// // Create ListOfGO and add items to it // //-----------------------------------------------------------// @@ -668,7 +663,8 @@ module GEOM in ListOfGO groups, in ListOfFields fields, in string author, - in string fileName ); + in string fileName, + in string shapeFileName ); boolean ImportXAO( in string fileName, out GEOM_Object shape, out ListOfGO subShapes, @@ -679,6 +675,11 @@ module GEOM in string theFileName, in double theDeflection ); + //-----------------------------------------------------------// + // Measure Operations // + //-----------------------------------------------------------// + GEOM_List PatchFace(in GEOM_Object theShape); + /*@@ insert new functions before this line @@ do not remove this line @@*/ }; };