mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
DCAF require VISUALIZATION for correct work. In some scenario DRAWEXE can generate a dublicates of the internal static singletons. This means each dynamic library will have their own instance of the static singleton. Update all direct library loading to use the DCAF plugin mechanism. This will ensure that the DCAF plugin is loaded only once and that the correct instance is used. Originally issue is reproduced only Linux with dlopen with "RTLD_LAZY". Can be resolved additionally adding "RTLD_LAZY | RTLD_GLOBAL" for dlopen
48 lines
768 B
Plaintext
48 lines
768 B
Plaintext
puts "============"
|
|
puts "OCC26576"
|
|
puts "============"
|
|
puts ""
|
|
###############################
|
|
## Wrong result obtained by intersection algorithm.
|
|
###############################
|
|
|
|
pload OCAF
|
|
|
|
Open [locate_data_file bug26576_study1_new_geom.cbf] D
|
|
|
|
GetShape D 0:1:484:1:1:2 b1
|
|
GetShape D 0:1:478:1:1:2 b2
|
|
|
|
#General fuse
|
|
|
|
bclearobjects
|
|
bcleartools
|
|
baddobjects b1
|
|
baddtools b2
|
|
bfillds
|
|
|
|
bbuild result
|
|
|
|
smallview
|
|
donly result
|
|
fit
|
|
|
|
checkshape result
|
|
|
|
set nbshapes_expected "
|
|
Number of shapes in shape
|
|
VERTEX : 4
|
|
EDGE : 12
|
|
WIRE : 10
|
|
FACE : 8
|
|
SHELL : 4
|
|
SOLID : 4
|
|
COMPSOLID : 0
|
|
COMPOUND : 1
|
|
SHAPE : 43
|
|
"
|
|
|
|
checknbshapes result -ref ${nbshapes_expected} -t -m "General fuse"
|
|
|
|
checkview -screenshot -2d -path ${imagedir}/${test_image}.png
|