View Issue Details

IDProjectCategoryView StatusLast Update
0024372Open CASCADEOCCT:Samplespublic2013-12-19 13:59
ReporterabvAssigned Tobugmaster  
PrioritynormalSeverityminor 
Status closedResolutionfixed 
PlatformWindowsOSVC++ 2008 
Product Version6.7.0 
Target Version6.7.0Fixed in Version6.7.0 
Summary0024372: HLR Sample: erased objects are shown in HLR
DescriptionThe problem is found in HLR sample of OCCT 6.7.0.beta: erased objects are preserved in HLR display.

Besides, I wonder why this sample does not provide top-level menu items corresponding to presented functionality (HLR) or any other apart of import/export...
Steps To Reproduce1. Start HLR Sample
2. Load some shape
3. Right click on the window, select Erase
==> Shape disappears
4. Click on HLR button (right-most in the toolbar over 3d viewer)
===> Bug: erased shape gets shown in HLR mode
TagsNo tags attached.
Test case numberNot needed

Activities

aba

2013-11-26 17:11

developer   ~0026927

The git branch CR24372_1 is ready to be reviewed.
1) HLR view is is now updated after objects erasing from 3d view.
2) HLR option was added to menu "File".
3) Information about sample was added to README file and is now displayed when "Help" button was pressed in the toolbox or in the menu.

Dear adv,
please review.

abv

2013-11-27 12:27

manager   ~0026951

The file ISession2D_Shape.h.orig is merge artifact, please remove.
Files with extension .aps look like binaries generated by Visual Studio (resources?), please check (also in other samples around) and remove if they are not sources.

aba

2013-11-27 12:52

developer   ~0026957

Merge artifact was removed from the first commit. .aps files (as binaries for resources) were removed from every sample resource folders.

Dear abv,
please review.

abv

2013-11-29 11:26

manager   ~0026994

No remarks, please test. Note that only MFC samples have changed, thus complete testing is not necessary (though all MFC samples should be checked).

apn

2013-12-03 17:48

administrator   ~0027058

Problems with menu "Help".

aba

2013-12-04 11:13

developer   ~0027070

Sample path field was updated to read readme file from sample folder.

Dear apn,
please check.

apn

2013-12-04 15:08

administrator   ~0027078

Problem was solved. All MFC samples were checked. Tested.

Related Changesets

occt: master b3837d74

2013-12-05 11:39:48

aba


Committer: bugmaster Details Diff
0024372: HLR Sample: erased objects are shown in HLR

Compilation errors were corrected.
Removed .aps files
Sample paths fields were updated to read help file from sample folder.
Affected Issues
0024372
rm - samples/mfc/standard/01_Geometry/res/Geometry.aps Diff File
mod - samples/mfc/standard/01_Geometry/src/GeometryApp.cpp Diff File
rm - samples/mfc/standard/02_Modeling/res/Modeling.aps Diff File
mod - samples/mfc/standard/02_Modeling/src/ModelingApp.cpp Diff File
mod - samples/mfc/standard/03_Viewer2d/README.txt Diff File
rm - samples/mfc/standard/03_Viewer2d/res/Viewer2d.aps Diff File
mod - samples/mfc/standard/03_Viewer2d/src/Viewer2dApp.cpp Diff File
mod - samples/mfc/standard/04_Viewer3d/src/TexturesExt_Presentation.cpp Diff File
mod - samples/mfc/standard/04_Viewer3d/src/Viewer3dApp.cpp Diff File
rm - samples/mfc/standard/05_ImportExport/res/ImportExport.aps Diff File
mod - samples/mfc/standard/05_ImportExport/src/ImportExportApp.cpp Diff File
rm - samples/mfc/standard/06_Ocaf/res/Ocaf.aps Diff File
mod - samples/mfc/standard/06_Ocaf/src/OcafApp.cpp Diff File
rm - samples/mfc/standard/07_Triangulation/res/Triangulation.aps Diff File
mod - samples/mfc/standard/07_Triangulation/src/TriangulationApp.cpp Diff File
add - samples/mfc/standard/08_HLR/README.txt Diff File
rm - samples/mfc/standard/08_HLR/res/HLR.APS Diff File
mod - samples/mfc/standard/08_HLR/res/HLR.rc Diff File
mod - samples/mfc/standard/08_HLR/res/resource.h Diff File
mod - samples/mfc/standard/08_HLR/src/HLRApp.cpp Diff File
mod - samples/mfc/standard/08_HLR/src/HLRDoc.cpp Diff File
mod - samples/mfc/standard/08_HLR/src/HLRDoc.h Diff File
mod - samples/mfc/standard/08_HLR/src/SelectionDialog.cpp Diff File
mod - samples/mfc/standard/08_HLR/src/SelectionDialog.h Diff File
rm - samples/mfc/standard/09_Animation/res/Animation.aps Diff File
mod - samples/mfc/standard/09_Animation/src/AnimationApp.cpp Diff File
mod - samples/mfc/standard/09_Animation/src/AnimationDoc.cpp Diff File
mod - samples/mfc/standard/10_Convert/src/Convert_Presentation.cpp Diff File
mod - samples/mfc/standard/Common/ISession2D/ISession2D_Shape.cpp Diff File
mod - samples/mfc/standard/Common/ISession2D/ISession2D_Shape.h Diff File
mod - samples/mfc/standard/Common/OCC_3dBaseDoc.cpp Diff File
mod - samples/mfc/standard/Common/OCC_App.cpp Diff File
rm - samples/mfc/standard/Common/res/OCC_Resource.aps Diff File
mod - samples/mfc/standard/Common/res/OCC_Resource.rc Diff File

Issue History

Date Modified Username Field Change
2013-11-18 08:28 abv New Issue
2013-11-18 08:28 abv Assigned To => bugmaster
2013-11-19 18:26 san Assigned To bugmaster => aba
2013-11-19 18:26 san Status new => assigned
2013-11-26 17:11 aba Note Added: 0026927
2013-11-26 17:11 aba Assigned To aba => abv
2013-11-26 17:11 aba Status assigned => resolved
2013-11-27 12:27 abv Note Added: 0026951
2013-11-27 12:27 abv Status resolved => assigned
2013-11-27 12:29 abv Assigned To abv => aba
2013-11-27 12:52 aba Note Added: 0026957
2013-11-27 12:52 aba Assigned To aba => abv
2013-11-27 12:52 aba Status assigned => resolved
2013-11-29 11:26 abv Note Added: 0026994
2013-11-29 11:26 abv Status resolved => reviewed
2013-11-29 11:26 abv Assigned To abv => bugmaster
2013-12-03 17:48 apn Note Added: 0027058
2013-12-03 17:48 apn Test case number => Not needed
2013-12-03 17:48 apn Assigned To bugmaster => aba
2013-12-03 17:48 apn Status reviewed => assigned
2013-12-04 11:11 aba Status assigned => resolved
2013-12-04 11:13 aba Note Added: 0027070
2013-12-04 11:13 aba Assigned To aba => apn
2013-12-04 11:13 aba Status resolved => reviewed
2013-12-04 15:08 apn Note Added: 0027078
2013-12-04 15:08 apn Assigned To apn => bugmaster
2013-12-04 15:08 apn Status reviewed => tested
2013-12-06 17:57 bugmaster Changeset attached => occt master b3837d74
2013-12-06 17:57 bugmaster Status tested => verified
2013-12-06 17:57 bugmaster Resolution open => fixed
2013-12-19 13:50 bugmaster Status verified => closed
2013-12-19 13:59 bugmaster Fixed in Version => 6.7.0
2014-01-11 11:59 abv Category OCCT Release:MFC => OCCT Release:Samples
2014-01-11 12:02 abv Category OCCT Release:Samples => OCCT:Samples