Commit Graph

1000 Commits

Author SHA1 Message Date
eap
f738320ebc 0021672: [CEA 565] Dump Study from script
avoid publishing multiple references to the same object
2012-06-20 09:49:23 +00:00
eap
ee80d29c6f 0021672: [CEA 565] Dump Study from script
Add functions for editing commands if the last function of group is
  not the last function in the study, to avoid dump of group
  exploding (which is appended to the last function of group) before
  filling group with objects retrieved after group creation
2012-06-20 09:48:48 +00:00
eap
ac1a5b9175 0021672: [CEA 565] Dump Study from script
Avoid empty lines in the script due to appending to an empty command
2012-06-20 09:41:46 +00:00
eap
c83df1846e 0021672: [CEA 565] Dump Study from script
Standard_EXPORT Handle(GEOM_Function) AddFunction(const Standard_GUID& theGUID,
                                                     int                  theFunctionType,
+                                                    bool                 allowSubShape=false);
2012-06-20 09:40:26 +00:00
eap
a211d6f8bd 0021672: [CEA 565] Dump Study from script
+  //Retuns true if this function is the last one in the study
+  Standard_EXPORT bool IsLastFuntion();
2012-06-20 09:39:40 +00:00
eap
55e32b8599 0021672: [CEA 565] Dump Study from script
Avoid repeated SubShape...() command
2012-06-20 09:39:13 +00:00
rnc
5ac53b11a1 added a "first steps" part in GEOM documentation with a first entry about differences between fuse compound and partition 2012-06-15 13:22:56 +00:00
eap
5b33968b4c 0020014: EDF 833 GEOM : Regression from 3.2.9 with GetInPlace
note 0013000: The script fails in V6_5_BR during MakePartition operation.
     fix by PKV
2012-06-15 10:31:26 +00:00
rnv
2c2a70a69a Avoid redisplaying of the shape after Apply action. 2012-06-09 08:30:26 +00:00
eap
ed2c8fe24c 0021546: EDF 2129 GEOM: Different behavior btw circle and exploded base edge of a cylinder
the base face must be planar for BRepFeat_MakeDPrism
2012-06-06 13:00:33 +00:00
vsr
40f5df35aa Merge from V6_5_BR 05/06/2012 2012-06-05 11:33:32 +00:00
ana
36036343a0 Fix previous wrong-tag commit 2012-04-16 12:54:26 +00:00
ana
67d404962e dos2unix conversion 2012-04-13 10:35:33 +00:00
ana
5b131dda08 Fix for the "0021179: EDF 1654 SMESH GEOM: better look'n'feel" issue:
- Material Properties
2012-04-13 09:03:01 +00:00
ana
37f2c3cad9 Small fix.
Salome catch exception during creation 0 ISOs.
2012-04-13 08:46:38 +00:00
rnv
87bfecedb6 Porting documentation on the Doxygen-1.8.0 2012-04-12 06:57:42 +00:00
jfa
a650ac1733 Mantis issue 0021532: EDF 2202 GEOM: Problem when restoring groups containing a single shape. 2012-04-04 12:15:01 +00:00
jfa
10d829dc33 0021514: EDF GEOM: Partition failure. A fix by PKV. 2012-03-30 13:49:42 +00:00
jfa
f43bdeb895 0021514: EDF GEOM: Partition failure. A fix by PKV. 2012-03-30 12:47:23 +00:00
jfa
332a5b2f74 A patch by JGV for correct usage of filling in function MakeAnyFace. 2012-03-29 14:04:01 +00:00
gdd
0304ec44b3 Modify the dialog of Extrusion to place the scale parameter under the checkbox allowing the scale operation.
3 new DlgRef were added.
The documentation is updated as well.
2012-03-27 16:00:08 +00:00
rnc
e98f44ce25 Improvement of color filtering algorithm for the contour detection :
hue / saturation histogram used instead of a simple hue histogram
2012-03-26 10:07:53 +00:00
vsr
d2e5c01511 Add functions to know that SALOME module version is development one 2012-03-22 11:42:44 +00:00
jfa
4d4cef4054 Mantis issues 0021432 and 0021404: MakeFace[Wires] should generate exception on attempt to build a planar face, if it is impossible. 2012-03-21 08:55:39 +00:00
gdd
772bb150e4 Fix Makefile.am 2012-03-20 13:36:38 +00:00
rnv
03515baa36 Win32 compilation. 2012-03-20 11:07:23 +00:00
rnc
8da64e2518 tiny modifications 2012-03-16 15:59:29 +00:00
rnc
5fcf8f46ea - Added the possibility to sketch rectangles in the sketcher
- Allowed drawing sketches by clicking and sliding in the view
2012-03-16 15:50:56 +00:00
rnc
1468abed08 Added a method to disable waiting cursor in the preview operation 2012-03-16 15:48:25 +00:00
gdd
1757fe1487 Update French translations 2012-03-16 14:18:57 +00:00
jfa
f91bad6fb6 Mantis issue 0021191: GlueEdges and GlueFaces problem with tolerance 1. A fix by PKV. 2012-03-16 13:23:39 +00:00
gdd
426cef8148 Update and fix documentation in IDL, .py and .cxx/.hxx files 2012-03-15 16:53:02 +00:00
ana
9b14149777 Fix for the "0020750: EDF 1296 GEOM: Naming during STEP import" issue. 2012-03-15 13:49:46 +00:00
rnc
311af584c2 Added missing pictures in the doc 2012-03-15 11:09:07 +00:00
rnc
d5d4be3bc6 Made use of a .ui file for convenience in the feature detection dialog. Hided unuseful widgets in the same dialog. 2012-03-15 10:57:06 +00:00
rnc
2afe0fcdcc Added .ui files in DlgRef for use in feature detection 2012-03-15 10:55:25 +00:00
rnc
9fe17fa35e Added missing translations 2012-03-14 16:36:07 +00:00
rnc
6e254fc991 Small doc modifications 2012-03-14 15:30:09 +00:00
rnc
92ca3d3450 Sketcher documentation update 2012-03-14 15:17:05 +00:00
rnc
2f4126e465 Sketcher documentation updtae 2012-03-14 15:16:36 +00:00
rnv
eee32dc020 Additional fix for the "0021239: EDF 1829 OCC: Bring to front selected objects" issue. 2012-03-14 13:58:03 +00:00
rnc
43d4c69120 Screenshots added in documentation 2012-03-14 13:17:21 +00:00
jfa
76cb7d05c4 Mantis issue 0021501: [CEA] Non regression test fails on MakePartition. A fix by PKV. 2012-03-14 11:28:26 +00:00
jfa
35bb93a206 Internal issue 0022865: Restructurization of Partition packages. 2012-03-14 10:26:55 +00:00
rnv
f33f73b435 Small correction. 2012-03-13 08:42:02 +00:00
rnv
2981cca5dd Implementation of the "0021239: EDF 1829 OCC: Bring to front selected objects" issue. 2012-03-13 08:41:21 +00:00
ana
8afd587dc9 0020750: EDF 1296 GEOM: Naming during STEP import
Small fix.
2012-03-12 09:04:32 +00:00
rnc
db7d2b88d3 Fixed visualization bugs in the sketcher:
- created object were violet)
- preferences values were not used for preview linewidth and edge and wire colors
2012-03-08 14:36:13 +00:00
barate
aa7f259f2c Colors for the structural elements (PAL #1882) 2012-03-08 10:05:58 +00:00
barate
d50f2187f3 Representation of structural elements 'general beams' as rectangular beams (PAL #1881) 2012-03-07 15:40:56 +00:00