Commit Graph

28 Commits

Author SHA1 Message Date
mbs
e067674b75 Updated copyright comment 2024-01-20 13:51:38 +00:00
mbs
09ece3edc1 updated copyright message 2023-06-19 17:32:54 +01:00
mbs
c1d63ef1f8 updated copyright message 2023-06-16 19:43:36 +01:00
vsr
b6f0965afb Copyright update 2022 2022-05-05 15:01:15 +03:00
vsr
25a3dc9150 Copyright update 2021 2021-03-22 19:09:10 +03:00
YOANN AUDOUIN
656de216bc Old development made for salome Hydro:
To allow to move points on spline curve
curveCreator :: allow selection of points of selected polyline(s) only
2021-03-05 16:00:47 +01:00
SALOME
1405980f7e #18963 Minimize compiler warnings 2020-12-08 12:51:31 +03:00
jfa
08f4a1d3d5 Porting to OCCT 7.4.1dev 2020-07-31 18:36:42 +03:00
vsr
df260abc61 Copyright update 2020 2020-04-15 16:11:04 +03:00
vsr
54a5d9072f Adapting for OCCT dev (7.5) 2020-03-19 14:25:13 +03:00
mnt
bfd48ef62a Porting to OCCT 7.4 dev 2019-02-22 15:55:49 +03:00
vsr
d6f1d8730f Update copyrights 2019-02-14 13:56:18 +03:00
isn
e093baaf91 Merge remote-tracking branch 'remotes/origin/hydro/imps_2017_salome_83' into HEAD
Conflicts:
	src/CurveCreator/CurveCreator_Utils.cxx
2017-11-29 15:52:09 +03:00
asl
47e260a974 0023450: Fields are not displayed in GEOM
+ IPAL54211: SALOME-8.3.0: Geometry fields are displayed incorrectly
+ Clean-up deprecated OCCT-related code
2017-09-25 15:28:18 +03:00
asl
28c4349bd9 refs #1331: disabling automatic sorting of points in the GUI table 2017-09-22 09:19:37 +03:00
mnt
338ca53024 RNV: Remove deprecated code. 2017-07-06 16:28:26 +03:00
rnv
7e333dca6e Porting to DEV version of OpenCASCADE. 2017-02-10 16:38:51 +03:00
mpa
31b91717e0 Migration to OCCT 7.0 2016-05-25 18:55:33 +03:00
vsr
8370b4a1c4 Update copyright: 2016 2016-03-15 15:27:04 +03:00
asl
643db5d3ff refs #674: correct using of doubles coordinates 2015-10-29 08:57:58 +03:00
abk
44f924fa67 Initial version of interface 'CurveCreator_ISection' was created for the curve sections.
Type 'CurveCreator_Section' was inherited from the interface and
extended to implement the interface.
Method 'CurveCreator_Curve::getSection' was modified for the interface.
Method 'CurveCreator_Utils::ConstructWire' was created to construct the wire corresponding to each polyline or spline section.
2015-06-29 15:21:11 +03:00
asl
34c4dd8f29 refs #589: integration of new interpolation algo to HYDRO 2015-06-25 09:20:44 +03:00
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