mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-11 01:58:22 +08:00
22 lines
457 B
Plaintext
22 lines
457 B
Plaintext
puts "========"
|
|
puts "OCC23839"
|
|
puts "========"
|
|
puts ""
|
|
#######################################################################
|
|
# Projection algorithm produces wrong results for set of data
|
|
#######################################################################
|
|
|
|
restore [locate_data_file bug23839_f14] f
|
|
mksurface s f
|
|
mkface ff s
|
|
pcurve ff
|
|
explode f e
|
|
mkcurve c f_3
|
|
|
|
project cx c s
|
|
|
|
v2d
|
|
2dfit
|
|
checkview -screenshot -2d -path ${imagedir}/${test_image}.png
|
|
|