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
skl
b78e38e83e
Implementation of gluing faces by given list (for PAL13191).
2007-04-11 11:19:19 +00:00
jfa
70295d0afc
NPAL15298: KindOfShape. A fix by PKV for location of some shapes (DISK_ELLIPSE, some polygones).
2007-04-11 08:58:17 +00:00
skl
8ebac247f3
Implementation of PipeWithShellSections.
2007-04-09 13:10:07 +00:00
jfa
4cad132160
NPAL15379: EDF386: Fuse error with partitioned shape. Check compounds to prevent returning invalid result.
2007-04-09 07:34:26 +00:00
jfa
53a38614c4
NPAL15298: KindOfShape(). For all cases.
2007-04-06 12:55:09 +00:00
jfa
52a39bebf3
NPAL15298: KindOfShape(). A tool by PKV.
2007-04-06 12:46:59 +00:00
jfa
db3bc223f3
NPAL15298: geompy.KindOfShape(aShape) first version implemented.
2007-03-29 12:18:36 +00:00
jfa
f6a196817c
NPAL15216: EDF379: Issue with IGS files import. A fix on Partition algorithm by PKV.
2007-03-28 14:55:40 +00:00
enk
d9de435c09
Fix for Bug IPAL15353:
...
"No valid file..." error is in terminal after trying to import BREP file.
2007-03-27 11:07:45 +00:00
enk
d6a9af2f7d
Improvement:
...
Adding support of export to STL format (ASCII and Binary modes)
2007-03-23 11:27:55 +00:00
jfa
fc0f3a279c
NPAL15230: Too much memory allocation.
2007-03-19 12:26:03 +00:00
jfa
f21ce85944
Correct vector presentation color.
2007-03-06 12:16:55 +00:00
jfa
3b0a356cbc
NPAL14978: EDF373: GEOM Script working on 3.2.1, not in 3.2.4, 3.2.5. Improved Partition to correctly process shapes, contained in compounds several times. A fix by PKV.
2007-03-06 10:44:59 +00:00