mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
14 lines
356 B
Plaintext
14 lines
356 B
Plaintext
puts "========"
|
|
puts "OCC28223"
|
|
puts "========"
|
|
puts ""
|
|
#################################################
|
|
# Projection of closed curve onto cylinder is wrong
|
|
#################################################
|
|
|
|
restore [locate_data_file bug28223_face.brep] ff
|
|
explode ff e
|
|
mkcurve cc ff_1
|
|
mksurface ss ff
|
|
project pc cc ss
|
|
checklength pc -l 7.7546866164306829 |