X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FINTERP_KERNEL%2FInterpolation3DSurf.cxx;h=638246c3444272b9716faf10e51b0f51394906aa;hb=714ec20d9675ab2c7d5530ae57656635def4e30f;hp=708d11a37b08e946edd3070af260c30acb5fc145;hpb=3c911ce36f5caa779ea60042e738fa57671a44b1;p=tools%2Fmedcoupling.git diff --git a/src/INTERP_KERNEL/Interpolation3DSurf.cxx b/src/INTERP_KERNEL/Interpolation3DSurf.cxx index 708d11a37..638246c34 100644 --- a/src/INTERP_KERNEL/Interpolation3DSurf.cxx +++ b/src/INTERP_KERNEL/Interpolation3DSurf.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2015 CEA/DEN, EDF R&D +// Copyright (C) 2007-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 @@ -42,13 +42,13 @@ namespace INTERP_KERNEL - Values: between 0 and 1. - Default: 0.5. -# doRotat: rotate the coordinate system such that the target cell is in the Oxy plane. - - Values: true (necessarilly if Intersection_type=Triangle), false. + - Values: true (necessarily if Intersection_type=Triangle), false. - Default: true (as default Intersection_type=Triangle) -# precision: Level of precision of the computations is precision times the characteristic size of the mesh. - Values: positive real number. - Default: 1.0E-12. -# printLevel: Level of verboseness during the computations. - - Values: interger between 0 and 3. + - Values: integer between 0 and 3. - Default: 0. */ void Interpolation3DSurf::setOptions(double precision, int printLevel, double medianPlan,