mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
1. Modification in static function IntersectionWithAnArc of IntPatch_ImpImpIntersection : small offset <du> was hardcoded as 1.e-9, now it is adapted to parametric step. 2. Removal of duplicated points of IntPatch_WLine is corrected.
28 lines
638 B
Plaintext
28 lines
638 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 5 -vertex 6
|
|
|
|
checkmaxtol result -ref 6.02982e-007
|
|
|
|
checkprops result -l 94.3164
|