SALOME Geometry module
Go to file
abk c3778fc96e Methods 'CurveCreator_Utils::constructShape' and
'Sketcher_Utils::MakeInterpolation' were changed to interpolate each spline
section by the cubic B-spline passing through the control points that the
tangent vector in each control point P is calculated by the following way:
- if point P is preceded by a control point A and is followed by a control point
  B then the tangent vector is equal to (P - A) / |P - A| + (B - P) / |B - P|;
- if point P is preceded by a control point A but is not followed by any control
  point then the tangent vector is equal to P - A;
- if point P is followed by a control point B but is not preceded by any control
  point then the tangent vector is equal to B - P.
2015-06-24 21:22:41 +03:00
adm_local CMake procedure: Detecting OpenCV third-party product on Windows 2015-05-15 12:00:16 +03:00
bin Copyrights update 2015. 2015-02-10 13:25:20 +04:00
doc 0021173: EDF 1787 GEOM: PipeTShape in meter cannot be built: Doc update 2015-05-20 12:24:39 +03:00
idl 23034: EDF GEOM: Information after a transformation without copy 2015-04-24 17:38:25 +03:00
resources 0022776: [CEA 1269] Project a wire or a face on a cylinder 2015-03-23 18:29:16 +03:00
src Methods 'CurveCreator_Utils::constructShape' and 2015-06-24 21:22:41 +03:00
AUTHORS Revert "Synchronize adm files" 2014-08-07 13:58:48 +04:00
ChangeLog Revert "Synchronize adm files" 2014-08-07 13:58:48 +04:00
CMakeLists.txt Increment version: 7.6.0 2015-04-17 18:46:11 +03:00
COPYING Revert "Synchronize adm files" 2014-08-07 13:58:48 +04:00
GEOM_version.h.in Copyrights update 2015. 2015-02-10 13:25:20 +04:00
INSTALL Revert "Synchronize adm files" 2014-08-07 13:58:48 +04:00
LICENCE Revert "Synchronize adm files" 2014-08-07 13:58:48 +04:00
NEWS Revert "Synchronize adm files" 2014-08-07 13:58:48 +04:00
README Revert "Synchronize adm files" 2014-08-07 13:58:48 +04:00
SalomeGEOMConfig.cmake.in Copyrights update 2015. 2015-02-10 13:25:20 +04:00