View Issue Details

IDProjectCategoryView StatusLast Update
0025696CommunityOCCT:Visualizationpublic2015-04-06 17:06
ReporterVico Liang Assigned Tokgv  
PrioritynormalSeverityfeature 
Status closedResolutionno change required 
Summary0025696: Shaded with edge display mode support.
DescriptionThere are normally 3 kinds of display mode, but occt visualization just support two kinds of display mode as below:
enum AIS_DisplayMode
{
AIS_WireFrame,
AIS_Shaded
};

It would be nice to have "shaded with edge" display mode in OCCT visualization.
TagsNo tags attached.
Test case number

Activities

abv

2015-04-06 13:24

manager   ~0039253

Functionality to show edges of faces on shaded shapes is available since 6.5.4, developed in context of #23407 (see release notes of 6.5.4). I suppose it covers what is proposed in this issue, even if implemented differently, and propose that this issue can be closed.

kgv

2015-04-06 13:51

developer   ~0039255

Dear Vico,

could you please comment if existing functionality is sufficient for you?
pload VISUALIZATION MODELING
box b 10 10 10
vinit View1
vclear
vdisplay b
vsetdispmode b 1
vshowfaceboundary b 1 255 0 0
vfit

Vico Liang

2015-04-06 15:49

developer   ~0039262

Dear KGV,

I'm currently using "show face boundary" function to implement "shared with edge" feature. Yes, it works properly and it's sufficient for me too. It would be more user friendly if there is such a display mode provided directly. I think there are other users like me don't know how to implement this feature at the first glance.

Best Regards,
Vico

abv

2015-04-06 17:06

manager   ~0039272

I am closing the issue as "no change required". Adding new display modes could possibly conflict with existing applications implementing their own specific display modes. In general, this kind of tuning is to be done on application level.

Issue History

Date Modified Username Field Change
2015-01-10 14:39 Vico Liang New Issue
2015-01-10 14:39 Vico Liang Assigned To => kgv
2015-04-06 13:01 kgv Target Version 6.9.0 => 7.1.0
2015-04-06 13:24 abv Note Added: 0039253
2015-04-06 13:51 kgv Note Added: 0039255
2015-04-06 13:51 kgv Assigned To kgv => Vico Liang
2015-04-06 13:51 kgv Status new => feedback
2015-04-06 15:49 Vico Liang Note Added: 0039262
2015-04-06 15:52 Vico Liang Assigned To Vico Liang => kgv
2015-04-06 15:52 Vico Liang Status feedback => assigned
2015-04-06 17:06 abv Note Added: 0039272
2015-04-06 17:06 abv Status assigned => closed
2015-04-06 17:06 abv Resolution open => no change required
2015-04-06 17:06 abv Target Version 7.1.0 =>