mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
0012567: Swapped first/last vertices or incorrect curve orientation after reading IGES file
Adding test case
This commit is contained in:
parent
9070a59fce
commit
5c09f8e016
27
tests/bugs/iges/bug12567
Normal file
27
tests/bugs/iges/bug12567
Normal file
@ -0,0 +1,27 @@
|
||||
puts "============"
|
||||
puts "OCC12567"
|
||||
puts "============"
|
||||
puts ""
|
||||
######################################################
|
||||
# Swapped first/last vertices or incorrect curve orientation after reading IGES file
|
||||
######################################################
|
||||
|
||||
igesbrep [locate_data_file bug12567.igs] a *
|
||||
|
||||
set tolerance [ maxtolerance a ]
|
||||
|
||||
regexp { +Face +: +Min +[-0-9.+eE]+ +Max +([-0-9.+eE]+)} $tolerance full MaxFaceTolerance
|
||||
regexp { +Edge +: +Min +[-0-9.+eE]+ +Max +([-0-9.+eE]+)} $tolerance full MaxEdgeTolerance
|
||||
regexp { +Vertex +: +Min +[-0-9.+eE]+ +Max +([-0-9.+eE]+)} $tolerance full MaxVertexTolerance
|
||||
|
||||
if { $MaxFaceTolerance > 1e-7 || $MaxEdgeTolerance > 1e-7 || $MaxVertexTolerance > 1e-7 } {
|
||||
puts "Faulty : Tolerance of shape is more then 1e-7"
|
||||
} else {
|
||||
puts "Tolerance of shape is <= then 1e-7"
|
||||
}
|
||||
|
||||
view 1 -2D- 728 450 400 400
|
||||
pcurve a
|
||||
2dfit
|
||||
|
||||
checkview -screenshot -2d -path ${imagedir}/${test_image}.png
|
Loading…
x
Reference in New Issue
Block a user