mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
19 lines
460 B
Plaintext
Executable File
19 lines
460 B
Plaintext
Executable File
puts "============"
|
|
puts "CR23676"
|
|
puts "============"
|
|
puts ""
|
|
#########################################################
|
|
## Intersection between edge and a face produces extra vertex
|
|
#########################################################
|
|
|
|
restore [locate_data_file bug23676_q1.brep] b1
|
|
|
|
explode b1
|
|
copy b1_1 b1
|
|
copy b1_3 b2
|
|
|
|
bop b1 b2
|
|
bopcut result
|
|
|
|
checknbshapes result -vertex 2 -edge 1 -wire 0 -face 0 -shell 0 -solid 0 -compsolid 0 -compound 1 -shape 4
|