mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-05 18:16:23 +03:00
- removal of excess interferences in case of simple hiding face - correct processing of boundary edges coinciding with outlines - change of API for testing Draw Command - correction of Draw command "build3d" - test cases are added. Linux reference data is changed. Partially fixed 0027340: Insufficient exact HLR speed Number of samples in PolyPoly intersection algorithm tuned in each instance of generic class. Default number of the samples in Geom2dAdaptor is changed according to the Adaptor2d_Curve2d class. Minimal number of points in case of B-Spline is changed. Minimal number of samples support is added in intersection algorithms.
27 lines
806 B
Plaintext
27 lines
806 B
Plaintext
puts "========="
|
|
puts "OCC25838"
|
|
puts "========="
|
|
puts ""
|
|
###############################################
|
|
# Wrong result obtained by General Fuse operator.
|
|
###############################################
|
|
puts "TODO #OCC26816 ALL: Error : Result done by General Fuse operator is WRONG because number of"
|
|
|
|
restore [locate_data_file bug25715_p02c3s1.brep] b1
|
|
restore [locate_data_file bug25838_p02c3s2.brep] b2
|
|
restore [locate_data_file bug25715_p02c3s3.brep] b3
|
|
|
|
bclearobjects
|
|
bcleartools
|
|
baddobjects b1 b2 b3
|
|
|
|
bfillds
|
|
bbuild result
|
|
|
|
checkprops result -s 3107.42
|
|
checkshape result
|
|
|
|
checknbshapes result -vertex 26 -edge 45 -wire 23 -face 23 -shell 5 -solid 5 -compsolid 0 -compound 1 -shape 128 -t -m "Result done by General Fuse operator"
|
|
|
|
checkview -display result -2d -path ${imagedir}/${test_image}.png
|