Commit Graph

44 Commits

Author SHA1 Message Date
asl
19eba9530f refs #1331: access to methods for testing purposes 2017-09-28 11:48:12 +03:00
asl
e7c4b29a9e refs #1331: profiles points sorting 2017-09-28 10:26:37 +03:00
asl
28c4349bd9 refs #1331: disabling automatic sorting of points in the GUI table 2017-09-22 09:19:37 +03:00
asl
81f3aca1cb refs #1331: sorting of profiles points by column 2017-09-21 16:34:35 +03:00
rnv
7e333dca6e Porting to DEV version of OpenCASCADE. 2017-02-10 16:38:51 +03:00
vsr
ec168c32f8 Merge remote branch 'origin/hydro/imps_2015' 2016-10-21 12:28:49 +03:00
isn
684b609375 compilation errors on WIN 2016-08-30 17:39:34 +03:00
Paul RASCLE
89af3a1499 CurveCreator widget: mask detection mode, not implemented 2016-05-27 18:04:22 +02:00
Paul RASCLE
9613091414 curve creator: bring together two extremities of two sections of polylines 2016-05-27 17:03:09 +02:00
Paul RASCLE
a9bed41d00 curve creator: display distance between points in table view 2016-05-27 09:16:42 +02:00
mpa
31b91717e0 Migration to OCCT 7.0 2016-05-25 18:55:33 +03:00
vsr
bd2042b4d1 Merge branch 'V7_dev' 2016-03-24 16:36:53 +03:00
vsr
8370b4a1c4 Update copyright: 2016 2016-03-15 15:27:04 +03:00
vsr
2a43dbcceb Merge relevant changes from V8_0_0_BR branch 2016-02-15 17:37:33 +03:00
Paul RASCLE
c0397f5b1a Merge branch 'hydro/imps_2015' 2016-01-26 08:42:42 +01:00
Paul RASCLE
eae2aa2df9 add splitter in 2D polyline dialog 2016-01-25 18:58:07 +01:00
Paul RASCLE
2735fef8fc Merge branch 'hydro/imps_2015' 2016-01-21 16:55:54 +01:00
Paul RASCLE
9febe29948 change point marker aspect for 2D curve edition 2016-01-21 16:47:41 +01:00
imn
f3c62a0c0b Merge Qt5 porting. 2015-12-25 10:54:06 +03:00
mkr
5488595c45 refs #736: fix displaying of ghost of polyline section in addition mode. 2015-11-25 18:43:47 +03:00
mkr
610bd3aff0 refs #731: fix hanging of application after Undo operation during profile/polyline creation. 2015-11-25 15:02:52 +03:00
mkr
40d1576437 refs #739: correct sorting of numerical data for columns in the table of local points. 2015-11-24 18:38:51 +03:00
asl
643db5d3ff refs #674: correct using of doubles coordinates 2015-10-29 08:57:58 +03:00
asl
bf8682daf1 refs #527, #577: using double for coordinates 2015-10-12 11:41:03 +03:00
asl
21a4549edd refs #587: sorting the point table by click on header 2015-10-08 10:53:32 +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
ana
5d72df656f Fix for "0052652: Creation 2D polyline does not work properly" issue 2015-04-01 16:36:47 +03:00
mgn
55a306227f Issues 0022843, 0022845, 0022846
* Issue 0022845: EDF GEOM: [HYDRO] Hiding the coordinates system part of the dialog box in the polyline editor
  - Disabled display of coordinate system combo box
* Issue 0022843: EDF GEOM: [HYDRO] Polyline using a former polyline
  - Changed algorithm of polyline and spline construction
* Issue 0022846: EDF GEOM: [HYDRO] Creation of a polyline: add intermediate points and remove points
  - Added possibility to add/remove/modify new or intermediate points, select and modify them
  - Added possibility to drag and drop points in a view
  - Set violet color for preview in temporary Z layer
  - Changed behavior of selected object
2015-03-05 18:43:39 +03:00
mgn
12a5d6420b Add copyright 2015-03-05 18:39:01 +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
mgn
d99635da98 Correct improper translation for table widget 2015-03-05 18:37:27 +03:00
akl
c41299f629 Remove strange symbols. 2015-02-10 16:36:25 +04: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
vsr
7961b83044 Revert "Synchronize adm files"
This reverts commit 3cd92817cb.
2014-08-07 13:58:48 +04:00
Maintenance team (INV)
3cd92817cb Synchronize adm files 2014-08-06 23:16:58 +04:00
akl
7d880c6a82 Update copyrights 2014. 2014-02-18 10:44:41 +04:00
vsr
123890fc75 Add missing link dependency 2013-10-31 09:44:30 +00:00
inv
ca3114ad35 Fix compilation problem with -DSALOME_BUILD_GUI=OFF mode. 2013-10-31 07:58:25 +00:00
vsr
d0f9dcaf72 Merge from BR_hydro 30/10/2013 2013-10-30 16:50:50 +00:00