mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
Creation of IntPatch_Points is forbidden in tangent-zones exceptionally domain boundaries of intersected surface.
20 lines
483 B
Plaintext
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
|