mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-10 17:40:24 +08: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 |