534 Commits

Author SHA1 Message Date
eap
ecb71846db PAL16821 (Check Geometry feature should be hidden to the user)
Add "Check Geometry" in DEBUG mode only
2007-09-04 10:12:43 +00:00
jfa
915a957add NPAL16758: EDF547: SelectSubShape bug in Explode dialog. 2007-08-24 06:19:25 +00:00
jfa
b2926171f3 NPAL16588: Bug in GetInPlace method. T32x_16Aug2007_16h00m T15881 2007-07-25 07:07:07 +00:00
jfa
95d4ca81b7 Left only solids after Multi Transformation. 2007-07-16 07:17:10 +00:00
jfa
ba82372a27 Do not glue empty compounds 2007-07-16 07:16:26 +00:00
jfa
a46ed42b20 Correct precision of double values displaying (bug 16123). 2007-07-12 08:21:56 +00:00
jfa
eac09dcfb0 Fix bug 15646: Problem with GlueFaces operation. Correct for WIREs. 2007-07-10 12:49:48 +00:00
jfa
5543a978e6 Fix bug 16137: EDF437: Common of a compound and a plane creates faces twice. 2007-07-10 09:18:51 +00:00
jfa
6fd8116102 Fix bug 15646: Problem with GlueFaces operation. 2007-07-10 09:00:13 +00:00
jfa
0783907bc9 Fix bug 15646: Problem with GlueFaces operation. 2007-07-10 08:43:38 +00:00
jfa
42680ede3c Change version to 3.2.7 2007-06-26 07:27:18 +00:00
skl
ce39340ec9 Correction of next problem from bug NPAL14857. 2007-06-25 08:45:41 +00:00
srn
2c83fef4e1 Fixed method GetSame for the case of two cylindrical surfaces that are part of the same cylinder. BugID 16374 2007-06-25 07:47:47 +00:00
skl
b319304bd7 Correction of next problem from bug NPAL14857. 2007-06-22 07:47:19 +00:00
skl
1569e9e9fc Correction of next problem from bug NPAL14857. 2007-06-22 07:40:58 +00:00
jfa
e3a1162344 Fix bug 14119: SIGSEGV on Geometry activating in next study. 2007-06-21 13:27:04 +00:00
jfa
45ac6d194d NPAL16373: EDF485: GetShapesOn... doesn't work with a wire. Use Poly_Polygon3D, if there are no faces. 2007-06-21 13:01:53 +00:00
jfa
e624a896ef Get all sources from module SRC to avoid files duplication. 2007-06-21 07:28:05 +00:00
skl
52831bef3c Corrected for bug N7PAL16276. 2007-06-21 05:51:49 +00:00
jfa
4a00e7ee7c Update python interface geompy documentation. 2007-06-20 08:17:32 +00:00
jfa
efc0d6c141 NPAL16160,NPAL16123: Unify dialogs behaviour, enlarge precision of double numbers displaying. 2007-06-19 11:28:38 +00:00
maintenance team
4e2f485a8e Update GUI documentation for bug 16201
EDF 464 GEOM geompy Doc : Precision about GetInPlace and GetSame functions
2007-06-18 13:44:02 +00:00
srn
b48fe17ccb Fixed bug in method GetReferncedObject that caused a crash in case if the reference is not valid. 2007-06-14 07:31:16 +00:00
skl
62efaaafaa Update comments for bug NPAL16201. 2007-06-13 08:20:18 +00:00
skl
cb8ad5d0b7 Integration next version of GEOM packages from PKV. 2007-06-13 07:24:14 +00:00
maintenance team
dc00d1137e Adding "Keep nonlimit shapes" checkbox 2007-06-08 10:45:15 +00:00
jfa
c6adc662f9 Fix regression, entered by previous integration. 2007-06-08 08:17:56 +00:00
jfa
eb3ecf9eba NPAL16123: EDF435: 3 significant digits in Point Creation dialog. 2007-06-07 09:10:04 +00:00
jfa
97fc7b1c06 NPAL16173: EDF454: Result of revolving a shell should be a compound. 2007-06-07 08:08:54 +00:00
jfa
81200c50e6 Improve arc creation by two points and center: respect points order. 2007-06-07 08:08:00 +00:00
jfa
56d59df6b5 Fix regression of points displaying. 2007-06-06 13:09:49 +00:00
jfa
7741b10187 NPAL16160: EDF448: Hard selection. Unify dialogs behaviour. 2007-06-06 08:11:49 +00:00
jfa
28fd1da1df NPAL16142: EDF443: GetShapesOnBox: No face inside the box. 2007-06-06 06:14:56 +00:00
jfa
769c0bb4a3 NPAL16151: EDF445: Import/Export BREP by default. 2007-06-05 12:33:21 +00:00
jfa
34d312a2a4 Join modifications for CCRT by Jean Rahuel. 2007-06-04 13:00:29 +00:00
jfa
6ddb1365ed Join modifications for CCRT by Jean Rahuel.src/GEOM_SWIG/Makefile.in 2007-06-04 12:55:32 +00:00
jfa
7749511692 Join modifications for CCRT by Jean Rahuel. 2007-06-04 12:54:49 +00:00
skl
d9f6d20b81 Changed for bug NPAL14892. 2007-05-28 12:15:34 +00:00
enk
00de639737 Fixed bug with dinamic loading of ACIS plugin 2007-05-25 13:44:46 +00:00
eap
6db71a9f9d NPAL16010 (Sketcher Apply non available if only one line is modified)
call ValueChangedInSpinBox() as soon as value text changes
2007-05-22 09:06:05 +00:00
eap
2001e82cc5 PAL16008 (Sketcher Validation should be equal to Apply&Close) 2007-05-21 14:32:20 +00:00
eap
85634d969f NPAL15983 (EDF PAL 413: Bug when displaying empty groups)
void GEOM_AssemblyBuilder::MeshShape()
{ ...
       Bnd_Box B;
       BRepBndLib::Add(myShape, B);
+      if ( B.IsVoid() ) return;
2007-05-21 07:34:58 +00:00
eap
3008c91893 NPAL15983 (EDF PAL 413: Bug when displaying empty groups)
void GEOM_Displayer::Update( SALOME_OCCPrs* prs )
{ ...
+          if (!TopoDS_Iterator(myShape).More()) return;
2007-05-21 07:33:28 +00:00
eap
d963823e09 NPAL15983 (EDF PAL 413: Bug when displaying empty groups)
-      aDescr += (char *)myStream.str().c_str();
+      std::string aString = myStream.str();
+      aDescr += (char *)aString.c_str();
2007-05-21 07:31:57 +00:00
eap
645aebdeb7 NPAL15983 (EDF PAL 413: Bug when displaying empty groups)
/* Case of only one subshape */
-  if (list->length() == 1) {
+  if (list->length() == 1 && list[0] > 0) {
     S = anIndices.FindKey(list[0]);
   }
2007-05-18 13:47:36 +00:00
jfa
8dbde85ddc NPAL15898: KindOfShape doesn't detect all planar faces. 2007-05-11 08:44:48 +00:00
skl
4cf6ece050 Updated for PAL14857. 2007-05-04 08:57:42 +00:00
skl
c70ace7ea8 Updated for PAL14857. 2007-05-02 12:58:30 +00:00
jfa
2e77f1c445 NPAL15379: Fuse error with partitionned shape. Roll back the fix because of regressions. 2007-04-17 06:41:56 +00:00
maintenance team
2c7966ddf1 Update for 13191 IMP 2007-04-16 10:56:07 +00:00