mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-07-30 13:05:50 +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
18 lines
567 B
Plaintext
Executable File
18 lines
567 B
Plaintext
Executable File
puts "========================"
|
|
puts " OCC810 "
|
|
puts "========================"
|
|
puts ""
|
|
########################################################################
|
|
## This bug reproducing by doing fixshape for face (In fixshape command invokes segment of bspline curve)
|
|
## The fix for this bug is fix of OCC311 for Geom_BSplineCurve and Geom2d_BSplineCurve.
|
|
########################################################################
|
|
|
|
restore [locate_data_file OCC810.rle] a
|
|
|
|
if { [catch { fixshape result a 1.e-7 0.1 } ] > 0 } {
|
|
puts "Faulty OCC810"
|
|
}
|
|
|
|
set 2dviewer 1
|
|
|