Archived issue #0014643
Checkshape command gives wrong result for compound of 66 solids
Description
Checkshape command gives wrong result for compound of 66 solids.
Each solid Sj (j=1,2,...66) is valid, but compound is not valid.
Use the following Draw commands to reproduce the bug:
restore rx
checkshape rx
#
explode rx
for {set k 1} {$k < 67} {incr k} {
puts [eval whatis rx_$k]
puts [eval checkshape rx_$k]
wait .5
}
Each solid Sj (j=1,2,...66) is valid, but compound is not valid.
Use the following Draw commands to reproduce the bug:
restore rx
checkshape rx
#
explode rx
for {set k 1} {$k < 67} {incr k} {
puts [eval whatis rx_$k]
puts [eval checkshape rx_$k]
wait .5
}
Additional information
Documentation remark, added by IFV 2007-09-20 11:47:32:
New features:
No
Improvements:
Bug correction
New features:
No
Improvements:
Bug correction
Public activity
No public notes
Participants are labeled by their role within this record.