mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
19 lines
353 B
Plaintext
19 lines
353 B
Plaintext
puts "========"
|
|
puts "OCC26640"
|
|
puts "========"
|
|
puts ""
|
|
#################################################
|
|
# ShapeFix_Edge::FixAddPCurve problem in OCC 6.8
|
|
#################################################
|
|
|
|
|
|
restore [locate_data_file OCC26640-bf.brep] a
|
|
fixshape aa a
|
|
|
|
pcurve aa
|
|
|
|
v2d
|
|
2dfit
|
|
|
|
checkview -screenshot -2d -path ${imagedir}/${test_image}.png
|