View Issue Details

IDProjectCategoryView StatusLast Update
0031900Open CASCADEOCCT:Modeling Algorithmspublic2020-11-03 17:04
Reporteravn Assigned Toavn  
PrioritynormalSeverityminor 
Status closedResolutionno change required 
PlatformWindowsOSVC++ 2013 
Product Version7.6.0 
Target Version7.6.0 
Summary0031900: Incorrect operation of the boolean operator 'common'.
DescriptionRun the script below.

pload ALL
restore plate_face_1.brep sh1
checkshape sh1
restore plate_face_3.brep sh2
checkshape sh2
common res sh1 sh2
checkshape res


Bug: For valid input, we get invalid output.
Steps To Reproduce
pload ALL
restore plate_face_1.brep sh1
checkshape sh1
restore plate_face_3.brep sh2
checkshape sh2
common res sh1 sh2
checkshape res
TagsNo tags attached.
Test case numberNot needed

Attached Files

  • plate_face_1.brep (98,823 bytes)
  • plate_face_3.brep (46,742 bytes)

Activities

avn

2020-11-03 14:35

developer  

plate_face_1.brep (98,823 bytes)

avn

2020-11-03 14:35

developer  

plate_face_3.brep (46,742 bytes)

msv

2020-11-03 14:56

developer   ~0096496

Why do you use 'common' command? It uses old deprecated algorithm. Use 'bcommon' instead.

avn

2020-11-03 16:54

developer   ~0096508

Thanks for the advice. It works. The task can be closed.

Issue History

Date Modified Username Field Change
2020-11-03 14:35 avn New Issue
2020-11-03 14:35 avn Assigned To => msv
2020-11-03 14:35 avn File Added: plate_face_1.brep
2020-11-03 14:35 avn File Added: plate_face_3.brep
2020-11-03 14:56 msv Note Added: 0096496
2020-11-03 14:56 msv Assigned To msv => avn
2020-11-03 14:56 msv Status new => feedback
2020-11-03 16:54 avn Note Added: 0096508
2020-11-03 17:04 apn Test case number => Not needed
2020-11-03 17:04 apn Status feedback => closed
2020-11-03 17:04 apn Resolution open => no change required