Commit Graph

986 Commits

Author SHA1 Message Date
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
Florian BRUNET
7b9442558e Addition of the utilities.h header for mpi compilation of GEOM. 2015-02-09 17:50:36 +01:00
vsr
055f671403 0022854: [CEA 1420] The Help button on dialog boxes XAO/Export XAO refer to file: /// 2015-02-09 18:55:00 +03:00
vsr
4b00e015b7 If study is loaded from HDF file, init_geom() has to load data to the engine calling LoadWith() function of StudyBuilder 2015-02-06 15:38:24 +03:00
mpa
fd74c1d7f4 0022804: [CEA 1332] Import a brep file with an accent in its name 2015-02-06 15:09:57 +03:00
vsr
3150ecbf3b Fix pb with 'make test' (complex_objs_ex06.py script): a regression has been introduced with implementation of issue 0022745 2015-02-05 13:57:09 +03:00
ana
db29d7dbad Windows compatibility 2015-02-03 19:14:19 +03:00
vsr
97c05bd172 Merge branch occ/shape_reparation_2 2015-01-28 18:23:03 +03:00
vsr
d993b257e6 Fix misprint in resources 2015-01-28 10:35:59 +03:00
ema
4b8228f9ab ParaView / PARAVIS improvements 2014: 2.6.3/2.6.4: Geometry & Mesh plug-ins in the ParaVis module 2015-01-27 17:14:21 +03:00
skv
cbdcb3694d 0022775: [CEA 1091] Add an option on GetNonBlocks to retrieve quadrangular faces defined on C1 edges 2015-01-26 14:17:02 +03:00
skv
48e895f1fa 0022686: [CEA 1268] Explode a shape into edges sorted in a row from a starting point 2015-01-22 18:46:14 +03:00
Anthony Geay
5a2b52664a Merge branch 'master' of https://git.salome-platform.org/git/modules/geom 2015-01-22 09:48:16 +01:00
vsr
cad7d404aa Fix pb in non-regression scripts, caused by previous integration 2015-01-16 15:33:47 +03:00
vsr
afbfdd0ed2 1) Fix for issue 0022706 with MakePipeTShape (workaround for Fillet problem)
2) Clean-up code:
- Remove redundant includes
- Move oftenly used functions to GEOMUtils
- Add documentation, indentation, etc.
2014-12-30 19:21:51 +03:00
vsr
16b1d9dd39 0022747: [EDF] Improvement of Get Shared Shapes operation
Additional changes:
- Rename "Multi-shares only" option to "Shared by all"
2014-12-30 16:55:57 +03:00
vsr
a962c0bed5 Bug in 2D sketcher:
a) Improper set of command parameters (notebook variables) in "rectangle" mode.
b) Added support of notebook variables in the Python API class Sketcher2D.
2014-12-27 11:24:34 +03:00
vsr
90ff9bfc3e 0022752: [EDF] Provide explicit feedback on what has been done by Shape Processing operation
Additional changes:
- Add "Select All" check box to quickly select/deselect all operators.
2014-12-26 18:39:04 +03:00
vsr
a170552f7b 0022767: [EDF] Construction of composite solids
Additional change:
- "Intersect" option has been renamed to "Intersect/sew"
2014-12-26 17:29:09 +03:00
vsr
0f1846a8c0 0022747: [EDF] Improvement of Get Shared Shapes operation
Additional improvement:
- In the dialog box, automatically, propose only allowed types of sub-shapes according to the current selection
2014-12-26 16:05:13 +03:00
vsr
528f4842f4 0022747: [EDF] Improvement of Get Shared Shapes operation
Additional improvements:
- Add multi-share parameter to allow searching not sub-shapes which are shared either by all or by couples of input shapes
- Avoid raising exception if no sub-shapes is found; return empty result instead
- Add test script
2014-12-26 13:02:57 +03:00
vsr
13b11d15c8 Remove non-implemented method declaration (to avoid undefined symbols) 2014-12-25 16:29:30 +03:00
vsr
404066ead7 0022756: [EDF] Intersection operation
Fix a bug with improper selection processing
2014-12-23 18:46:41 +03:00
vsr
045908212e 0022750: [EDF] Improve ergonomics of the "Detect Self-intersections" dialog box
Additional improvements:
- Allow multiple selection of interferences
- Publish each interference as a Compound containing two sub-shapes
2014-12-23 16:46:08 +03:00
vsr
be8d935c3b 0022750: [EDF] Improve ergonomics of the "Detect Self-intersections" dialog box
Rename "All intersections" to "Face to Face + all above", to be more clear to the user
2014-12-23 16:22:27 +03:00
vsr
88793a0d15 Fix a bug with improper set of default value for "required number of segments" parameter of BSplineRestriction operator of ShapeProcess function: "0" value leads to a SIGSEGV 2014-12-22 16:11:32 +03:00
vsr
d55c107e74 0022762: [EDF] Fast detection of face/face face/solid solid/solid interference
Minor additional improvements:
- display sub-shapes from 1st and 2nd source shapes with different colors
- limit minimal value of deflection to avoid long computation of tesselation (well, this is "fast" intersection algorithm)
2014-12-19 15:21:13 +03:00
eap
d08c093f57 0022768: [EDF] Model inspector 2014-12-19 11:01:23 +03:00
vsr
3d1e657101 Merge branch 'master' into V7_5_BR 2014-12-18 18:12:39 +03:00
vsr
3af8489874 0022832: EDF GEOM: Bug with curve construction
Additional commit: fix memory leak plus small redesign
2014-12-18 18:11:55 +03:00
Christophe Bourcier
9003182233 Update translation files from Crowdin 2014-12-18 17:25:16 +03:00
ana
ed5673f40b 0022762: [EDF] Fast detection of face/face face/solid solid/solid interference 2014-12-17 20:07:41 +03:00
ana
8170166255 0022832: EDF GEOM: Bug with curve construction 2014-12-17 16:22:00 +03:00
vsr
57bf55dc1f 22763: [EDF] Shape processing
For DropSmallSolids operator, fix some bugs:
- Add missing default values of parameters in a resource file
- Add workaround to ShapeProcess functionality to process properly optional parameters (the case for DropSmallSolids operator)
- Small redesign of RepairGUI::ShowStatistics() function
2014-12-16 14:16:15 +03:00
skv
cceb7b5b9e 0022766: [EDF] Transport of names 2014-12-12 16:28:43 +03:00
eap
c85f63b521 22752: [EDF] Provide explicit feedback on what has been done by Shape Processing operation
Cut off "Unknown message invoked with the keyword " at the message beginning
2014-12-12 12:18:31 +03:00
eap
2b119a6f37 22763: [EDF] Shape processing
Update python docs
2014-12-11 21:29:03 +03:00
eap
e22e35a475 22763: [EDF] Shape processing
Add DropSmallSolids operator
2014-12-11 20:53:33 +03:00
eap
ed87a1f7c8 22752: [EDF] Provide explicit feedback on what has been done by Shape Processing operation
+ 22757: [EDF] Vertex on Edge --- allow projecting several points at once
2014-12-10 19:12:15 +03:00
mpa
1deab8bc71 0022759: [EDF] Creation of a surface from several edges 2014-12-10 19:03:21 +03:00
vsr
c9521ab164 0022756: [EDF] Intersection operation
- Rename "Section" operation to "Intersection"
2014-12-09 16:50:16 +03:00
vsr
fc58f61296 0022743: EDF GEOM: Regression in MakePipeTShapeChamfer: Some faces are missing in a GetShapesOnCylinder result 2014-12-08 11:57:28 +03:00
ana
5f650dfab8 0022765: [EDF] Improvement of local selection mechanism 2014-12-04 16:19:14 +03:00
vsr
4b06093853 0022819: [CEA 1339] : Regression : the distance between a sphere and a embedded box is not zero
0022820: [CEA 1342] Regression: the distance between a sphere and a cylinder that touch is not zero
2014-12-02 18:46:31 +03:00
vsr
01b4ca144c Backward compatibility OCCT < 6.8.0 2014-11-24 15:23:28 +03:00
eap
33eddb946d 22755: [EDF] Improvement of Projection operation 2014-11-21 20:25:48 +03:00
eap
23a1ce7d1c 22756: [EDF] Intersection operation 2014-11-20 18:11:55 +03:00
Anthony Geay
ba487799ec Include utilities.h when needed. 2014-11-19 16:45:44 +01:00
vsr
05d0cb1c4c Fix error in creation information - wrong operation type in case of MakeEdge 2014-11-19 16:58:01 +03:00
vsr
00995421b1 0022767: [EDF] Construction of composite solids 2014-11-19 14:59:48 +03:00
vsr
5b5f4d6982 0022706: EDF GEOM: Regression in T-shape pipe primitive with fillet: HexMesh option induces an error
Fix #1: upgrade tolerances of pcurves as they can be invalid after ShHealOper_ShapeProcess
2014-11-17 16:58:11 +03:00
Florian BRUNET
62e64005f6 More and last french translation check for GEOM. 2014-11-13 14:40:21 +01:00
Florian BRUNET
3d05c44ad1 French translation check on the module GEOM. 2014-11-13 14:26:25 +01:00
vsr
f46f487f15 0022670: [CEA 1095] Deflection coefficient has no influence on a shape displayed in the VTK View 2014-11-13 14:26:25 +01:00
vsr
696752954d 0052555: TC7.5.0: regression of free faces visualization 2014-11-13 14:26:24 +01:00
vsr
70cddf0bd7 0022764: [EDF] Filtering operators in Group and Explode dialog boxes 2014-11-13 16:05:45 +03:00
ova
285d412521 0022761: [EDF] Improvement of Explode dialog box 2014-11-13 16:01:25 +03:00
skv
bff7674ef5 0022754: [EDF] Surface of a face 2014-11-13 16:01:21 +03:00
skv
d37d50070c 0022753: [EDF] Extension of the curves and surfaces 2014-11-13 15:51:58 +03:00
eap
0c260c9c89 0022757: [EDF] Vertex on Edge 2014-11-13 15:51:52 +03:00
skv
d632c33a6e 0022758: [EDF] Creation of a face from a surface and limiting edges 2014-11-13 15:51:46 +03:00
eap
8345fbb56c 0022749: [EDF] Improvement of Remove Internal Faces operation 2014-11-13 14:16:45 +03:00
skv
dff9617e4b 0022750: [EDF] Improve ergonomics of the "Detect Self-intersections" dialog box 2014-11-13 14:16:40 +03:00
eap
568f30b167 0022747: [EDF] Improvement of Get Shared Shapes operation 2014-11-13 14:16:34 +03:00
eap
670c603478 0022748: [EDF] Improvement of Filling operation 2014-11-13 14:16:26 +03:00
eap
2c3b809cb7 0022746: [EDF] Improvement of Glue Faces and Glue Edges operations 2014-11-13 14:16:18 +03:00
skv
de6fb7721d 0022751: [EDF] Publish results of the Check Free Faces operation 2014-11-13 14:10:07 +03:00
eap
db4ad95d8e 0022745: [EDF] Improvement of Sewing operation 2014-11-13 14:02:35 +03:00
vsr
614060d67a 0022760: [EDF] Improvement of the What Is operation 2014-11-13 14:02:25 +03:00
eap
e957479789 Regression of SALOME_TESTS/Grids/geom/imps_07/H9
Provide creation information for MakeCylinderA()
2014-11-12 20:06:47 +03:00
eap
31d723907d Fix regression of SALOME_TESTS/Grids/geom/import_export_STEP_00/A2 2014-11-12 19:03:07 +03:00
skv
702de9ae7d 0022714: EDF GEOM: Issue with MakePipeTShapeChamfer 2014-11-12 17:09:01 +03:00
skv
2198e1a334 0022771: [CEA 1311] Creating a smaller wire when using the function Fuse Colinear Edges Within A Wire 2014-11-11 15:59:15 +03:00
skv
a2992000d6 22540: Fix the case if no edges are given 2014-11-10 12:37:04 +03:00
skv
e50a7e7c84 22674: Remove redundant code 2014-11-07 12:47:15 +03:00
mpa
5bc218e9c8 0022379: EDF 2276 GEOM: Dependency Tree - added resize event for view and new method of showing tree considering a size of scene 2014-11-07 10:33:47 +03:00
skv
a4c91f0893 0022540: EDF 2857 GEOM : problem to generate a face 2014-11-07 10:03:52 +03:00
skv
3592a48619 0022674: [CEA 1261] Regression of function MakeShell 2014-11-06 15:46:19 +03:00
Renaud Nédélec
665709c95c update of tests, some cleaning of addToStudy instructions and small GUI fix 2014-11-05 16:08:27 +01:00
vsr
9bbd71521c 0022800: EDF 9132 PARAVIS: Sigsegv when using pvviewer outside paravis 2014-11-05 15:10:27 +03:00
Renaud Nédélec
c926071d44 missing file 2014-11-04 17:12:26 +01:00
Renaud Nédélec
8a6296ea1a some cleaning and update of the dialog box 2014-11-04 16:56:54 +01:00
Renaud Nédélec
0939da6429 first fully working version, not optimised though 2014-11-03 09:54:48 +01:00
vsr
53ee509ba5 0022379: EDF 2276 GEOM: Show the ascendants and descendants of a GEOM object in a family tree
- Additionally split view to show OCC and Dependency views near each other
2014-10-31 20:23:54 +03:00
Renaud Nédélec
8d2d6670c4 first almost working version with the solid part 2014-10-31 17:07:58 +01:00
vsr
f07c1d15eb IPAL22837: TC 6.4.0: Auto Color does not reset color of group of edges 2014-10-31 18:49:21 +03:00
vsr
84fa6ee9f3 IPAL52559: TC7.5.0: Auto color has no effect on the faces group 2014-10-31 17:03:46 +03:00
mpa
76bdbaedf7 0022379: EDF 2276 GEOM: Dependency Tree - reverse the direction of the arrows 2014-10-31 16:59:11 +03:00
vsr
6b8f1473f7 Fix a bug with raising exception on computing bonding box for invalid shape 2014-10-31 12:05:09 +03:00
skv
e653d307b7 0052538: TC7.5.0: Some edges are lost during group creation 2014-10-30 15:07:31 +03:00
Renaud Nédélec
7a4a166458 one step further towards solid part management 2014-10-29 16:30:59 +01:00
Renaud Nédélec
6e2763b424 Merge remote-tracking branch 'origin/master' into rnc/t_shape_plugin 2014-10-29 10:26:56 +01:00
eap
a86e38643d IPAL52557: TC7.5.0: default value in Hypothesis is different in new and saved studies
In PreciseBoundingBox(), allow an empty bnd box as input
2014-10-28 15:11:12 +03:00
vsr
cee59108f8 IPAL52531: TC7.5.0: Dialog box “Fuse Collinear Edges within a wire” misprint 2014-10-28 11:34:07 +03:00
vsr
1d0e50ef3f Minor improvement of Inertia dialog box look-n-feel. 2014-10-24 17:35:34 +04:00
vsr
aa8b2914fb IPAL52528: TC7.5.0: Dump study - transparency is lost
Properly process visibility state on Show/Hide operations
2014-10-23 16:33:30 +04:00
vsr
bd37ceaf56 IPAL52544: TC7.5.0: Import XAO file crash application 2014-10-22 19:30:45 +04:00
vsr
62283977ac Fight memory leaks 2014-10-22 18:22:21 +04:00
vsr
3c1414974e Remove obsolete staff; redesign Handle-based and CDL-generated classes 2014-10-22 11:16:17 +04:00
vsr
b7989b4db5 Add missing preference item 2014-10-21 17:43:27 +04:00
vsr
a8bbe4660f IPAL52533: TC7.5.0: 3D Sketch - preview of angle value is wrong 2014-10-21 10:48:55 +04:00
vsr
a717938af1 Fix pb with wrong Help pages in dialog boxes 2014-10-10 17:32:40 +04:00
skv
8866b5fcd5 0022661: EDF GEOM: [HYDRO] Integration of the polyline editor in GEOM 2014-10-10 13:29:30 +04:00
vsr
f4bb8ea64a Take into account merge of branch 'asl/hydro_porting_741' in GUI module. 2014-10-06 15:30:58 +04:00
vsr
852ccfccc5 Remove obsolete conditionals 2014-09-24 16:48:36 +04:00
vsr
f6c23ad069 xmlCleanupParser should not be called from the application 2014-09-23 17:18:48 +04:00
ana
76d199bd79 Win32 compatibility 2014-09-23 15:48:25 +04:00
vsr
95e15e30c2 Fix compilation errors 2014-09-23 10:09:30 +04:00
vsr
a1f6e9582d 0022616: [CEA 1038] Improve the quality of stl and vtk exports
Additional modification to obsolete ImportFile() function, to return list of GEOM::GEOM_BaseObject, instead of list of GEOM::GEOM_Object, to properly handle fields.
2014-09-22 11:41:20 +04:00
rnv
aeddae7719 0022616: [CEA 1038] Improve the quality of stl and vtk exports 2014-09-22 10:34:19 +04:00
akl
aaea242262 'fr' and 'ja' translations for 0022617: [CEA 1060] In OCC view, add "Show vertices" in the contextual menu. 2014-09-18 12:39:44 +04:00
akl
d50ae9ad41 Fixing visibility of standalone vertices in compound in VTK viewer. 2014-09-17 12:30:45 +04:00
akl
bd2026a383 Fixing visibility of standalone vertices when 'Vertices' display mode is switched off. 2014-09-16 15:33:19 +04:00
akl
be7aba2cac Fix according to note 0018123 from 0022617: [CEA 1060]:
1) taking into account user's point marker;
2) add 'Point Marker' item into popup menu for all GEOM objects to have possibility modify the 'point marker'.
2014-09-15 18:32:37 +04:00
mpa
4ffc08bf4b moved method imageToPixmap() from GEOM_Displayer to GUI module (OCCViewer) as external 2014-09-11 13:02:10 +04:00
mpa
04e80ddd75 0021671: EDF 1829 GEOM : Bring to front selected objects (continuation)
- solved a problem with selection and pre-selection object in the "additional wireframe actor" mode;
- added GEOM documentation
2014-09-11 11:02:20 +04:00
akl
0f781d0d92 Switching-off the highlighting selected objects
to avoid keeping object's wireframe in case of changing shape properties (for example: 'Clear Top Level State','Color', 'Isos') calling popup menu over the shape in OCC viewer.
2014-08-29 12:32:37 +04:00
unknown
30775e4b54 Merge remote-tracking branch 'backup/cge/msvc10_porting' into cge/msvc10_porting 2014-08-27 11:30:04 +02:00
vsr
71ea6f84c5 0022628: [CEA 1202] The default icon disposition is not correct in french and in japanese 2014-08-27 13:08:44 +04:00
akl
88911223a8 Avoiding compilation problem with OCCT version < 6.7.2 because of 22617 integration. 2014-08-27 11:56:23 +04:00
akl
b23bafd42b Implementation of 0022617: [CEA 1060] In OCC view, add "Show vertices" in the contextual menu. 2014-08-27 11:03:29 +04:00
Camille GOUTTEBROZE
eb349c0218 Merge branch 'master' into cge/msvc10_porting 2014-08-26 16:38:17 +02:00
Camille GOUTTEBROZE
45fc0b9952 Export ShapeRec symbols 2014-08-26 15:08:51 +02:00
Camille GOUTTEBROZE
00fc3b27ef Removed obsolete enum 2014-08-26 14:03:41 +02:00
Camille GOUTTEBROZE
215e3e9b92 Type explicitation 2014-08-26 14:03:04 +02:00
skv
50dba628d8 0022057: EDF 2510 GEOM : Bug with extrusion along a path 2014-08-26 12:25:23 +04:00
skv
65227b3e7d 0022674:[CEA 1261] Regression of function MakeShell : Rollback type check 2014-08-25 12:12:02 +04:00
skv
fe13e168ce 0052442: Locations arguments does not work with pipe construction 2014-08-22 09:48:22 +04:00
skv
9b95aa0085 0052477: Incorrect work of solid construction algorithm on not valid input data 2014-08-21 15:48:54 +04:00
Renaud Nédélec
8b9db2cd6f first modifications for solid part handling 2014-08-21 11:54:39 +02:00
skv
5c9b06b29d 0022620: [CEA 1061] Remove points on colinear edges of a face's wire. 2014-08-19 14:52:23 +04:00
vsr
ccf1c3dfbc 0022667: EDF 7375 GEOM: Add angle argument to Create cylinder function.
Minor corrections to initial implementation.
2014-08-13 17:34:03 +04:00
vsr
69b2ec02a2 Merge branch 'fbt/addAngleInCylPrimitive' 2014-08-13 09:07:24 +04:00
vsr
bb11967e8f 0022614: [CEA 1146] SalomePyQt python API tabifyDockWidgets and findDockByWT
Unify object names of dock widgets
2014-08-12 11:47:23 +04:00
Florian BRUNET
7ac599fe97 Addition of a specific error message for the 0 and 360 values. 2014-08-11 15:53:38 +02:00
Florian BRUNET
b9cd395cc3 Update of the implementation of an option to create portion of cylinders in the cylinder primitive 2014-08-11 11:54:38 +02:00
imn
05e07e916e Remove obsolete OCC_VERSION_LARGE defines. 2014-08-08 16:10:04 +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
Florian Brunet
8f2784ea72 Add an Angle option in the cylinder primitive in order to build portion of cylinders in both constructors. 2014-08-05 14:42:10 +02:00
Florian Brunet
67af1443e5 updated translation files for t-shape thickness reduction 2014-07-25 14:17:07 +02:00
akl
8325f0f6ba 2nd part of previous commit. 2014-07-23 12:51:21 +04:00
akl
70b0ad241e Improving graphical 'Unpublish' functionality to hide also references of the given objects.
It is done according to 17816 note in 0022472 (EDF 2690 GEOM: Keep only some terminal objects and its parents) issue.
2014-07-23 11:57:20 +04:00
mpa
806956971e Implemented a new method of displaying shading with edges mode of object using OCC technologies 2014-07-17 14:56:46 +04:00
skv
73747ffeb5 0022626: EDF 8453 GEOM: order with SubShapeAllSortedCentres 2014-07-16 19:17:01 +04:00
mpa
c32371db75 INT PAL 0052437: Manage dimentions with arguments "Parallel edges" does not work correctly 2014-07-15 12:55:05 +04:00
skv
477e6586c0 OCCT dev version porting (6.7.2) 2014-07-09 17:32:02 +04:00
akl
80531775fd Fix problems with displaying Dependency tree on Windows platform. 2014-07-07 18:51:33 +04:00
skv
b5261a9818 0052436: MakePipeWithDifferentsSections does not work correctly 2014-07-03 13:47:17 +04:00
ana
12122ec111 Win32 compatibility 2014-07-02 17:15:40 +04:00
mpa
b0494784bf 0022472: EDF 2690 Reduce Study: Delete cyclic dependency 2014-07-02 16:14:57 +04:00
ana
9e822ecfcd Win32 compatibility 2014-07-02 13:20:45 +04:00
vsr
a0e22ed86a 0022618: [CEA 1062] Define the transparency by default in the preferences 2014-07-02 11:17:40 +04:00
skv
3866909ccc 0022495: [CEA 1058] Shape invalide after UnionFaces 2014-06-30 17:56:52 +04:00
vsr
97d9c2c6b1 Merge remote branch 'origin/akl/22379' 2014-06-30 12:23:18 +04:00
mpa
5b374060cb INT PAL 0052297: impossible to set point coordinates by click in OCC viewer 2014-06-30 11:55:42 +04:00
skv
f84f401861 0022566: EDF GEOM : Performance regression in MakeCompound operation 2014-06-25 18:28:02 +04:00
akl
c531936429 Small code refactoring. 2014-06-24 17:20:50 +04:00
mpa
fa057fce70 Merge branch 'origin/akl/22379' 2014-06-24 13:03:03 +04:00
akl
8702bf10d3 + removing references to deleted objects. 2014-06-24 12:55:33 +04:00
mpa
ac61a2cdfc add documentation about "Reduce Study" functionality 2014-06-24 12:36:49 +04:00
akl
91ea3e3f9b Rollback references removing. 2014-06-24 12:21:35 +04:00
akl
33c22cca77 1) Set more correct method name. 2) remove references to deleted objects. 2014-06-24 11:39:43 +04:00
mpa
adfe6b226a add synchronization with "Dependency Tree" view 2014-06-24 10:07:59 +04:00
Renaud Nédélec
a71898b2c0 some cleaning 2014-06-23 16:25:36 +02:00
akl
4805532bcf Get sub-objects recursively. Miss sub-object if it is in 'selected' list. 2014-06-23 18:12:26 +04:00
mpa
420061dfc0 clean programming code + add warning on deleting intermediate objects 2014-06-23 17:57:49 +04:00
Renaud Nédélec
54a9a7984f complete t-shape pipe 2014-06-23 14:22:53 +02:00
akl
c199f1b99d Implementation of 'Unpublish' and 'Remove' options functionality. 2014-06-20 17:46:52 +04:00
mpa
caeeba82b5 clean programming code 2014-06-20 17:23:50 +04:00
mpa
f586974bcb some edition 2014-06-20 16:13:42 +04:00
Renaud Nédélec
e53c3df090 small modifications for cancel action to work correctly 2014-06-20 13:32:55 +02:00
mpa
b7bc1406d3 Merge of GUI and Engine functionalities 2014-06-20 14:19:06 +04:00
Renaud Nédélec
4d7ec7e96b first working version of the plugin 2014-06-20 11:57:06 +02:00
Renaud Nédélec
c07b5ec312 first commit for the ceration of a t_shape plugin 2014-06-20 11:19:58 +02:00
akl
16188e9050 Fix repeated items 2014-06-20 12:56:25 +04:00
akl
b70248e90b Implementation of 'GetEntriesToCleanStudy' function to get categorized lists of objects. 2014-06-19 18:59:59 +04:00
mpa
de86b94fd5 0022472: EDF 2690 GEOM: Keep only some terminal objects and its parents
- first version of implementation
2014-06-19 11:07:13 +04:00
vsr
23318a595c Avoid calling FinishOperation() when operation is just started. 2014-06-18 13:38:23 +04:00
mpa
fc81102714 add zoom action when wheel is spinning 2014-06-11 11:06:57 +04:00
mpa
874cf01c2a fixed a problem 2014-06-09 17:12:08 +04:00
vsr
dc562ec459 OCCT dev version porting (6.7.2) 2014-06-09 12:56:21 +04:00
mpa
8dd08cf7fe add documentation about dependency tree functionality 2014-06-06 16:08:47 +04:00
akl
9d9a825049 Fix case of only one link - self-depending link. 2014-06-06 12:42:57 +04:00
akl
178a0726fb Correction of case with bi-directional links. 2014-06-06 09:31:57 +04:00
skv
191621acbe GetInPlace fix for bugs 22995 and 22374 2014-06-05 17:29:35 +04:00
mpa
965dcbfba8 Correction of code for bi-linked nodes 2014-06-05 15:55:29 +04:00
akl
bd9c3283e5 Fix upward cycling if two objects depend on each other. 2014-06-05 15:17:59 +04:00
mpa
6076f118e7 - clean programming code
- add signals for GEOMGUI-->DependecyTree cooperation
- begin of documentation
2014-06-05 11:44:52 +04:00
akl
633e63eb2e Add comments, remove outputs and put some things in order. 2014-06-04 15:57:33 +04:00
mpa
182e941e7e - clean programming code 2014-06-04 13:01:12 +04:00
Christophe Bourcier
0c2020178a Update translation files from Crowdin 2014-06-03 11:25:50 +02:00
mpa
589fb20740 - add new translation
- correct some files
2014-06-03 10:14:22 +04:00
akl
d2cf8fc7f2 Correct checking objects. 2014-06-02 17:30:05 +04:00
mpa
1673cb51ce - add new Dependency Tree selector 2014-06-02 12:20:08 +04:00
akl
3acd20a785 OCAF tree traversal to get the downward dependencies including 'unpublished' objects. 2014-06-02 10:56:14 +04:00
akl
f084f3e3cd Automatic update of Dependency tree after object renaming. 2014-05-29 17:44:36 +04:00
mpa
66d16d30f7 - add possibility to rebuild dependency tree by selecting objects 2014-05-29 15:18:22 +04:00
akl
2d26f49c9f Don't process already processed objects. 2014-05-29 14:19:20 +04:00
mpa
5434de9c2b - add new method for view
- edit the work of thread
2014-05-28 15:07:18 +04:00
mpa
2bda43c6b2 - add new method for view
- edit the work of thread
2014-05-28 15:06:55 +04:00
akl
ff4c9a2717 Implementation of 'Show' and 'Show Only' actions from popup menu for selected objects in Dependency tree. 2014-05-28 09:11:20 +04:00
mpa
328ea5246c Add object selection in Dependency Tree 2014-05-23 17:04:32 +04:00
akl
30c1376c61 Fix of self depending case. 2014-05-23 15:55:57 +04:00
mpa
e39d0de8bc Correction 2 of GUI part 2014-05-23 15:43:01 +04:00
mpa
a782d52dec Correction of GUI part 2014-05-23 12:09:19 +04:00
akl
48a0c1cf09 Fix the parsing string to tree. 2014-05-23 10:09:17 +04:00
akl
0fd903e83e Debug of GetDependencyTree. 2014-05-23 09:11:17 +04:00
Christophe Bourcier
697e3c5171 Update translation files from Crowdin 2014-05-22 17:52:41 +02:00
eap
5b295caec1 typo 2014-05-21 18:56:48 +04:00
mpa
bec320673b Creation of GUI part 2014-05-21 17:42:20 +04:00
akl
fa14a07690 Algorithm of dependencies definition was updated and replaced. Auxiliry convertation functions were added. 2014-05-21 13:24:03 +04:00
Christophe Bourcier
948a95072d Update translation files from Crowdin 2014-05-16 15:11:28 +02:00
akl
6f0049749d Stub of algorithm in new place. 2014-05-16 16:49:16 +04:00
akl
808810c388 1st version of algorithm of collecting dependencies. 2014-05-15 12:25:55 +04:00
rnv
91db441e33 Install missing headers. 2014-05-14 19:49:24 +04:00
rnv
4358526b84 Install missing header files. 2014-05-14 16:13:44 +04:00
vsr
8493fca5aa Add a warning message that geompy.py module works correctly only in 1st study 2014-05-14 14:50:39 +04:00
skv
0e308036af 0021835: Report detected errors in GUI even if there were errors during the operation 2014-05-08 11:51:17 +04:00
ctn
b11b19f420 Merge remote-tracking branch 'origin/master' 2014-05-07 14:48:03 +02:00
ctn
69498d339d update of messages 2014-05-07 14:47:44 +02:00
vsr
2a2ffeea1e Merge branch 'origin/ysn/doc_update_740': update documentation 2014-05-07 16:25:27 +04:00
skv
5d5b220f31 0022380: EDF 2746 GEOM: Accept compounds of points as an input for "Smoothing surface" 2014-04-30 11:17:13 +04:00
skv
6e40d121f0 0022475: EDF 2811 GEOM: Features for "Smoothing Surface" function 2014-04-30 10:53:36 +04:00
rnv
25190caa5f Update notebook.myStudy to avoid problem with the bad reference to the
SalomeDS study during update study from the notebook.
2014-04-29 16:12:10 +04:00