Commit Graph

1053 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
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
ana
d66f8054ed Windows compatibility 2015-04-16 18:04:57 +03:00
eap
e7d9b213f1 Basic geompy methods like MakeShell() are documented in Creating Advanced Geometrical Objects paragraph 2015-04-15 21:22:36 +03:00
skv
0181657151 0023043: EDF 10596 GEOM: GetShapesOnShape does not return all shapes expected 2015-04-15 14:04:22 +03:00
Renaud Barate
1442137f3f Structural elements: wrong orientation of faces (EDF #8518) 2015-04-13 16:08:51 +02:00
imn
044db8430d 0052661: VTK3D Viewer: GEOM_Actor in the Wireframe mode has incorrect color 2015-04-13 10:56:26 +03:00
skv
b9261bf9d5 0023038: EDF GEOM Regression: SIGSEGV error with MakePipeWithDifferentSections 2015-04-10 17:00:08 +03:00
mpa
d620d57a86 "Reduce Study" dialog box: bug fixing 2015-04-09 16:48:40 +03:00
skv
d02f4dc567 0022869: EDF 7482 GEOM: Automatically create groups with the generation operations 2015-04-08 16:42:03 +03:00
rnv
3275e00630 Porting on the OCCT-6.9.0 2015-04-08 16:07:45 +03:00
imn
2960cb2164 INT PAL 0052666: Presentation disappears from the 3D Viewer after that as an operation is applied to the object(some fix) 2015-04-08 12:33:26 +03:00