View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0031906 | Open CASCADE | OCCT:Modeling Algorithms | public | 2020-11-03 15:35 | 2023-08-01 15:08 |
| Reporter | avn | Assigned To | |||
| Priority | normal | Severity | minor | ||
| Status | new | Resolution | open | ||
| Platform | Windows | OS | VC++ 2013 | ||
| Product Version | 7.6.0 | ||||
| Target Version | Unscheduled | ||||
| Summary | 0031906: Incorrect operation of the boolean operator 'fuse'. | ||||
| Description | Run 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
| ||||
| Tags | No tags attached. | ||||
| Test case number | |||||
| 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 |
|
Target Version | 7.6.0 => 7.7.0 |
| 2022-10-24 10:41 |
|
Target Version | 7.7.0 => 7.8.0 |
| 2023-08-01 15:08 | dpasukhi | Target Version | 7.8.0 => Unscheduled |