Commit Graph

843 Commits

Author SHA1 Message Date
rnc
d1d965da47 doc 2012-03-05 17:09:12 +00:00
rnc
316e7904bf small modification 2012-03-05 16:05:34 +00:00
rnc
ca04383c5a code refactoring 2012-03-05 16:03:27 +00:00
rnc
87ceb14207 small modifications 2012-03-05 15:33:17 +00:00
rnc
ee148cc6a5 Added help page and revert some changes for a better ergonomy 2012-03-05 15:25:31 +00:00
rnc
f04d9d5e1f fixed a small problem in the extrusion direction determination 2012-03-02 13:03:21 +00:00
rnc
cdce318394 removed comment 2012-03-02 13:02:19 +00:00
rnc
7647040513 small modification to have a better preview 2012-03-02 12:55:18 +00:00
rnc
103c989834 Allowed selection of subfaces for extruded boss /cut 2012-03-02 10:54:05 +00:00
rnc
d5698079fe Allowed selection of subfaces in for extruded boss /cut 2012-03-02 10:53:04 +00:00
rnc
f9d4ef6d53 Modified test of wire closeness 2012-03-02 10:00:38 +00:00
rnv
5c5579d6c8 Remove double keys. 2012-03-02 09:58:20 +00:00
rnv
357991964c Win32 compliation. 2012-03-02 09:55:59 +00:00
rnc
bbe52d5d94 Made modifications in menus organization to be consistent with previously commited modifications in toolbars organization 2012-03-01 14:43:44 +00:00
rnc
cb32f89e64 Added 2 new operations:
- Extruded cut, allows to add material an existing shape by extrusion of a profile
- Extruded boss, allows to remove material from an existing shape by extrusion od a profile

Modified the sketcher dialog in order to use MakeSketcherOnPLane API instead of MakeSketcher. It is now possible to make a skecth directly on the face of a shape without creating a local coordinate system.

Code refactoring in the sketcher dialog
2012-03-01 14:35:25 +00:00
jfa
6175043630 Mantis issue 0021486: EDF GEOM: Non regression test fails (MakePartition). A fix by Peter Kurnev. 2012-02-28 05:22:00 +00:00
vsr
dbca9b56bb 0021179: EDF 1654 SMESH GEOM: better look'n'feel
Additional fix of bug: impossible to remove user's materials
2012-02-21 16:21:15 +00:00
rnc
ce8009fe71 Fixed a bug that the Local Coordiante Systems normal was wrong when they were built on faces with reversed orientation 2012-02-21 10:54:15 +00:00
jfa
a292cd4a4d 0021434: Boolean operations generate a shape with big vertex tolerance. 2012-02-20 09:30:57 +00:00
vsr
3e767d761d 0021179: EDF 1654 SMESH GEOM: better look'n'feel
Introduce gradient background in the 3D viewer (rollback previous integration)
2012-02-15 14:34:38 +00:00
gdd
7c19c74cc8 Change backgroundImageFile() to background() due to the introduction of gradiant background in GUI. 2012-02-15 13:23:34 +00:00
ana
0c352ca06a Generating of documentation: set the correct reference for the "Help" button of GlueEdges dlg 2012-02-14 15:07:50 +00:00
rnv
b37488eb20 Issue 0021046: EDF 1610 GUI: To be able to change the width of the lines: small changes. 2012-02-14 14:55:37 +00:00
jfa
243fdea92a Remove not used files 2012-02-14 13:15:27 +00:00
ana
f4b5386b2e Generating of documentation: add missing examples. 2012-02-14 12:53:18 +00:00
rnv
e74a97e6fc Build SALOME on win32 platform. 2012-02-14 12:32:17 +00:00
rnv
882dc8f6ee Implementation of the "21046: EDF 1610 GUI: To be able to change the width of the lines" issue. 2012-02-14 12:03:57 +00:00
boulant
a77c8750d4 IMP: geomtools, integration of helper functions to add/remove shape to/from study and to display/erase shape to/from a viewer. 2012-02-13 12:53:09 +00:00
rnc
09e82ed39b added 2 missing icons 2012-02-13 10:56:08 +00:00
rnc
f2f7de479a rnc: added 2 missing icons 2012-02-13 10:53:28 +00:00
boulant
88bea96595 FIX+IMP (display/erase a shape identified by its entry) 2012-02-09 18:36:07 +00:00
vsr
f6f6f67bb0 Remove non-printed symbols 2012-02-09 08:09:08 +00:00
jfa
20ffcb034a Mantis issue 0021465: EDF 2067 GEOM: Extrusion along a path leads to a self-intersected shape. GlueFaces with maximum shape tolerance. 2012-02-08 11:16:13 +00:00
jfa
aa829b078e Mantis issue 0021465: EDF 2067 GEOM: Extrusion along a path leads to a self-intersected shape. A fix by Peter Kurnev for GlueFaces algo. 2012-02-08 11:15:32 +00:00
ana
47447fe1fa Implementation of the "0020839: EDF 1370 DOC : Update of the TUI features documentation / help(aMethod)" issue.
Minor change.
2012-02-06 11:08:38 +00:00
ana
4fba47faef Implementation of the "0020839: EDF 1370 DOC : Update of the TUI features documentation / help(aMethod)" issue. 2012-02-06 07:38:17 +00:00
rnv
eed87c32e4 win32 compilation of the Geometry module. 2012-02-01 12:21:41 +00:00
eap
f0c9957f91 fix for the case of
RuntimeError: Naming Service Unreacheable

-except ImportError:
+except:
2012-01-31 11:10:28 +00:00
eap
0dc8a37ac5 Modif to build doc directory after bin directory 2012-01-31 10:50:08 +00:00
eap
355acfe251 Modif to build doc directory after bin directory 2012-01-31 10:48:43 +00:00
mkr
50c7a4428d Fix regression (after fix for PAL21179):
1) VTK viewer: change edges color for wireframe mode after change the color of the shape.
2012-01-30 12:07:56 +00:00
mkr
aa13fb8f08 Fix regression (after fix for PAL21179):
1) OCC viewer: get the correct default color for wireframe mode from preferences;
2) OCC viewer: change edges color for wireframe mode after change the color of the shape.
2012-01-30 12:07:09 +00:00
mkr
b8e59ec334 Fix regression (after fix for PAL21179):
1) OCC viewer: get the correct default color for wireframe mode from preferences;
2) OCC viewer: change edges color for wireframe mode after change the color of the shape.
2012-01-27 14:55:50 +00:00
jfa
0c1af31f54 Mantis issue 0021432: EDF GEOM: Faces with huge tolerance can be built in GEOM. 2012-01-27 10:58:36 +00:00
jfa
d394961f4a Mantis issue 0021454: [CEA] non regression test fails : problem with group creation. A fix by Peter Kurnev. 2012-01-26 11:41:17 +00:00
boulant
03a8be76be Add the python module sketcher.py 2012-01-25 14:41:18 +00:00
boulant
50e7c6671c Add documentation for the python module sketcher.py 2012-01-25 14:40:42 +00:00
jfa
10c8c3b62f Mantis issues 0021435 and 0021456: Cancel the fix because of regression. 2012-01-25 10:11:31 +00:00
jfa
2c478ddf44 Mantis issue 0021453: EDF GEOM: (regression). A fix by PKV. 2012-01-19 13:06:39 +00:00
inv
fa5949562b fix make distcheck error: add missing header file 2012-01-19 08:47:08 +00:00