]>
SALOME platform Git repositories - modules/geom.git/log
maintenance team [Mon, 18 Jun 2007 13:44:02 +0000 (13:44 +0000)]
Update GUI documentation for bug 16201
EDF 464 GEOM geompy Doc : Precision about GetInPlace and GetSame functions
srn [Thu, 14 Jun 2007 07:31:16 +0000 (07:31 +0000)]
Fixed bug in method GetReferncedObject that caused a crash in case if the reference is not valid.
skl [Wed, 13 Jun 2007 08:20:18 +0000 (08:20 +0000)]
Update comments for bug NPAL16201.
skl [Wed, 13 Jun 2007 07:24:14 +0000 (07:24 +0000)]
Integration next version of GEOM packages from PKV.
maintenance team [Fri, 8 Jun 2007 10:45:15 +0000 (10:45 +0000)]
Adding "Keep nonlimit shapes" checkbox
jfa [Fri, 8 Jun 2007 08:17:56 +0000 (08:17 +0000)]
Fix regression, entered by previous integration.
jfa [Thu, 7 Jun 2007 09:10:04 +0000 (09:10 +0000)]
NPAL16123: EDF435: 3 significant digits in Point Creation dialog.
jfa [Thu, 7 Jun 2007 08:08:54 +0000 (08:08 +0000)]
NPAL16173: EDF454: Result of revolving a shell should be a compound.
jfa [Thu, 7 Jun 2007 08:08:00 +0000 (08:08 +0000)]
Improve arc creation by two points and center: respect points order.
jfa [Wed, 6 Jun 2007 13:09:49 +0000 (13:09 +0000)]
Fix regression of points displaying.
jfa [Wed, 6 Jun 2007 08:11:49 +0000 (08:11 +0000)]
NPAL16160: EDF448: Hard selection. Unify dialogs behaviour.
jfa [Wed, 6 Jun 2007 06:14:56 +0000 (06:14 +0000)]
NPAL16142: EDF443: GetShapesOnBox: No face inside the box.
jfa [Tue, 5 Jun 2007 12:33:21 +0000 (12:33 +0000)]
NPAL16151: EDF445: Import/Export BREP by default.
jfa [Mon, 4 Jun 2007 13:00:29 +0000 (13:00 +0000)]
Join modifications for CCRT by Jean Rahuel.
jfa [Mon, 4 Jun 2007 12:55:32 +0000 (12:55 +0000)]
Join modifications for CCRT by Jean Rahuel.src/GEOM_SWIG/Makefile.in
jfa [Mon, 4 Jun 2007 12:54:49 +0000 (12:54 +0000)]
Join modifications for CCRT by Jean Rahuel.
skl [Mon, 28 May 2007 12:15:34 +0000 (12:15 +0000)]
Changed for bug NPAL14892.
enk [Fri, 25 May 2007 13:44:46 +0000 (13:44 +0000)]
Fixed bug with dinamic loading of ACIS plugin
eap [Tue, 22 May 2007 09:06:05 +0000 (09:06 +0000)]
NPAL16010 (Sketcher Apply non available if only one line is modified)
call ValueChangedInSpinBox() as soon as value text changes
eap [Mon, 21 May 2007 14:32:20 +0000 (14:32 +0000)]
PAL16008 (Sketcher Validation should be equal to Apply&Close)
eap [Mon, 21 May 2007 07:34:58 +0000 (07:34 +0000)]
NPAL15983 (EDF PAL 413: Bug when displaying empty groups)
void GEOM_AssemblyBuilder::MeshShape()
{ ...
Bnd_Box B;
BRepBndLib::Add(myShape, B);
+ if ( B.IsVoid() ) return;
eap [Mon, 21 May 2007 07:33:28 +0000 (07:33 +0000)]
NPAL15983 (EDF PAL 413: Bug when displaying empty groups)
void GEOM_Displayer::Update( SALOME_OCCPrs* prs )
{ ...
+ if (!TopoDS_Iterator(myShape).More()) return;
eap [Mon, 21 May 2007 07:31:57 +0000 (07:31 +0000)]
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();
eap [Fri, 18 May 2007 13:47:36 +0000 (13:47 +0000)]
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]);
}
jfa [Fri, 11 May 2007 08:44:48 +0000 (08:44 +0000)]
NPAL15898: KindOfShape doesn't detect all planar faces.
skl [Fri, 4 May 2007 08:57:42 +0000 (08:57 +0000)]
Updated for PAL14857.
skl [Wed, 2 May 2007 12:58:30 +0000 (12:58 +0000)]
Updated for PAL14857.
jfa [Tue, 17 Apr 2007 06:41:56 +0000 (06:41 +0000)]
NPAL15379: Fuse error with partitionned shape. Roll back the fix because of regressions.
maintenance team [Mon, 16 Apr 2007 10:56:07 +0000 (10:56 +0000)]
Update for 13191 IMP
jfa [Fri, 13 Apr 2007 13:20:46 +0000 (13:20 +0000)]
Update documentation for geompy Python module
jfa [Thu, 12 Apr 2007 09:33:42 +0000 (09:33 +0000)]
Fix bug 15567: MakeFuse() for compounds of faces raises error.
enk [Wed, 11 Apr 2007 13:49:43 +0000 (13:49 +0000)]
Demo
sln [Wed, 11 Apr 2007 12:54:15 +0000 (12:54 +0000)]
New icon for PAL131191: EDF160 GEOM: in Glue Faces, visualize faces existing twice
sln [Wed, 11 Apr 2007 12:17:26 +0000 (12:17 +0000)]
PAL131191: EDF160 GEOM: in Glue Faces, visualize faces existing twice
sln [Wed, 11 Apr 2007 12:15:57 +0000 (12:15 +0000)]
Set of parameters of displayPreview methods is increased, display mode and color are added(PAL131191: EDF160 GEOM: in Glue Faces, visualize faces existing twice)
sln [Wed, 11 Apr 2007 12:13:30 +0000 (12:13 +0000)]
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)
sln [Wed, 11 Apr 2007 12:10:18 +0000 (12:10 +0000)]
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)
sln [Wed, 11 Apr 2007 12:06:13 +0000 (12:06 +0000)]
New messages (EDF160 GEOM: in Glue Faces, visualize faces existing twice)
sln [Wed, 11 Apr 2007 12:05:41 +0000 (12:05 +0000)]
glue2 icon added (EDF160 GEOM: in Glue Faces, visualize faces existing twice)
skl [Wed, 11 Apr 2007 11:19:19 +0000 (11:19 +0000)]
Implementation of gluing faces by given list (for PAL13191).
jfa [Wed, 11 Apr 2007 08:58:17 +0000 (08:58 +0000)]
NPAL15298: KindOfShape. A fix by PKV for location of some shapes (DISK_ELLIPSE, some polygones).
skl [Mon, 9 Apr 2007 13:10:07 +0000 (13:10 +0000)]
Implementation of PipeWithShellSections.
jfa [Mon, 9 Apr 2007 07:34:26 +0000 (07:34 +0000)]
NPAL15379: EDF386: Fuse error with partitioned shape. Check compounds to prevent returning invalid result.
jfa [Fri, 6 Apr 2007 12:55:09 +0000 (12:55 +0000)]
NPAL15298: KindOfShape(). For all cases.
jfa [Fri, 6 Apr 2007 12:46:59 +0000 (12:46 +0000)]
NPAL15298: KindOfShape(). A tool by PKV.
jfa [Thu, 29 Mar 2007 12:18:36 +0000 (12:18 +0000)]
NPAL15298: geompy.KindOfShape(aShape) first version implemented.
jfa [Wed, 28 Mar 2007 14:55:40 +0000 (14:55 +0000)]
NPAL15216: EDF379: Issue with IGS files import. A fix on Partition algorithm by PKV.
enk [Tue, 27 Mar 2007 11:07:45 +0000 (11:07 +0000)]
Fix for Bug IPAL15353:
"No valid file..." error is in terminal after trying to import BREP file.
enk [Fri, 23 Mar 2007 11:27:55 +0000 (11:27 +0000)]
Improvement:
Adding support of export to STL format (ASCII and Binary modes)
jfa [Mon, 19 Mar 2007 12:26:03 +0000 (12:26 +0000)]
NPAL15230: Too much memory allocation.
jfa [Tue, 6 Mar 2007 12:16:55 +0000 (12:16 +0000)]
Correct vector presentation color.
jfa [Tue, 6 Mar 2007 10:44:59 +0000 (10:44 +0000)]
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.
maintenance team [Mon, 5 Mar 2007 12:45:26 +0000 (12:45 +0000)]
Updatin GUI documentation for PAL13459
maintenance team [Mon, 5 Mar 2007 11:51:52 +0000 (11:51 +0000)]
Update of GUI documentation for PAL12874
maintenance team [Mon, 5 Mar 2007 11:43:40 +0000 (11:43 +0000)]
Update GUI documentation for PAL13455.
maintenance team [Mon, 5 Mar 2007 11:29:07 +0000 (11:29 +0000)]
Update GUI documentation for PAL12719.
maintenance team [Mon, 5 Mar 2007 11:25:43 +0000 (11:25 +0000)]
Update GUI documentation for PAL12719
vsr [Fri, 2 Mar 2007 13:53:49 +0000 (13:53 +0000)]
Increment SALOME version number : 3.2.6
mzn [Wed, 28 Feb 2007 12:02:48 +0000 (12:02 +0000)]
Fix for PAL13459(EDF PAL 296 : Geom Sketcher Choose the orientation of the working plane).
maintenance team [Wed, 28 Feb 2007 11:10:17 +0000 (11:10 +0000)]
Update for OCC6.2
rnv [Tue, 27 Feb 2007 07:04:38 +0000 (07:04 +0000)]
Implementation of PAL13455 (GEOM : PAL EDF 293 Selection filter).
nge [Fri, 23 Feb 2007 15:45:01 +0000 (15:45 +0000)]
PAL 12719 : Add an arc constructor
nge [Fri, 23 Feb 2007 14:16:34 +0000 (14:16 +0000)]
PAL 12719 : Add an arc constructor
nge [Fri, 23 Feb 2007 14:03:29 +0000 (14:03 +0000)]
*** empty log message ***
nge [Fri, 23 Feb 2007 13:59:25 +0000 (13:59 +0000)]
PAL 12719 : Add an arc constructor
nge [Fri, 23 Feb 2007 13:50:22 +0000 (13:50 +0000)]
PAL 12719 : Add an Arc constructor
jfa [Mon, 19 Feb 2007 11:53:46 +0000 (11:53 +0000)]
PAL12874: Object Vector. Display a vector with arrow on its end.
jfa [Mon, 19 Feb 2007 11:53:20 +0000 (11:53 +0000)]
PAL12874: Object Vector. Provide a possibility to display a vector with arrow on its end.
mzn [Fri, 16 Feb 2007 09:23:11 +0000 (09:23 +0000)]
Fix for bug NPAL14907(EDF 368 : AddToStudy and GetName).
jfa [Wed, 14 Feb 2007 13:20:26 +0000 (13:20 +0000)]
NPAL14883: Dump Python must use SubShapeAllSorted instead of SubShapeAll. The same for GUI.
jfa [Thu, 8 Feb 2007 11:22:58 +0000 (11:22 +0000)]
NPAL14828: Impossible to load a study created in batch mode. Use './' instead of empty path for OCCT correct work.
jfa [Thu, 1 Feb 2007 10:32:10 +0000 (10:32 +0000)]
Change version to 3.2.5
jfa [Wed, 31 Jan 2007 09:58:03 +0000 (09:58 +0000)]
NPAL14678: regression of GEOM_Object::getShape(). Return CORBA::LongLong instead of CORBA::Long, because on 64-bits platforms address occupies 64 bits.
skl [Tue, 30 Jan 2007 14:06:11 +0000 (14:06 +0000)]
Next version of partition.
amx [Mon, 29 Jan 2007 15:52:55 +0000 (15:52 +0000)]
PAL13456 : change default values for Vertex Maker style and size.
jfa [Fri, 26 Jan 2007 14:49:17 +0000 (14:49 +0000)]
Move docs of OCC viewer to GUI, following customer remarks.
amx [Thu, 25 Jan 2007 08:37:21 +0000 (08:37 +0000)]
PAL13456 : enlarge line width for sketcher preview only (1 pixel before, 2 now)
amx [Thu, 25 Jan 2007 08:33:25 +0000 (08:33 +0000)]
Add two fields in the Geometry preference menu :
- the type of the marker used to represent vertices.
- the size of the marker.
jfa [Thu, 25 Jan 2007 08:06:44 +0000 (08:06 +0000)]
NPAL14616: compatibility gcc4.1. Remove 'GEOMImpl_IShapesOperations::' from header.
mkr [Tue, 23 Jan 2007 06:11:03 +0000 (06:11 +0000)]
Fix for NPAL14147 : Remove a lot of trace at launching.
jfa [Fri, 12 Jan 2007 14:00:32 +0000 (14:00 +0000)]
PAL13708: Complex geometry => Vertex creation very slow. Optimize sub-shapes publishing in a Study.
mpv [Wed, 27 Dec 2006 07:52:02 +0000 (07:52 +0000)]
MPV NPAL13114: for OCCViewer we have to store not-displayed selected objects also. They are stored in mySelectedExternals field. It is filled in setSelected by not-displayed objects and it is appended to getSelected result list.
jfa [Wed, 13 Dec 2006 09:40:11 +0000 (09:40 +0000)]
Add new idl function GEOM_IBooleanOperations::MakePartitionNonSelfIntersectedShape to provide correct publishing in study of a partition arguments and also to provide homogeneous behaviour of Partition in GUI and in python scripts.
jfa [Tue, 12 Dec 2006 08:50:38 +0000 (08:50 +0000)]
Correct documentation style and pictures.
jfa [Mon, 11 Dec 2006 11:44:51 +0000 (11:44 +0000)]
PAL14122: GetInPlace failure. Provide correct treatment of compounds, shells and wires.
jfa [Mon, 11 Dec 2006 10:29:28 +0000 (10:29 +0000)]
PAL13703: addition to previous integration (see GEOM_Object.cxx, GEOM_Function.cxx) to provide right treatment of groups
jfa [Fri, 8 Dec 2006 15:40:42 +0000 (15:40 +0000)]
PAL14122: EDF307: GetInPlace --> COMM_FAILURE. Use new method GEOMAlgo_BuilderShape::ImagesResult() to obtain partition history.
jfa [Fri, 8 Dec 2006 15:36:07 +0000 (15:36 +0000)]
PAL14122: EDF307: GetInPlace --> COMM_FAILURE. A patch by PKV.
epa [Thu, 7 Dec 2006 11:42:23 +0000 (11:42 +0000)]
Fixed problem: it's impossible to delete main object if its subshape have been used for annother geometrical object creation
skl [Thu, 7 Dec 2006 10:42:47 +0000 (10:42 +0000)]
Add new command GetShapesOnBox.
skl [Thu, 7 Dec 2006 10:39:45 +0000 (10:39 +0000)]
Improvements for gluing and new command GetShapesOnBox.
jfa [Wed, 6 Dec 2006 11:25:18 +0000 (11:25 +0000)]
PAL14122: EDF 307: GEOM: GetInPlace --> COMM_FAILURE. Prevent crash.
mzn [Mon, 4 Dec 2006 14:44:01 +0000 (14:44 +0000)]
Minor correction.
jfa [Mon, 4 Dec 2006 09:04:50 +0000 (09:04 +0000)]
Change version to 3.2.4
mzn [Fri, 1 Dec 2006 10:44:29 +0000 (10:44 +0000)]
Fix for bug PAL14047(EDF PAL 334 : Problem to select merged face with Create group window).
mkr [Wed, 29 Nov 2006 13:05:54 +0000 (13:05 +0000)]
Update documentation for PAL10048 ("Set Rotation Point" dialog - OCC 3D Viewer).
mzn [Wed, 29 Nov 2006 11:02:42 +0000 (11:02 +0000)]
Fix for bug IPAL13981(imp PAL13619: Dump python fails on groups created in Mesh module).
srn [Mon, 27 Nov 2006 11:53:51 +0000 (11:53 +0000)]
SRN: Added method GetSame that returns a subshape of the main shape equal to the give shape
srn [Mon, 27 Nov 2006 08:37:39 +0000 (08:37 +0000)]
SRN: Implemented method GetSame that seacrhes a shape equal to the given subshape in the main shape.
srn [Mon, 27 Nov 2006 08:29:59 +0000 (08:29 +0000)]
SRN: Implemented method GetSame that seacrhes a shape equal to the given subshape in the main shape.