mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-11 01:58:22 +08:00
Curve splitting is added to handle seam passing by initial curve. test cases are added. Minor corrections.
24 lines
557 B
Plaintext
24 lines
557 B
Plaintext
puts "================"
|
|
puts "0027299"
|
|
puts "================"
|
|
puts ""
|
|
##############################################################
|
|
# Incorrect result of the normal projection algorithm
|
|
# Exception during the exectuion
|
|
##############################################################
|
|
|
|
restore [locate_data_file bug27299_1.brep] aShape
|
|
explode aShape
|
|
|
|
nproject result aShape_1 aShape_2
|
|
|
|
# Result length check.
|
|
checkprops result -l 800
|
|
|
|
# Visual check.
|
|
donly result
|
|
smallview
|
|
fit
|
|
display aShape_2
|
|
checkview -screenshot -2d -path ${imagedir}/${test_image}.png
|