mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
19 lines
432 B
Plaintext
Executable File
19 lines
432 B
Plaintext
Executable File
puts "============"
|
|
puts "CR26188"
|
|
puts "==========="
|
|
puts ""
|
|
###############################################################################
|
|
# Incorrect PCurve creation
|
|
###############################################################################
|
|
|
|
restore [locate_data_file OCC26196-Face.brep] a
|
|
explode a e
|
|
tcopy a_1 ac
|
|
bhaspc ac a do
|
|
mk2dcurve cc ac a
|
|
|
|
#v2d2
|
|
view 1 -2D- 728 20 400 400
|
|
2dfit
|
|
xwd ${imagedir}/${test_image}.png
|