mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-05 18:16:23 +03:00
Handling of degenerated parametrization (like sphere) added in IWalker. Minor corrections. Test case for issue CR25842 Correction of test case for issue CR25842
19 lines
445 B
Plaintext
Executable File
19 lines
445 B
Plaintext
Executable File
puts "================"
|
|
puts "OCC25842"
|
|
puts "================"
|
|
puts ""
|
|
#######################################################################
|
|
# Wrong intersection 2D-curves obtained for pair of faces.
|
|
#######################################################################
|
|
|
|
restore [locate_data_file bug25842_f1.brep] f1
|
|
restore [locate_data_file bug25842_f2.brep] f2
|
|
|
|
bopcurves f1 f2 -2d
|
|
|
|
v2d
|
|
donly c2d2_1 c2d2_2
|
|
2dfit
|
|
|
|
set only_screen_axo 1
|