View Issue Details

IDProjectCategoryView StatusLast Update
0031986CommunityOCCT:Visualizationpublic2020-12-12 13:46
ReporterNickZ Assigned Tobugmaster  
PrioritynormalSeverityminor 
Status closedResolutionfixed 
PlatformWindowsOSWindows 
Product Version7.4.0 
Target Version7.6.0Fixed in Version7.6.0 
Summary0031986: Visualization - Regression in StdPrs_WFDeflectionRestrictedFace::Add()
DescriptionSee https://old.opencascade.com/content/stdprswfdeflectionrestrictedface-produces-overly-dense-sampling
Cylindrical face of a truncated cone returns a million points curve from the second Add() of StdPrs_WFDeflectionRestrictedFace
Steps To Reproducehttps://old.opencascade.com/content/stdprswfdeflectionrestrictedface-produces-overly-dense-sampling
Additional information
and documentation updates
I have fixed the problem. See the two lines marked with AAA in the attached file.
The problem was that the redundant line in the function, present in v6.9.1:
if ( Orient == TopAbs_FORWARD || Orient == TopAbs_REVERSED ) {
was deleted in v7.5.0 or earlier, but wrong closing curly bracket was deleted with that.
TagsNo tags attached.
Test case numberNot required

Attached Files

  • StdPrs_WFDeflectionRestrictedFace.cxx (18,777 bytes)

Relationships

related to 0031973 newvpozdyayev Open CASCADE Visualization - deprecate StdPrs_WFDeflectionRestrictedFace tool 
child of 0030146 closedbugmaster Open CASCADE Visualization - exception during attempt to display Edge without geometry 

Activities

NickZ

2020-12-07 12:04

reporter  

StdPrs_WFDeflectionRestrictedFace.cxx (18,777 bytes)

git

2020-12-07 13:38

administrator   ~0097409

Branch CR31986 has been created by kgv.

SHA-1: cb0371692b6f48faf6c23bdb5d95f7bbe3553a5a


Detailed log of new commits:

Author: kgv
Date: Mon Dec 7 13:39:07 2020 +0300

    0031986: Visualization - Regression in StdPrs_WFDeflectionRestrictedFace::Add()
    
    Fixed misplaced closing bracket after 0030146 fix.

kgv

2020-12-07 13:44

developer   ~0097410

Last edited: 2020-12-07 15:02

NickZ, thanks for analysis - it is caused by a fix for 0030146 (apparently, bracket was misplaced accidentally due to broken indentation / mixed tabulations in modified code).

git

2020-12-07 13:48

administrator   ~0097411

Branch CR31986 has been updated forcibly by kgv.

SHA-1: c79ef83a317e4fb8e4f43c6c8e1618a9b34a41ce

kgv

2020-12-07 15:01

developer   ~0097412

Please raise the patch
- OCCT branch: CR31986.

http://jenkins-test-12.nnov.opencascade.com:8080/view/CR31986-master-KGV/

bugmaster

2020-12-12 12:55

administrator   ~0097520

Combination -
OCCT branch : IR-2020-12-11
master SHA - a25d5aaa30ec81c1fb94a9a394b8afa740611203
a206de37fbfa0bf71bd534ae47192bbec23b8522
Products branch : IR-2020-12-11 SHA - 32a7f74b10f27f9251808f20fdfe1444ff30c60b
was compiled on Linux, MacOS and Windows platforms and tested in optimize mode.

Number of compiler warnings:
No new/fixed warnings

Regressions/Differences/Improvements:
No regressions/differences

CPU differences:
Debian80-64:
OCCT
Total CPU difference: 17756.510000000126 / 18090.92999999998 [-1.85%]
Products
Total CPU difference: 12330.210000000125 / 12342.950000000128 [-0.10%]
Windows-64-VC14:
OCCT
Total CPU difference: 19429.09375 / 19751.71875 [-1.63%]
Products
Total CPU difference: 13755.5 / 13772.515625 [-0.12%]


Image differences :
No differences that require special attention

Memory differences :
No differences that require special attention

git

2020-12-12 13:46

administrator   ~0097535

Branch CR31986 has been deleted by inv.

SHA-1: c79ef83a317e4fb8e4f43c6c8e1618a9b34a41ce

Related Changesets

occt: master c74e3dc3

2020-12-07 10:39:07

kgv


Committer: bugmaster Details Diff
0031986: Visualization - Regression in StdPrs_WFDeflectionRestrictedFace::Add()

Fixed misplaced closing bracket after 0030146 fix.
Affected Issues
0031986
mod - src/StdPrs/StdPrs_WFDeflectionRestrictedFace.cxx Diff File

Issue History

Date Modified Username Field Change
2020-12-07 12:04 NickZ New Issue
2020-12-07 12:04 NickZ Assigned To => kgv
2020-12-07 12:04 NickZ File Added: StdPrs_WFDeflectionRestrictedFace.cxx
2020-12-07 12:39 kgv Relationship added child of 0030146
2020-12-07 12:39 kgv Product Version 7.5.0 => 7.4.0
2020-12-07 12:39 kgv Target Version => 7.6.0
2020-12-07 13:37 kgv Summary Regression in StdPrs_WFDeflectionRestrictedFace::Add() => Visualization - Regression in StdPrs_WFDeflectionRestrictedFace::Add()
2020-12-07 13:38 git Note Added: 0097409
2020-12-07 13:44 kgv Note Added: 0097410
2020-12-07 13:45 kgv Relationship added related to 0031973
2020-12-07 13:48 git Note Added: 0097411
2020-12-07 15:01 kgv Note Added: 0097412
2020-12-07 15:01 kgv Assigned To kgv => bugmaster
2020-12-07 15:01 kgv Status new => resolved
2020-12-07 15:01 kgv Status resolved => reviewed
2020-12-07 15:01 kgv Note Edited: 0097410
2020-12-07 15:02 kgv Note Edited: 0097410
2020-12-07 15:02 kgv Note Edited: 0097410
2020-12-12 12:55 bugmaster Note Added: 0097520
2020-12-12 12:55 bugmaster Status reviewed => tested
2020-12-12 12:57 bugmaster Test case number => Not required
2020-12-12 13:13 bugmaster Changeset attached => occt master c74e3dc3
2020-12-12 13:13 bugmaster Status tested => verified
2020-12-12 13:13 bugmaster Resolution open => fixed
2020-12-12 13:46 git Note Added: 0097535