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