mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
IntPatch_ALineToWLine.cxx - setting minimal number of points in a WLine depending on step size IntPatch_WLineTool.cxx - fix WLines connecting check condition test cases has been changed according to new behavior
33 lines
732 B
Plaintext
33 lines
732 B
Plaintext
puts "========"
|
|
puts "OCC28626"
|
|
puts "========"
|
|
puts ""
|
|
####################################################################################
|
|
## Boolean CUT operation fails due to exception while intersecting two conical faces
|
|
####################################################################################
|
|
|
|
cone c1 0 0 0 0 -1 0 45 0
|
|
cone c2 -22 -20 10 1 0 0 45 0
|
|
trimv tc1 c1 0 42.4264068711929
|
|
trimv tc2 c2 0 42.4264068711929
|
|
mkface f1 tc1
|
|
mkface f2 tc2
|
|
donly f1 f2
|
|
fit
|
|
|
|
bop f1 f2
|
|
bopsection result
|
|
|
|
checkshape result
|
|
|
|
checknbshapes result -edge 4 -vertex 5
|
|
|
|
checkmaxtol result -ref 6.02982e-007
|
|
|
|
checkprops result -l 94.3164
|
|
|
|
smallview
|
|
don f1 f2 result
|
|
fit
|
|
checkview -screenshot -2d -path ${imagedir}/${test_image}.png
|