Commit Graph

6 Commits

Author SHA1 Message Date
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
vsr
39d63c1e29 OCCT 6.9.0 (IR-2015-05-23) compatibility 2015-05-08 14:58:04 +03:00
rnv
3275e00630 Porting on the OCCT-6.9.0 2015-04-08 16:07:45 +03:00
mgn
860d4b3bf2 Issue 0022843: EDF GEOM: [HYDRO] Polyline using a former polyline
- Properly process closed polyline
2015-03-05 18:37:55 +03:00
akl
ff7fc4d6c2 Copyrights update 2015. 2015-02-10 13:25:20 +04:00
skv
8866b5fcd5 0022661: EDF GEOM: [HYDRO] Integration of the polyline editor in GEOM 2014-10-10 13:29:30 +04:00