1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-05 18:16:23 +03:00
occt/tests/bugs/moddata_2/bug4426_2
ski a8676008f7 Adding of testing cases from subgroups 937 940 and 941 of CHL group
Splitting of subgroups bugs/modalg and bugs/moddata to optimise time of testing
Correction of end file in group v3d
Small correction of test case
2013-02-08 15:16:15 +04:00

23 lines
593 B
Plaintext
Executable File

puts "================"
puts "OCC4426"
puts "================"
puts ""
#######################################################################################
# Incorrect result of intersection in 2D between circle and line
#######################################################################################
v2d2
line ll1 0 0 0.3 0.7
line ll2 0 0 0.37 0.63
trim tll1 ll1 -0.00001 0.00001
trim tll2 ll2 -0.00001 0.00001
donly tll1 tll2
2dintersect tll1 tll2
2dfit
puts "ATTENTION! Check following:"
puts "There is the intersection point (green X) on center of grid axis"
set 2dviewer 1