View Issue Details

IDProjectCategoryView StatusLast Update
0031022CommunityOCCT:Codingpublic2019-10-04 15:44
Reporterdenix56 Assigned Tobugmaster  
PrioritynormalSeverityjust a question 
Status closedResolutionno change required 
Product Version7.4.0 
Summary0031022: PrepareHistory() in BopAlgo_Builder became non-virtual
DescriptionIn 7.4.0 PrepareHistory() became non-virtual method, that was override in our application. Could it be made virtual again?
TagsNo tags attached.
Test case number

Activities

emv

2019-10-02 17:03

developer   ~0087696

History preparation in BOP has been strongly refactored in 7.4.0. You can use methods BOPAlgo_Builder::LocModified(theShape) and BOPAlgo_Builder::LocGenerated(theShape) to customize how the information about shapes modification is collected. If these methods are not suitable for you, please describe how you use the PrepareHistory method and the reasons why you can't use the LocModified and LocGenerated methods, so we could help.

denix56

2019-10-04 14:01

reporter   ~0087812

I managed to refactor my code to avoid this overload. Close the bug

Issue History

Date Modified Username Field Change
2019-10-02 16:21 denix56 New Issue
2019-10-02 16:21 denix56 Assigned To => kgv
2019-10-02 16:30 kgv Assigned To kgv => emv
2019-10-02 16:30 kgv Severity minor => just a question
2019-10-02 16:30 kgv Product Version => 7.4.0
2019-10-02 16:58 emv Assigned To emv => denix56
2019-10-02 17:03 emv Note Added: 0087696
2019-10-02 17:03 emv Status new => feedback
2019-10-04 14:01 denix56 Note Added: 0087812
2019-10-04 14:20 emv Assigned To denix56 => bugmaster
2019-10-04 15:44 abv Status feedback => closed
2019-10-04 15:44 abv Resolution open => no change required