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
jfa
83da451787
Update documentation for geompy Python module
2007-04-13 13:20:46 +00:00
jfa
1d4b5b2a08
Fix bug 15567: MakeFuse() for compounds of faces raises error.
2007-04-12 09:33:42 +00:00
enk
ca2d793695
Demo
2007-04-11 13:49:43 +00:00
sln
23109660f5
New icon for PAL131191: EDF160 GEOM: in Glue Faces, visualize faces existing twice
2007-04-11 12:54:15 +00:00
sln
b11f36342b
PAL131191: EDF160 GEOM: in Glue Faces, visualize faces existing twice
2007-04-11 12:17:26 +00:00
sln
3e52968abb
Set of parameters of displayPreview methods is increased, display mode and color are added(PAL131191: EDF160 GEOM: in Glue Faces, visualize faces existing twice)
2007-04-11 12:15:57 +00:00
sln
6318afdea1
ClickOnCancel slot is virtual now to have possibility clear temporary structures when dialog is closed(PAL131191: EDF160 GEOM: in Glue Faces, visualize faces existing twice)
2007-04-11 12:13:30 +00:00
sln
69de88f091
Following methods are added to have possibility specify display mode for preview
...
int SetDisplayMode( const int );
int GetDisplayMode() const;
int UnsetDisplayMode();
(PAL13191: EDF160 GEOM: in Glue Faces, visualize faces existing twice)
2007-04-11 12:10:18 +00:00
sln
5bbd38e972
New messages (EDF160 GEOM: in Glue Faces, visualize faces existing twice)
2007-04-11 12:06:13 +00:00
sln
8714910050
glue2 icon added (EDF160 GEOM: in Glue Faces, visualize faces existing twice)
2007-04-11 12:05:41 +00:00