mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-05 18:16:23 +03:00
Modifications: 1. The validity of the intersection point between edge and face is checked with sum of the tolerance values of the edge and face. 2. The intersection between toroidal surface and one of the following surfaces: Plane, Cylinder, Sphere, Cone or Torus is treated as analytical in the following cases: 1) Torus and Plane: a. Axes of the surfaces are parallel; b. Axes of the surfaces are perpendicular and location of the torus is lying on the plane; 2) Torus and Sphere: The location of the sphere is lying on the line made from toruses axis; 3) Torus and Cone, Cylinder or Torus: The axis of the surfaces are collinear. In all cases the intersection line(s) is(are) circle(s). Added test cases bugs/modalg_5/bug24470 The intersection between torus with minor radius more than (or equal to) the major radius and any other surface is considered as parametric.
29 lines
699 B
Plaintext
29 lines
699 B
Plaintext
puts "=========="
|
|
puts "OCC24470"
|
|
puts "=========="
|
|
puts ""
|
|
##################################################
|
|
# Wrong result done by General Fuse algorithm
|
|
##################################################
|
|
|
|
restore [locate_data_file bug24470_box.brep] b1
|
|
restore [locate_data_file bug24470_cone.brep] b2
|
|
restore [locate_data_file bug24470_cylinder.brep] b3
|
|
restore [locate_data_file bug24470_rotBox.brep] b4
|
|
restore [locate_data_file bug24470_rotCyl.brep] b5
|
|
restore [locate_data_file bug24470_sphere.brep] b6
|
|
restore [locate_data_file bug24470_torus.brep] b7
|
|
|
|
bclearobjects
|
|
bcleartools
|
|
baddobjects b1 b2 b3 b4 b5 b6 b7
|
|
bfillds
|
|
bbuild result
|
|
checkshape result
|
|
|
|
set square 595443
|
|
set 2dviewer 1
|
|
|
|
|
|
|