View Issue Details

IDProjectCategoryView StatusLast Update
0031906Open CASCADEOCCT:Modeling Algorithmspublic2023-08-01 15:08
Reporteravn Assigned Tomsv 
PrioritynormalSeverityminor 
Status newResolutionopen 
PlatformWindowsOSVC++ 2013 
Product Version7.6.0 
Target VersionUnscheduled 
Summary0031906: Incorrect operation of the boolean operator 'fuse'.
DescriptionRun the script below.
pload ALL
set mes {}
set shapeList {}
for { set a 0}  {$a < 158} {incr a} {
   restore "arg_$a.brep" "arg_$a"
   append shapeList " " "arg_$a"
   append mes "\n" [checkshape arg_$a]
}
print $shapeList
print $mes
bclearobjects; bcleartools
baddobjects {*}$shapeList
bapibuild res


or

pload ALL
set mes {}
set shapeList {}
for { set a 0}  {$a < 158} {incr a} {
   restore "arg_$a.brep" "arg_$a"
   append shapeList " " "arg_$a"
   append mes "\n" [checkshape arg_$a]
}
print $shapeList
print $mes
bclearobjects; bcleartools
baddobjects {*}$shapeList
bfillds
bbuild res


Bug: The operation failed.

Note: the input is valid.
Steps To Reproduce
pload ALL
set mes {}
set shapeList {}
for { set a 0}  {$a < 158} {incr a} {
   restore "arg_$a.brep" "arg_$a"
   append shapeList " " "arg_$a"
   append mes "\n" [checkshape arg_$a]
}
print $shapeList
print $mes
bclearobjects; bcleartools
baddobjects {*}$shapeList
bapibuild res


or

pload ALL
set mes {}
set shapeList {}
for { set a 0}  {$a < 158} {incr a} {
   restore "arg_$a.brep" "arg_$a"
   append shapeList " " "arg_$a"
   append mes "\n" [checkshape arg_$a]
}
print $shapeList
print $mes
bclearobjects; bcleartools
baddobjects {*}$shapeList
bfillds
bbuild res
TagsNo tags attached.
Test case number

Attached Files

  • shapes.zip (160,999 bytes)

Activities

avn

2020-11-03 15:35

developer  

shapes.zip (160,999 bytes)

Issue History

Date Modified Username Field Change
2020-11-03 15:35 avn New Issue
2020-11-03 15:35 avn Assigned To => msv
2020-11-03 15:35 avn File Added: shapes.zip
2020-11-03 15:36 avn Relationship added related to 0031901
2020-11-03 15:36 avn Relationship added related to 0031902
2020-11-03 15:36 avn Relationship added related to 0031903
2020-11-03 15:36 avn Relationship deleted related to 0031902
2020-11-03 15:36 avn Relationship deleted related to 0031901
2020-11-03 15:36 avn Relationship deleted related to 0031903
2021-08-29 19:04 msv Target Version 7.6.0 => 7.7.0
2022-10-24 10:41 szy Target Version 7.7.0 => 7.8.0
2023-08-01 15:08 dpasukhi Target Version 7.8.0 => Unscheduled