Commit Graph

1010 Commits

Author SHA1 Message Date
asl
21a4549edd refs #587: sorting the point table by click on header 2015-10-08 10:53:32 +03:00
Florian BRUNET
bff35f0310 French translation of GEOM new features. 2015-10-07 17:48:54 +03:00
vsr
0068817237 0023180: [CEA 1602] Regression : MakePartition of a solid by an empty compound returns an error
- Allow creating empty compounds
2015-10-07 14:16:02 +03:00
vsr
1d1c325da5 INT PAL 52903: TC7.7.0: Incorrect behavior in "Shape processing" dialog 2015-10-07 10:57:04 +03:00
vsr
0c3f5d3c34 INT PAL 52906: TC7.7.0: SIGSEGV at attempt to restrict selection by second shape in 'Create Group' dialog box 2015-10-07 10:31:33 +03:00
vsr
1db636b7ff 0052898: TC 7.7.0: Regression "Glue Faces" dialog glues all faces instead selected faces 2015-10-06 15:09:51 +03:00
vsr
0141ab7c44 INT PAL 52894: TC7.7.0: 'Apply and Close' does not work in 'Sub-Shapes Selection' dialog
- One more dialog box to fix
2015-10-06 15:08:56 +03:00
vsr
3e1586b2b4 INT PAL 52894: TC7.7.0: 'Apply and Close' does not work in 'Sub-Shapes Selection' dialog 2015-10-05 16:59:47 +03:00
Christophe Bourcier
55e65f660d Update translation files from Crowdin 2015-10-05 13:01:23 +03:00
vsr
cf799c8421 0023172: EDF 11516 - problem with StructuralElement 2015-09-28 18:29:48 +03:00
vsr
4b7946662e Dectivate local selection in BOP (CoTech decision) 2015-09-24 15:03:08 +03:00
vsr
70968a29ce Simplify activation of local selection on all objects 2015-09-24 15:01:40 +03:00
vsr
f1dfa183cb Fix memory leaks, causing appearance of deleted objects in study dump. 2015-09-17 19:25:48 +03:00
vsr
1b44f73640 0023164: Problem with Dump Study in case of an import
- Fix problem caused by unhandled memory leaks
2015-09-17 19:13:42 +03:00
vsr
e27516a96f 0023152: EDF GEOM: Use a self-intersected wire with MakeFace 2015-09-17 12:55:28 +03:00
skv
c744f39b39 0023134: EDF GEOM: Regression with getinplace 2015-09-02 13:53:03 +03:00
vsr
a8b4700b54 0023149: EDF - Problem with planar face creation 2015-08-28 10:42:03 +03:00
vsr
18906b1406 Import STEP: read more units (all currently supported by OCCT) 2015-08-25 17:40:04 +03:00
vsr
2146f8da30 0023137: [CEA 1570] WhatIs on a Local Coordinates System returns POLYGON
Kind Of Shape functionality has been adopted for Local Coordinate system objects.
2015-08-18 16:54:08 +03:00
vsr
914938a458 0023115: [CEA 1545] Regression on KindOfShape method
Additional correction, to avoid duplicated information in result of operation
2015-08-18 14:18:20 +03:00
Cédric Aguerre
ab0d7e24cd SIMAN removal 2015-07-29 16:27:38 +03:00
skv
f8174cfe42 0023129: [CEA 1551] GetShapesOnQuadrangle does not work with a points compound 2015-07-28 17:57:43 +03:00
skv
d7f33d79e4 0023128: [CEA 1555] FuseCollinearEdgesWithinWire fails on the outline of a square face partitioned 2015-07-28 15:38:27 +03:00
skv
a207750f4a 0052829: Failed GetSubShapeID() breaks the next IsSubShapeBelongsTo() 2015-07-22 12:40:08 +03:00
skv
6440cc096c 0022664: [CEA 1253] MakePipeWithDifferentSections fails on a elbow pipe: Fix comment 2015-07-21 18:39:48 +03:00
skv
8851ec8d8f 0022664: [CEA 1253] MakePipeWithDifferentSections fails on a elbow pipe 2015-07-21 18:29:07 +03:00
eap
28c8e9fe42 IPAL52828: No Creation Info available for a GEOM object imported from XAO file 2015-07-16 20:45:48 +03:00
skv
73a0114391 0023122: EDF 11178 GEOM: Fuse between a cylinder and a part with a hole fails 2015-07-16 10:51:04 +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
skv
29ae7886c0 0022776: [CEA 1269] Project a wire or a face on a cylinder: rm instability in RemoveExtraEdges 2015-06-19 10:51:17 +03:00
vsr
047d8bf632 Remove redundant code 2015-06-17 18:19:03 +03:00
vsr
1f1f040445 0023115: [CEA 1545] Regression on KindOfShape method 2015-06-17 18:14:39 +03:00
ana
9282e3d0d6 Windows compatibility 2015-06-17 13:53:43 +03:00
mpa
0a9a0010a0 CMake improvement: usage of SALOME_GUI_MODE() macro 2015-06-11 16:03:47 +03:00
skv
1839b501d4 0022782: [CEA 1315] GetFirstVertex does not return the edge's starting point 2015-06-11 11:53:02 +03:00
vsr
eba013acfe Migration to OCCT > 6.9.0 2015-06-11 10:20:52 +03:00
vsr
faf08d0c52 Fix regression in KindOfShape functionality - sphere imported from SolidWorks's STEP file is not recognized as sphere 2015-06-10 13:37:56 +03:00
skv
c38fbe7a1c 0052774: GetInPlace creates result as a group of sub-shapes of different types 2015-06-08 16:09:09 +03:00
skv
ce07ba70be 0022776: [CEA 1269] Project a wire or a face on a cylinder: add rotation angle 2015-06-08 13:06:39 +03:00
akl
7c036f24ff 0022762: [EDF] Fast detection of face/face face/solid solid/solid interference
- Part 2: introduce CheckSelfIntersectionsFast function
2015-06-04 14:51:15 +03:00
vsr
b46831ede7 Merge branch V7_6_BR 2015-06-03 11:06:53 +03:00
vsr
f312091eb5 Remove redundant code 2015-05-26 13:56:05 +03:00
skv
da1ba107c6 0052604: [TC7.5.1] GetInPlace failure 2015-05-22 17:00:10 +03:00
akl
c94c721135 22888: EDF 10437 GEOM: Dimensions improvements 2015-05-21 15:54:58 +03:00
mpa
63738c1a1f INT PAL 0052749: Wrong icon and pop-up of a reversed group 2015-05-20 14:19:08 +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
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
vsr
cf8092c355 22853: EDF 9924 GEOM: Dimension histogram
- Alternative fix for list of shapes case, as previous one is incorrect.
2015-05-07 14:08:49 +03:00
vsr
d63b189331 22853: EDF 9924 GEOM: Dimension histogram
- Fix bug with improper range computing when selecting list of shapes
2015-05-07 13:43:14 +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
7760eb2714 22852: EDF 9937 GEOM: Kind of shape unrecognized when importing step files 2015-04-27 17:03:33 +03:00
akl
59b5446863 22853: EDF 9924 GEOM: Dimension histogram 2015-04-24 18:52:02 +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
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
ana
a106e4f70b Windows compatibility 2015-04-07 16:54:28 +03:00
imn
4ca9a3e8ad INT PAL 0052666: Presentation disappears from the 3D Viewer after that as an operation is applied to the object 2015-04-06 14:07:27 +03:00
mpa
57554854e0 INT PAL: 0052664: SIGSEGV at attempt to open 'View' menu when not OCC, VTK or Plot2D view is active. 2015-04-03 12:31:31 +03:00
mpa
4f4dc7e4d5 INT PAL 0052631: Line width property does not affect Shading with edges display mode (for preview edges width) 2015-04-02 11:59:48 +03:00
eap
e5b3888b6f 52657: Wrong State in Creation Info of GetShapesOnShapeAsCompound() 2015-04-01 20:11:01 +03:00
ana
5d72df656f Fix for "0052652: Creation 2D polyline does not work properly" issue 2015-04-01 16:36:47 +03:00
mpa
55bf84458b INT PAL 0052642: Notebook variables are not dumped to script with Fillet1D, Fillet2D operations (improved) 2015-03-27 15:46:09 +03:00
mpa
ecabd400f8 INT PAL 0052642: Notebook variables are not dumped to script with Fillet1D, Fillet2D operations 2015-03-26 11:08:05 +03:00
mpa
3cd4475b68 INT PAL 0052630: Bring to front behavior is not correct 2015-03-24 12:39:17 +03:00
ana
18006cbdf3 Fix compilation error on Windows platform 2015-03-24 12:02:58 +03:00
skv
87533ec02b 0022776: [CEA 1269] Project a wire or a face on a cylinder 2015-03-23 18:29:16 +03:00
mpa
900bf17d4b INT PAL 0052625: GEOM module: customize labels color 2015-03-23 15:33:25 +03:00
mpa
909440ce50 0052637: Make Solid from connected face does not work on compound of faces 2015-03-20 12:22:55 +03:00
mpa
76ecb7ccef INT PAL 0052636: Make solid from compound of shells works incorrectly 2015-03-20 11:47:34 +03:00
mpa
b3d03ada99 INT PAL 0052624: Drag-n-drop functionality for dimensions has been broken 2015-03-19 15:09:10 +03:00
skv
c881ccaee2 0022889: EDF GEOM 10310: GetSame does not return the right shape 2015-03-18 11:30:56 +03:00
skv
58b6d007bc 0022666: EDF 7253 GEOM: Add thickness to a shell and integrate BrepOffsetAPI_MakeThickSolid 2015-03-18 10:37:36 +03:00
skv
4d29dbe5a8 0022883: EDF GEOM: Regression with GetShapesOnQuadrangle 2015-03-17 16:15:29 +03:00
mpa
dd3f6ee542 0022777: [CEA 1291] Display the name of an object in the 3D View (fixed problem for SMESH module) 2015-03-17 10:32:36 +03:00
mpa
1344a93905 INT PAL 0052631: Line width property does not affect Shading with edges display mode 2015-03-13 15:55:24 +03:00
mpa
fa550f2017 0022777: [CEA 1291] Display the name of an object in the 3D View (edited) 2015-03-13 15:53:16 +03:00
vsr
cd24269e8c 0022885: EDF 10392 HYDRO + GEOM: Spline of a polyline is not possible and returns an error. 2015-03-12 17:10:26 +03:00
mpa
334ef9aff1 0022777: [CEA 1291] Display the name of an object in the 3D View 2015-03-11 13:18:51 +03:00
vsr
74c5b4f281 0022845: EDF GEOM: [HYDRO] Hiding the coordinates system part of the dialog box in the polyline editor
- Additionally remote title "Coordinate system" title from the input parameters group box
2015-03-06 14:59:32 +03:00
mgn
2c1a8894cc Correct redisplay color for AIS_InteractiveObject polyline 2015-03-05 18:47:51 +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
eap
3412372987 Fix usage of SUIT_OverrideCursor
-  SUIT_OverrideCursor();
+  SUIT_OverrideCursor wc;
2015-03-05 16:37:28 +03:00
vsr
478182de8e Remove unnecessary dependency on VTK from GEOM engine 2015-03-05 12:23:43 +03:00
mpa
c818e008d4 INT PAL 0052620: Creation of colored fields on edges is incorrect 2015-03-04 17:07:57 +03:00
imn
4310bcdf3d 0022377: EDF 2752 GEOM: Add a preference in order to automatically unpublished parent objects 2015-03-04 16:05:30 +03:00
vsr
d34e7eebf2 0022857: EDF GEOM 7167: MakeHalfPartition documentation 2015-02-27 15:07:51 +03:00
skv
eaee8de41c Fix of searching for shapes on surface (NGO letter from 20.02.2015) 2015-02-27 10:22:05 +03:00
vsr
58803ba33e Fix memory leaks 2015-02-26 14:15:47 +03:00
vsr
46b96ac794 Fix regressions in test scripts caused by implementation of issue 0022748 2015-02-26 14:14:59 +03:00
skv
2c5180adf1 0022771: [CEA 1311] Creating a smaller wire when using the function "Fuse Colinear Edges Within A Wire" 2015-02-24 12:54:42 +03:00
vsr
3ddada8e52 0022879: [CEA 1426] TestMeasureOperations fails 2015-02-20 17:41:54 +03:00
vsr
8f97ff0556 0022862: EDF GEOM: MakeFillet returns a compound
- additional change, to fix the same problem for chamfer
2015-02-20 16:21:05 +03:00
eap
87de6c4044 22874: [CEA 1425] Performance SMESH Module
Memory leak
2015-02-20 14:43:53 +03:00
eap
c30422ed1f Avoid using GEOM operations directly, not via geompy 2015-02-17 17:51:03 +03:00
vsr
7cb44e9fe0 0022867: EDF GEOM: Regression with MakeFace 2015-02-17 17:24:29 +03:00
imn
f1efea0146 0022865: [CEA 1416] not possible to visualize the solids found by "Check compound of blocks" in defaut wireframe mode 2015-02-17 15:24:02 +03:00
imn
2ed03d35e6 Remove unused header AIS_Drawer.hxx 2015-02-16 17:56:10 +03:00
vsr
38ec024b87 Merge remote branch 'origin/gdd/translations' 2015-02-12 18:51:15 +03:00
vsr
e450289112 0022862: EDF GEOM: MakeFillet returns a compound 2015-02-11 19:15:22 +03:00
vsr
ed7afb89f4 0022861: [CEA 1419] Export XAO does not export the sub-shapes 2015-02-11 18:19:46 +03:00
vsr
4bad0df238 Compatibility with OCCT dev version 2015-02-11 18:09:35 +03:00
Gilles DAVID
d0d76ac6ea Update translations (en, fr) 2015-02-11 15:02:16 +01:00
Florian BRUNET
9680031be0 Merge branch 'fbt/add_header_for_mpi_compilation' 2015-02-11 11:47:52 +01:00
vsr
59f2b5a0d3 Fix a bug in GetExistingSubObjects method - wrong conversion from CORBA::Boolean to Standard_Boolean results in empty list when theGrupsOnly parameter is true 2015-02-10 19:02:51 +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