mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +03:00
Test for 0023171: Got wrong result after stitching Test for 0023612: BRepPrimAPI_MakeTorus Test for 0023610: checkshape command does not detect mismatch of the tolerance values among the sub-shapes of the shape Test for 0023660: 'bsection' produces result with gap Test for 0024397: BRepBuilderAPI_Copy works not correct Test for 0023927: BRepProj_Projection produces Edge with one Vertex outside from curve Test for 0023902: Cannot build fillet Test for 0023669: Error in Boolean operations algorithm: section between cylindrical face and prism is incomplete Test for 0023660: 'bsection' produces result with gap Test for 0024100: Bad pcurve is built on a face while converting the shape from STEP format. Test for 0024319: Sewing makes a solid transparent Test for 0024302: Section operation modifies input argument Test for 0024397: BRepBuilderAPI_Copy works not correct Test for 0024418: Wrong section curves when intersecting analytical surfaces
27 lines
599 B
Plaintext
Executable File
27 lines
599 B
Plaintext
Executable File
puts "TODO OCC24418 ALL: Error : T="
|
|
|
|
puts "========"
|
|
puts "OCC24418"
|
|
puts "========"
|
|
puts ""
|
|
############################################################
|
|
# Wrong section curves when intersecting analytical surfaces
|
|
############################################################
|
|
|
|
ptorus b1 25 24 90
|
|
plane p 20 20 10 0 0 1
|
|
pcone b2 p 10 8 40
|
|
explode b1 f; copy b1_1 b1
|
|
explode b2 f; copy b2_1 b2
|
|
mksurface s1 b1
|
|
mksurface s2 b2
|
|
trimu s1t s1 0 1.5707963267948966
|
|
trimv s2t s2 0 40.049968789001575
|
|
|
|
intersect ii s1t s2t
|
|
|
|
bounds ii_1 u1 u2
|
|
|
|
xdistcs ii_1 s1 u1 u2 10 2.0e-7
|
|
xdistcs ii_1 s2 u1 u2 10 2.0e-7
|