Paul RASCLE
9febe29948
change point marker aspect for 2D curve edition
2016-01-21 16:47:41 +01: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
3f406f6a6e
patch for correct compilation on Linux
2015-06-25 09:26:30 +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
047d8bf632
Remove redundant code
2015-06-17 18:19:03 +03:00
ana
02107d63e8
Fix for "0052722: TC7.6.0 Incorrect behavior in "Shape processing" dialog" issue
2015-05-20 13:23:31 +03:00
ana
38f42c5163
Fix for "0052732: OCC viewer is not switched back to 3D mode after closing Create Polyline dialog box" issue
2015-05-20 13:22:35 +03:00
skv
e38148a840
0021173: EDF 1787 GEOM: PipeTShape in meter cannot be built: Doc update
2015-05-20 12:24:39 +03:00
ana
10ae356a87
CMake procedure: Detecting OpenCV third-party product on Windows
2015-05-15 12:00:16 +03:00
vsr
544fdbbac5
0023048: [CEA 1474] Performance regression on MakeGlueEdges
...
- Small correction to previous commit to provide backward compatibility with OCCT 6.8.0.
2015-05-14 15:40:11 +03:00
skv
0f279d3285
0023048: [CEA 1474] Performance regression on MakeGlueEdges
2015-05-14 10:44:37 +03:00
skv
a1baa9d06d
0052535: TC7.5.0: Fuse operation failes
2015-05-12 16:44:56 +03:00
ana
cf95ec2d01
Fix for "0052725: Sketcher 2D construction of rectangle type has incorrect initial values" issue
2015-05-08 15:48:37 +03:00
vsr
39d63c1e29
OCCT 6.9.0 (IR-2015-05-23) compatibility
2015-05-08 14:58:04 +03:00
vsr
fbf0bc3dd1
Fix problem with arguments positioning in CAF for Projection driver
2015-05-08 13:47:35 +03:00
eap
18a5df8c67
23034: EDF GEOM: Information after a transformation without copy
...
Fix regression of geom/imps_07/H9 -- no info on field steps
2015-05-07 19:27:01 +03:00
Christophe Bourcier
8d74e7ed1f
Fix Japanese translation
2015-05-07 14:59:10 +03:00
skv
398df1400a
Fix for test case geom/boolean_operations_05/F5 (implement copying of source shapes for MakeFaceWires)
2015-05-06 17:10:57 +03:00
Christophe Bourcier
6c27d2b4d5
Update translation files from Crowdin
2015-05-05 19:22:41 +03:00
Florian BRUNET
474f3f8098
Minor fixes to handle boundary values of the angle for the portion of cylinder primitive.
2015-05-05 16:04:28 +03:00
vsr
f971466504
0023090: [CEA 1510] Error at Salome launch with Japanese language
2015-05-05 14:59:30 +03:00
eap
18a41b7599
23034: EDF GEOM: Information after a transformation without copy
...
Show "(No info available)"
2015-04-30 14:57:25 +03:00
rnv
a864dc1826
Fix for the '52718: TC7.6.0:size of local coordinate system is different in comparison of salome version 7.4.0 and selection mechanizm does not work' issue: now LCS presentations are selectable in the VTK Viewer.
2015-04-30 14:26:53 +03:00
skv
ebcf623079
Fix for the test advanced_geom_objs_ex01.py
2015-04-29 17:30:40 +03:00
vsr
939beceaf8
0023055: EDF 10725 GEOM: In the shape recognition functionality, it is not possible to select an area for the filtering sample
2015-04-29 17:10:44 +03:00
rnv
8620d4d735
Fix for the "52700: Bad processing of selection button in Point creation dialog box" issue.
2015-04-29 16:44:24 +03:00
vsr
462ad02a36
IPAL52720: TC 7.6.0: Interpolation of curve creation is incorrect
...
1) Fix regression caused by commit cd24269e
(issue 0022885);
2) Throw away points which are too close to each other after reordering.
2015-04-28 17:07:20 +03:00
vsr
3e008980d4
0023057: [EDF GEOM] Direction of edge of a circle has changed on Salome V7_6_BR
...
0023058: [CEA 1493] Regression : MakeDiskPntVecR does not create the same disk as before
2015-04-28 14:11:21 +03:00
eap
8febd640e2
IPAL52714: Wrong creation information of Thickness GEOM object
2015-04-24 18:25:52 +03:00
eap
354aaa03b1
52713: Wrong creation info for ProjectionOnCylinder object
...
fix Python API of GetCreationInformation()
2015-04-24 18:04:30 +03:00
eap
ee311dbb32
23034: EDF GEOM: Information after a transformation without copy
...
IPAL52713: Wrong creation info for ProjectionOnCylinder object
2015-04-24 17:38:25 +03:00
rnv
c5e0716722
Convert GEOM_Object to list of the GEOM_Object.
2015-04-24 16:43:36 +03:00
skv
7419ea9c89
Fix for test case bugs_10/K4
2015-04-23 18:38:08 +03:00
vsr
38f47f419d
0023055: EDF 10725 GEOM: In the shape recognition functionality, it is not possible to select an area for the filtering sample
...
Fix pb that imported image is Y-mirrored in a viewer
2015-04-23 14:09:47 +03:00
skv
bcf1da3d82
fix for test cases bugs_13/N8 and imps_04/E5
2015-04-23 11:36:19 +03:00
imn
48589cb055
INT PAL 0052699: Incorrect closing of "Manage dimensions" dialog box (edited)
2015-04-21 16:00:30 +03:00
imn
e786915015
INT PAL 0052699: Incorrect closing of "Manage dimensions" dialog box (edited)
2015-04-21 15:53:05 +03:00
imn
7cbe2e3bae
INT PAL 0052699: Incorrect closing of "Manage dimensions" dialog box
2015-04-21 10:07:44 +03:00
skv
cd38446206
Fix for test case geom/bugs_05/F7
2015-04-20 18:23:17 +03:00
vsr
f115f2d5e7
Increment version: 7.6.0
2015-04-17 18:46:11 +03:00
rnv
193eb32f4c
Exclude *.md5 and *.map files from the DEV documentation
2015-04-17 13:10:22 +03:00
mpa
6c8fca7b1f
documentation improvement
2015-04-17 12:44:44 +03:00
akl
639766dc55
Copyrights correction.
2015-04-17 13:25:07 +04:00