1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-09-18 14:27:39 +03:00
Files
occt/tests/boolean/bcut_complex/Q9
nbv 2f9c147b09 0023914: Intersection algorithm produced too many intersection points
This is draft version.

1. External step limitation has been eliminated.
2. Interfaces of GeomInt_IntSS, IntPatch_Intersection and IntPatch_PrmPrmIntersection classes has been changed.
3. Syntax of "intersect" DRAW-command has been changed (see help for detail information).
4. New statuses have been added in IntWalk_StatusDeflection.hxx file.

Main changes are made in IntWalk_PWalking class.

Creation of test case for this issue.
2017-03-17 17:25:04 +03:00

15 lines
389 B
Plaintext

restore [locate_data_file CTO907_topo001.brep] m
explode m
compound m_2 m_3 m_4 m_5 c1
bcut result m_1 c1
set log [bopargcheck result #F]
if { [string compare -nocase $log "Shape(s) seem(s) to be valid for BOP.\n"] } {
puts "ERROR. result is not valid for BOP"
}
checkprops result -s 57618.4
checkview -display result -2d -s -otherwise { m_1 c1 } -path ${imagedir}/${test_image}.png