1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00
occt/tests/bugs/modalg_5/bug25398
ski 5747059b21 0026833: Create command checkview containing all viewer types
Created command checkview for displaying shapes.
2016-02-05 11:14:37 +03:00

27 lines
727 B
Plaintext

puts "========"
puts "OCC25398"
puts "========"
puts ""
######################################################
# Provide shape proximity detector
######################################################
psphere s 10
tclean s
incmesh s 0.001
pcone c 5 20 30
tclean c
incmesh c 0.001
proximity s c -tol 0.01 -profile
checknbshapes s_overlapped -vertex 2 -edge 3 -wire 1 -face 1 -shell 0 -solid 0 -compsolid 0 -compound 1 -shape 8 -t -m "Overlapped part of shere"
checknbshapes c_overlapped -vertex 2 -edge 3 -wire 1 -face 1 -shell 0 -solid 0 -compsolid 0 -compound 1 -shape 8 -t -m "Overlapped part of shere"
vinit
vdisplay s_overlapped
vdisplay c_overlapped
vfit
checkview -screenshot -3d -path ${imagedir}/${test_image}.png