mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-10 17:40:24 +08:00
14 lines
475 B
Plaintext
14 lines
475 B
Plaintext
puts "========"
|
|
puts "OCC25976"
|
|
puts "========"
|
|
puts ""
|
|
##########################################################################################
|
|
# Conversion of an offset face from a spline into a spline face hangs-up the application
|
|
##########################################################################################
|
|
|
|
smallview
|
|
restore [locate_data_file OCC25976-copiedFace.brep] f
|
|
nurbsconvert r f
|
|
fit
|
|
checkview -screenshot -2d -path ${imagedir}/${test_image}.png
|