mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-05 18:16:23 +03:00
18 lines
400 B
Plaintext
18 lines
400 B
Plaintext
puts "=========="
|
|
puts "seam_edges"
|
|
puts "=========="
|
|
puts ""
|
|
#################################################################
|
|
# Tests boundary edges draw without seam edges in the IVtk view
|
|
#################################################################
|
|
|
|
set anImage $imagedir/${casename}.png
|
|
|
|
ivtkinit
|
|
psphere s 10 15 80
|
|
ivtkdisplay s
|
|
ivtksetdispmode 1
|
|
ivtksetboundingdraw 1
|
|
|
|
ivtkdump $anImage
|