View Issue Details

IDProjectCategoryView StatusLast Update
0024721Open CASCADEOCCT:Modeling Algorithmspublic2014-03-18 14:11
ReporteribsAssigned Toibs 
PrioritynormalSeverityminor 
Status closedResolutionno change required 
PlatformWindowsOSVC++ 2010 
Product Version6.7.0 
Summary0024721: 2dintersect returns different number of intersect points. Case 2
Description2dintersect depends on 2d curve arg sequence:

there is the case when:
"2dintersect curve1 curve2" returns 2 intersect point
but
"2dintersect curve2 curve1" returns 19 intersect points
Steps To Reproducerestore bug24721.brep a
explode a e
pcu p3 a_3 a
pcu p10 a_10 a
pcu p11 a_11 a
2dintersect p11 p10
2dintersect p10 p11

2dintersect p3 p10
2dintersect p10 p3
TagsNo tags attached.
Test case number

Attached Files

Activities

ibs

2014-03-13 11:00

developer  

bug24721.brep (35,202 bytes)

ibs

2014-03-17 16:31

developer   ~0028308

the issue is untenable. steps to reproduce aren't correct. 2dintersec should use user's intersect tolerance like: 2dintersect p1 p2 10e-7.

Dear bugmaster, please close the issue due to it is untenable.

Issue History

Date Modified Username Field Change
2014-03-13 10:59 ibs New Issue
2014-03-13 10:59 ibs Assigned To => ibs
2014-03-13 11:00 ibs Steps to Reproduce Updated
2014-03-13 11:00 ibs File Added: bug24721.brep
2014-03-13 12:03 ibs Steps to Reproduce Updated
2014-03-17 16:31 ibs Note Added: 0028308
2014-03-17 16:31 ibs Assigned To ibs => bugmaster
2014-03-17 16:31 ibs Status new => feedback
2014-03-18 14:11 bugmaster Status feedback => closed
2014-03-18 14:11 bugmaster Assigned To bugmaster => ibs
2014-03-18 14:11 bugmaster Resolution open => no change required