1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00
occt/tests/bugs/modalg_7/bug28544_1
nbv 8dc56d0f88 0029494: Intersection line between two parametric surfaces is restricted incorrectly if it matches the surface boundary
Creation of IntPatch_Points is forbidden in tangent-zones exceptionally domain boundaries of intersected surface.
2018-02-16 15:09:10 +03:00

20 lines
483 B
Plaintext

puts "TODO OCC28544 ALL: Error in ii: T="
puts "========"
puts "OCC28544"
puts "========"
puts ""
##################################################################
# Big tolerance value is returned by Implicit-parametric algorithm
##################################################################
restore [locate_data_file bug24094_face.brep] b1
mksurface s1 b1
plane s2 183.6 0 0 1 0 0 0 1 0
# B-spline + Plane
intersect ii s1 s2
bounds ii u1 u2
xdistcs ii s1 u1 u2 10 2.0e-7