mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
The fix makes algorithm independent on geometrical data. Only triangulation is needed for its work.
21 lines
464 B
Plaintext
21 lines
464 B
Plaintext
puts "========"
|
|
puts "0030829: BRepExtrema_ShapeProximity crashes with shape from STL/WRL"
|
|
puts "========"
|
|
puts ""
|
|
|
|
pload XSDRAW
|
|
|
|
box b 10 10 10
|
|
pcylinder c 5 10
|
|
incmesh b 0.1
|
|
incmesh c 0.1
|
|
|
|
writestl b ${imagedir}/${test_image}_b.stl
|
|
writestl c ${imagedir}/${test_image}_c.stl
|
|
readstl b ${imagedir}/${test_image}_b.stl
|
|
readstl c ${imagedir}/${test_image}_c.stl
|
|
file delete ${imagedir}/${test_image}_b.stl
|
|
file delete ${imagedir}/${test_image}_c.stl
|
|
|
|
proximity b c
|