File: bug25626

package info (click to toggle)
opencascade 7.9.2%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 301,924 kB
  • sloc: cpp: 1,523,264; tcl: 10,159; cs: 5,173; java: 1,554; sh: 1,342; ansic: 827; xml: 699; makefile: 30; javascript: 22
file content (23 lines) | stat: -rw-r--r-- 940 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
puts "TODO OCC25626 ALL: Error :  is WRONG because number of EDGE entities"
puts "TODO OCC25626 ALL: Error :  is WRONG because number of WIRE entities"

puts "============"
puts "OCC25626"
puts "============"
puts ""
############################################################################
# Loft of ellipses shows wrinkle near seam edge
############################################################################

restore [locate_data_file bug25626_loft-el1-draw-Loft-00-section.brep] Loft-00-section
restore [locate_data_file bug25626_loft-el1-draw-Loft-01-section.brep] Loft-01-section
restore [locate_data_file bug25626_loft-el1-draw-Loft-02-section.brep] Loft-02-section

thrusections Loft 0 0 Loft-00-section Loft-01-section Loft-02-section

checkshape Loft

checknbshapes Loft -wire 1 -edge 3

checkview -display Loft -2d -path ${imagedir}/${test_image}-2d.png
checkview -display Loft -3d -path ${imagedir}/${test_image}-3d.png