mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-05 18:16:23 +03:00
Test for sewing command were updated to check reference information. Commands for testing were moved to the file src/DrawResources/CheckCommands.tcl Documentation overview was updated.
25 lines
627 B
Plaintext
25 lines
627 B
Plaintext
puts "========="
|
|
puts "OCC25838"
|
|
puts "========="
|
|
puts ""
|
|
###############################################
|
|
# Wrong result obtained by General Fuse operator.
|
|
###############################################
|
|
|
|
restore [locate_data_file bug25715_p02c3s1.brep] b1
|
|
restore [locate_data_file bug25838_p02c3s2.brep] b2
|
|
restore [locate_data_file bug25715_p02c3s3.brep] b3
|
|
|
|
bclearobjects
|
|
bcleartools
|
|
baddobjects b1 b2 b3
|
|
|
|
bfillds
|
|
bbuild result
|
|
|
|
set square 3107.42
|
|
|
|
checknbshapes result -vertex 26 -edge 45 -wire 23 -face 23 -shell 5 -solid 5 -compsolid 0 -compound 1 -shape 128 -t -m "Result done by General Fuse operator"
|
|
|
|
set 2dviewer 1
|