mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-09 18:50:54 +03:00
Splitting of subgroups bugs/modalg and bugs/moddata to optimise time of testing Correction of end file in group v3d Small correction of test case
18 lines
528 B
Plaintext
Executable File
18 lines
528 B
Plaintext
Executable File
puts "================"
|
|
puts "OCC22946"
|
|
puts "================"
|
|
puts ""
|
|
#######################################################################################
|
|
# BRepFeat_SplitShape crashes on splitting a face by two edges
|
|
######################################################################################
|
|
|
|
set BugNumber OCC22946
|
|
|
|
restore [locate_data_file OCC22946-FaceWithNewCurves.brep] a
|
|
restore [locate_data_file OCC22946-CompoundWithoutPcurves.brep] b
|
|
|
|
splitshape result a a b
|
|
|
|
set square 6.06498e+08
|
|
set 3dviewer 0
|