mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +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.
23 lines
766 B
Plaintext
23 lines
766 B
Plaintext
puts "TODO OCC11111 ALL: Error : OCC377"
|
|
|
|
pload QAcommands
|
|
|
|
puts "========"
|
|
puts "OCC377"
|
|
puts "BUC61056"
|
|
puts "========"
|
|
puts ""
|
|
###################################################################
|
|
##Incorrect behaviour of BRepTopAdapter_FClass2d. It cannot work with parametric representation
|
|
## of the first wire on the face. It says that point (1.9812, -0.9557948) is outside the contour for
|
|
## forward wire and inside for reversed one if tolerance is equal to 6.45
|
|
###################################################################
|
|
|
|
set result_info [ OCC377 [locate_data_file OCC377.brep] 1.9812 -0.9557948 6.45 ]
|
|
if { [ regexp {FAULTY} $result_info ]} {
|
|
puts "Error : OCC377"
|
|
}
|
|
|
|
checkview -display result -2d -path ${imagedir}/${test_image}.png
|
|
|