mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
The reason of this problem is in wrong work of classifier algorithm (see the message ~0080992 to the issue #30354). Therefore, the algorithm of IntTools_FClass2d class has been improved. Namely, now orientation of the polygon is computed from area-criterion instead of angle. As result, some simplification of the method IntTools_FClass2d::Init(...) has been made. <!break> 1. New constructor has been added to the class CSLib_Class2d. It allows applying TColgp_SequenceOfPnt2d. 2. DRAW-commands "addpolygonnode" and "polygonprops" have been created. They are covered by the test case "tests/geometry/2dpolygon/A1". 3. New method Poly::PolygonProperties(...) has been created. See help for detailed information. 4. New testgrid "lowalgos classifier" has been created.
24 lines
553 B
Plaintext
24 lines
553 B
Plaintext
puts "============"
|
|
puts "0030354: BOP Cut doesn't modify the attached face"
|
|
puts "============"
|
|
puts ""
|
|
|
|
restore [locate_data_file bug30354_Face_14.brep] b1
|
|
point pp 0.0026084998890765357 0.045000000000000012
|
|
|
|
if { [ regexp "IN" [b2dclassifx b1 pp] ] != 1 } {
|
|
puts "Error: Wrong result of classification"
|
|
} else {
|
|
puts "OK: good result of classification"
|
|
}
|
|
|
|
if { [ regexp "IN" [b2dclassify b1 pp] ] != 1 } {
|
|
puts "Error: Wrong result of classification"
|
|
} else {
|
|
puts "OK: good result of classification"
|
|
}
|
|
|
|
smallview -2D-
|
|
pcurve b1
|
|
2dfit
|
|
disp pp |