mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
class BOPDS_DS method: void BOPDS_DS::InitPaveBlocks(const Standard_Integer theI) Correct treatment of internal edges. Test cases for the issue. Correction of test cases for issue CR25245
16 lines
427 B
Plaintext
Executable File
16 lines
427 B
Plaintext
Executable File
puts "================"
|
|
puts "OCC25245"
|
|
puts "================"
|
|
puts ""
|
|
#######################################################################
|
|
# General Fuse operation regression
|
|
#######################################################################
|
|
|
|
restore [locate_data_file bug25245_Input_14.brep] s14
|
|
restore [locate_data_file bug25245_Input_24.brep] s24
|
|
|
|
explode s14 e; copy s14_4 e
|
|
explode s24 f; copy s24_1 f
|
|
|
|
bop f e
|