MantisBT - Open CASCADE |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0024610 | Open CASCADE | [OCCT] OCCT:Visualization | public | 2014-02-10 13:09 | 2014-11-11 12:58 |
|
Reporter | apl | |
Assigned To | bugmaster | |
Priority | urgent | Severity | minor | |
Status | closed | Resolution | fixed | |
Platform | | OS | | OS Version | |
Product Version | [OCCT] 6.7.0 | |
Target Version | [OCCT] 6.8.0 | Fixed in Version | [OCCT] 6.8.0 | |
Test case number | bugs vis bug24610 |
|
Summary | 0024610: Visualization, Visual3d_View::MinMaxValues() - skip erased objects while computing bounding box for Fit All operations |
Description | The problem is found in DRAWEXE. It is necessary to check whether this bug is issue of "verase" command or whether the bug is related to erase of objects from v3d viewer and AIS interactive context.
|
Steps To Reproduce |
pload ALL
box b 10 10 10
vdisplay b
vfit
box b2 10 10 10
ttranslate b2 50 50 50
vdisplay b2
vfit
verase b2
vfit --> BUG: only the first box is visible, however fit all takes into account both of them.
vremove b2
vfit --> fit all takes into account only first box
|
Additional information and documentation updates | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2014-02-10 13:09 | apl | New Issue | |
2014-02-10 13:09 | apl | Assigned To | => san |
2014-02-10 13:10 | apl | Steps to Reproduce Updated | bug_revision_view_page.php?rev_id=6766#r6766 |
2014-04-04 18:16 | abv | Target Version | 6.7.1 => 6.8.0 |
2014-08-15 17:30 | san | Priority | normal => urgent |
2014-08-15 17:46 | san | Status | new => assigned |
2014-08-15 18:25 | san | Relationship added | related to 0023654 |
2014-08-18 12:23 | git | Note Added: 0030830 | |
2014-08-18 12:27 | kgv | Summary | "vfit" takes into account erased objects => Visualization, Visual3d_View::MinMaxValues() - skip erased objects while computing bounding box for Fit All operations |
2014-08-18 12:27 | kgv | Steps to Reproduce Updated | bug_revision_view_page.php?rev_id=7872#r7872 |
2014-08-18 12:34 | san | Note Added: 0030832 | |
2014-08-18 12:34 | san | Assigned To | san => duv |
2014-08-18 12:34 | san | Status | assigned => resolved |
2014-08-18 14:59 | duv | Note Added: 0030836 | |
2014-08-18 14:59 | duv | Assigned To | duv => bugmaster |
2014-08-18 14:59 | duv | Status | resolved => reviewed |
2014-08-18 16:35 | mkv | Assigned To | bugmaster => apv |
2014-08-19 13:58 | git | Note Added: 0030878 | |
2014-08-19 14:09 | apv | Test case number | => bugs vis bug24610 |
2014-08-19 15:48 | apv | Note Added: 0030886 | |
2014-08-19 15:49 | apv | Note Edited: 0030886 | bug_revision_view_page.php?bugnote_id=30886#r7891 |
2014-08-19 15:50 | apv | Assigned To | apv => bugmaster |
2014-08-19 15:50 | apv | Status | reviewed => tested |
2014-08-22 15:42 | bugmaster | Changeset attached | => occt master aeb722e3 |
2014-08-22 15:42 | bugmaster | Status | tested => verified |
2014-08-22 15:42 | bugmaster | Resolution | open => fixed |
2014-09-08 15:50 | git | Note Added: 0031453 | |
2014-11-11 12:45 | aiv | Fixed in Version | => 6.8.0 |
2014-11-11 12:58 | aiv | Status | verified => closed |
Notes |
|
(0030830)
|
git
|
2014-08-18 12:23
|
|
Branch CR24610 has been created by san.
SHA-1: 2c97a4b6708f530e87c88155dde5efa71a888153
This branch includes the following new commits:
new 2c97a4b 0024610: "vfit" takes into account erased objects Visual3d_View::MinMaxValues() corrected to ignore hidden Graphic3d_Structure instances, unused Graphic3d_StructureManager::MinMaxValues() removed.
Detailed log of new commits:
commit 2c97a4b6708f530e87c88155dde5efa71a888153
Author: san
Date: Sun Aug 17 16:40:42 2014 +0400
0024610: "vfit" takes into account erased objects
Visual3d_View::MinMaxValues() corrected to ignore hidden
Graphic3d_Structure instances,
unused Graphic3d_StructureManager::MinMaxValues() removed.
|
|
|
(0030832)
|
san
|
2014-08-18 12:34
|
|
Branch CR24610 ready for reviewing. |
|
|
(0030836)
|
duv
|
2014-08-18 14:59
|
|
Dear bugmaster,
Please test the patch. |
|
|
(0030878)
|
git
|
2014-08-19 13:58
|
|
Branch CR24610 has been updated by apv.
SHA-1: 35512f7bd8688a7faa870fd46fd9d4bc3f479b8a
from 2c97a4b 0024610: "vfit" takes into account erased objects Visual3d_View::MinMaxValues() corrected to ignore hidden Graphic3d_Structure instances, unused Graphic3d_StructureManager::MinMaxValues() removed.
new 35512f7 0024610: Visualization, Visual3d_View::MinMaxValues() - skip erased objects while computing bounding box for Fit All operations Correction of test-case
Detailed log of new commits:
commit 35512f7bd8688a7faa870fd46fd9d4bc3f479b8a
Author: apv
Date: Tue Aug 19 13:58:04 2014 +0400
0024610: Visualization, Visual3d_View::MinMaxValues() - skip erased objects while computing bounding box for Fit All operations
Correction of test-case
|
|
|
(0030886)
|
apv
|
2014-08-19 15:48
(edited on: 2014-08-19 15:49) |
|
|
|
(0031453)
|
git
|
2014-09-08 15:50
|
|
Branch CR24610 has been deleted by inv.
SHA-1: 35512f7bd8688a7faa870fd46fd9d4bc3f479b8a |
|