View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0027366 | Community | OCCT:Visualization | public | 2016-04-08 14:11 | 2017-09-29 16:31 |
Reporter | daniel132 | Assigned To | bugmaster | ||
Priority | low | Severity | minor | ||
Status | closed | Resolution | fixed | ||
Platform | w | ||||
Product Version | 7.0.0 | ||||
Target Version | 7.2.0 | Fixed in Version | 7.2.0 | ||
Summary | 0027366: Z-Layer: Strange highlight behaviour | ||||
Description | Changing the Z-layer of an object results in strange highlight behaviour. Not observed in 6.8 | ||||
Steps To Reproduce | pload MODELING VISUALIZATION vinit vsetdispmode 1 box b 10 10 10 box b1 40 40 40 40 40 40 set aZLayer [vzlayer -add] vdisplay b -layer $aZLayer vdisplay b1 vfit | ||||
Tags | No tags attached. | ||||
Test case number | Not needed | ||||
|
Untitled.png (26,648 bytes) |
|
This is a limitation of highlighting API - it does not provide the way to specify ZLayer explicitly. Therefore default settings conflict with ZLayers defined with depth-buffer clearing option. Note that provided test case is incorrect since it tries displaying the object in non-existing layer - see vzlayer command for details. Current implementation still implicitly passes object with invalid layer id to the lowers layer which is Graphic3d_ZLayerId_BotOSD, but probably exception indicating an application error would be better in this case. |
|
Within patch for 0025695 it is now possible to assign ZLayer for displaying dynamic highlighting:vselprops dynHighlight -layer -1 and with the option -1 the layer of highlighted presentation will be used - which should fix the issue in this usage scenario. |
|
Dear bugmaster, please switch the issue into VERIFIED state. |
Date Modified | Username | Field | Change |
---|---|---|---|
2016-04-08 14:11 | daniel132 | New Issue | |
2016-04-08 14:11 | daniel132 | Assigned To | => kgv |
2016-04-08 14:15 | daniel132 | File Added: Untitled.png | |
2016-04-08 17:50 | kgv | Note Added: 0052547 | |
2016-04-08 17:50 | kgv | Priority | normal => low |
2016-04-08 17:50 | kgv | Steps to Reproduce Updated | |
2016-04-08 17:51 | kgv | Note Edited: 0052547 | |
2016-04-08 17:52 | kgv | Note Edited: 0052547 | |
2016-11-15 09:47 | kgv | Relationship added | related to 0025695 |
2016-11-19 08:58 | kgv | Relationship added | related to 0028127 |
2016-12-16 16:43 | kgv | Steps to Reproduce Updated | |
2016-12-16 16:46 | kgv | Note Added: 0061746 | |
2016-12-16 16:46 | kgv | Assigned To | kgv => bugmaster |
2016-12-16 16:46 | kgv | Status | new => feedback |
2016-12-16 16:47 | kgv | Note Added: 0061747 | |
2016-12-22 11:37 | apn | Test case number | => Not needed |
2016-12-22 11:37 | apn | Status | feedback => tested |
2016-12-22 11:37 | apn | Target Version | => 7.2.0 |
2016-12-22 11:38 | apn | Resolution | open => fixed |
2016-12-22 11:38 | apn | Status | tested => verified |
2017-09-29 16:21 |
|
Fixed in Version | => 7.2.0 |
2017-09-29 16:31 |
|
Status | verified => closed |