mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-09-18 14:27:39 +03:00
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.
15 lines
389 B
Plaintext
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
|