View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000136 | Open CASCADE | OCCT:Visualization | public | 2002-01-18 13:31 | 2006-06-29 09:15 |
Reporter | Assigned To | ||||
Priority | immediate | Severity | trivial | ||
Status | closed | Resolution | fixed | ||
OS | Windows NT | ||||
Fixed in Version | 5.0.0 | ||||
Summary | 0000136: Selected objects is removed from the viewer while the boolean Updateviewer in the method AIS_IntercativeContext::Clear() was Fal | ||||
Description | * Description: When we erase several selected objects from the context (AIS_IntercativeContext), without asking to update the viewer, there is an update every time one of the selected object is erased. * How to reproduce it: - Implement the following code lines: myContext->InitCurrent() ; Handle(AIS_InteractiveObject) aIO ; while ( myContext->MoreCurrent() ) { aIO = myContext->Current() ; myContext->Clear(aIO, Standard_False) ; myContext->NextCurrent() ; } - In the application, select objects (only in the neutral context). - By executing the code lines above, we shall notice that the selected objects are removed from the viewer while the boolean UpdateViewer was false ! This problem may be will cause more lost time by handling a huge number of objects in the same time. | ||||
Tags | No tags attached. | ||||
Test case number | |||||
Date Modified | Username | Field | Change |
---|---|---|---|
2002-01-18 13:31 | bugmaster | CC | => vtn |
2002-01-24 18:57 |
|
Product Version | 4.0 => dev |
2002-01-28 19:16 | bugmaster | Assigned To | bugmaster => gg |
2002-01-28 19:16 | bugmaster | Status | new => assigned |
2002-02-28 18:12 |
|
Status | assigned => closed |
2002-02-28 18:12 |
|
Resolution | @0@ => fixed |
2011-08-02 11:24 | bugmaster | Category | OCCT:VIZ => OCCT:Visualization |