mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-10 18:51:21 +03:00
Test case tests/bugs/modalg/dxf906 was renamed to bug889 Adding test cases to tests/bugs/moddata Modified expressions puts [checkshape result]. Added command vzfit in end file in folder bugs. Unlocked command coordload in QABugs_3.cxx Modified test case bugs vis buc60738 Added test cases to modalg and moddata Added test cases to caf and fclasses Added test cases to group heal
30 lines
826 B
Plaintext
Executable File
30 lines
826 B
Plaintext
Executable File
|
|
puts "========================"
|
|
puts " OCC534 "
|
|
puts " case 2 "
|
|
puts "========================"
|
|
puts ""
|
|
|
|
hyperbola hyperbola 0 0 0 30 10
|
|
extsurf es_hyperbola hyperbola 0 0 1
|
|
offset es_hyperbola_of es_hyperbola 5
|
|
offset es_hyperbola_of_of es_hyperbola_of 5
|
|
mkface result es_hyperbola_of_of 0 3 0 40
|
|
|
|
set tolerance [maxtolerance result]
|
|
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 > 1 || $MaxEdgeTolerance > 1 || $MaxVertexTolerance > 1 } {
|
|
puts "Faulty : Tolerance of shape is more then 1.0"
|
|
} else {
|
|
puts "Tolerance is OK"
|
|
}
|
|
|
|
set square 11460.7
|
|
set 2dviewer 0
|
|
|
|
|
|
|