mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-09 18:50:54 +03:00
17 lines
447 B
Plaintext
17 lines
447 B
Plaintext
puts "============"
|
|
puts "OCC27441"
|
|
puts "============"
|
|
puts ""
|
|
###############################
|
|
## The method IntTools_ContextIsVertexOnLine incorrectly computes parameter of the point on the curve
|
|
###############################
|
|
|
|
restore [locate_data_file bug27428_shapes.brep] b
|
|
explode b
|
|
bsection result b_1 b_2
|
|
set bcheck [bopcheck result]
|
|
puts $bcheck
|
|
if {![regexp {This shape seems to be OK.} $bcheck]} {
|
|
puts "Error: bopcheck failed"
|
|
}
|