mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
Testing - Removing direct DCAF loading #147
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
This commit is contained in:
parent
e09563c802
commit
ea86bfe2fa
@ -1,4 +1,4 @@
|
|||||||
pload DCAF
|
pload OCAF
|
||||||
|
|
||||||
set subgroup caf
|
set subgroup caf
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
pload DCAF
|
pload OCAF
|
||||||
|
|
||||||
if { [info exists imagedir] == 0 } {
|
if { [info exists imagedir] == 0 } {
|
||||||
set imagedir .
|
set imagedir .
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
pload DCAF
|
pload OCAF
|
||||||
|
|
||||||
set BugNumber OCC24164
|
set BugNumber OCC24164
|
||||||
if { [info exists imagedir] == 0 } {
|
if { [info exists imagedir] == 0 } {
|
||||||
|
@ -6,7 +6,7 @@ puts ""
|
|||||||
# Add the possibility in OCAF to open/save a document from/to a stream object (BinOcaf format)
|
# Add the possibility in OCAF to open/save a document from/to a stream object (BinOcaf format)
|
||||||
###################################################################################################
|
###################################################################################################
|
||||||
|
|
||||||
pload DCAF
|
pload OCAF
|
||||||
|
|
||||||
NewDocument D BinOcaf
|
NewDocument D BinOcaf
|
||||||
|
|
||||||
|
@ -6,7 +6,7 @@ puts ""
|
|||||||
# Add the possibility in OCAF to open/save a document from/to a stream object (XmlOcaf format)
|
# Add the possibility in OCAF to open/save a document from/to a stream object (XmlOcaf format)
|
||||||
###################################################################################################
|
###################################################################################################
|
||||||
|
|
||||||
pload DCAF
|
pload OCAF
|
||||||
|
|
||||||
NewDocument D XmlOcaf
|
NewDocument D XmlOcaf
|
||||||
|
|
||||||
|
@ -6,7 +6,7 @@ puts ""
|
|||||||
# OSD_Path interprets unc paths incorrectly
|
# OSD_Path interprets unc paths incorrectly
|
||||||
#######################################################################
|
#######################################################################
|
||||||
|
|
||||||
pload DCAF
|
pload OCAF
|
||||||
|
|
||||||
set BugNumber OCC23852
|
set BugNumber OCC23852
|
||||||
|
|
||||||
|
@ -6,7 +6,7 @@ puts ""
|
|||||||
## LDOM hangs-up attempting to read a file which contains a reference to "*dtd"file
|
## LDOM hangs-up attempting to read a file which contains a reference to "*dtd"file
|
||||||
####################################################
|
####################################################
|
||||||
|
|
||||||
pload DCAF
|
pload OCAF
|
||||||
set BugNumber OCC984
|
set BugNumber OCC984
|
||||||
cpulimit 60
|
cpulimit 60
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@ puts "============"
|
|||||||
puts "0033327: Data Exchange, IGES Import - SubfigureDef can't read string"
|
puts "0033327: Data Exchange, IGES Import - SubfigureDef can't read string"
|
||||||
puts "============"
|
puts "============"
|
||||||
|
|
||||||
pload DCAF
|
pload OCAF
|
||||||
|
|
||||||
Close D -silent
|
Close D -silent
|
||||||
|
|
||||||
|
@ -9,7 +9,7 @@ puts ""
|
|||||||
set BugNumber OCC8228
|
set BugNumber OCC8228
|
||||||
|
|
||||||
catch {pload XDE}
|
catch {pload XDE}
|
||||||
catch {pload DCAF}
|
catch {pload OCAF}
|
||||||
|
|
||||||
# Create a new document and set UndoLimit
|
# Create a new document and set UndoLimit
|
||||||
|
|
||||||
|
@ -6,7 +6,7 @@ puts ""
|
|||||||
## Crash on Pipe creation
|
## Crash on Pipe creation
|
||||||
###############################################
|
###############################################
|
||||||
|
|
||||||
pload DCAF
|
pload OCAF
|
||||||
|
|
||||||
Open [locate_data_file bug24849_Study1_GEOM.cbf] D
|
Open [locate_data_file bug24849_Study1_GEOM.cbf] D
|
||||||
|
|
||||||
|
@ -6,7 +6,7 @@ puts ""
|
|||||||
## Crash on Pipe creation
|
## Crash on Pipe creation
|
||||||
###############################################
|
###############################################
|
||||||
|
|
||||||
pload DCAF
|
pload OCAF
|
||||||
|
|
||||||
Open [locate_data_file bug24849_Study1_GEOM.sgd] D
|
Open [locate_data_file bug24849_Study1_GEOM.sgd] D
|
||||||
|
|
||||||
|
@ -6,7 +6,7 @@ puts ""
|
|||||||
## Crash on Pipe creation
|
## Crash on Pipe creation
|
||||||
###############################################
|
###############################################
|
||||||
|
|
||||||
pload DCAF
|
pload OCAF
|
||||||
|
|
||||||
Open [locate_data_file bug24849_Study1_GEOM.cbf] D
|
Open [locate_data_file bug24849_Study1_GEOM.cbf] D
|
||||||
|
|
||||||
|
@ -6,7 +6,7 @@ puts ""
|
|||||||
## Crash on Pipe creation
|
## Crash on Pipe creation
|
||||||
###############################################
|
###############################################
|
||||||
|
|
||||||
pload DCAF
|
pload OCAF
|
||||||
|
|
||||||
Open [locate_data_file bug24849_Study1_GEOM.sgd] D
|
Open [locate_data_file bug24849_Study1_GEOM.sgd] D
|
||||||
|
|
||||||
|
@ -6,7 +6,7 @@ puts ""
|
|||||||
## Wrong result obtained by intersection algorithm.
|
## Wrong result obtained by intersection algorithm.
|
||||||
###############################
|
###############################
|
||||||
|
|
||||||
pload DCAF
|
pload OCAF
|
||||||
|
|
||||||
Open [locate_data_file bug26576_study1_new_geom.cbf] D
|
Open [locate_data_file bug26576_study1_new_geom.cbf] D
|
||||||
|
|
||||||
|
@ -6,7 +6,7 @@ puts ""
|
|||||||
## SIGSEGV in BRepFeat_MakeDPrism::Perform()
|
## SIGSEGV in BRepFeat_MakeDPrism::Perform()
|
||||||
###############################################
|
###############################################
|
||||||
|
|
||||||
pload DCAF
|
pload OCAF
|
||||||
|
|
||||||
Open [locate_data_file bug26588_Study1_new_GEOM.cbf] D
|
Open [locate_data_file bug26588_Study1_new_GEOM.cbf] D
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@ puts "==========="
|
|||||||
|
|
||||||
set BugNumber OCC22694
|
set BugNumber OCC22694
|
||||||
|
|
||||||
catch {pload DCAF}
|
catch {pload OCAF}
|
||||||
catch {pload XDE}
|
catch {pload XDE}
|
||||||
|
|
||||||
# Create a new document and set UndoLimit
|
# Create a new document and set UndoLimit
|
||||||
|
@ -6,7 +6,7 @@ puts ""
|
|||||||
## PCurve for edge on face creation failure
|
## PCurve for edge on face creation failure
|
||||||
###############################################
|
###############################################
|
||||||
|
|
||||||
pload DCAF TOPTEST
|
pload OCAF TOPTEST
|
||||||
|
|
||||||
Open [locate_data_file bug_glue_edges_GEOM.cbf] D
|
Open [locate_data_file bug_glue_edges_GEOM.cbf] D
|
||||||
|
|
||||||
|
@ -6,7 +6,7 @@ puts ""
|
|||||||
## PCurve for edge on face creation failure
|
## PCurve for edge on face creation failure
|
||||||
###############################################
|
###############################################
|
||||||
|
|
||||||
pload DCAF TOPTEST
|
pload OCAF TOPTEST
|
||||||
|
|
||||||
Open [locate_data_file bug_glue_edges_GEOM.sgd] D
|
Open [locate_data_file bug_glue_edges_GEOM.sgd] D
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@ puts ""
|
|||||||
# No materials are read from STEP
|
# No materials are read from STEP
|
||||||
#######################################################################
|
#######################################################################
|
||||||
|
|
||||||
pload DCAF
|
pload OCAF
|
||||||
|
|
||||||
ReadStep D [locate_data_file OCC23251-dm1-oc-214.stp]
|
ReadStep D [locate_data_file OCC23251-dm1-oc-214.stp]
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@ puts "OCC26657: STEP OCAF writers should keep hierarchy and colors when saving n
|
|||||||
puts "========"
|
puts "========"
|
||||||
puts ""
|
puts ""
|
||||||
|
|
||||||
pload DCAF TOPTEST XDE XDEDRAW
|
pload OCAF TOPTEST XDE XDEDRAW
|
||||||
ReadStep D1 [locate_data_file bug26657.stp]
|
ReadStep D1 [locate_data_file bug26657.stp]
|
||||||
|
|
||||||
set aTmpFile ${imagedir}/${casename}_temp.stp
|
set aTmpFile ${imagedir}/${casename}_temp.stp
|
||||||
|
@ -3,7 +3,7 @@ puts "# 0026925: Data Exchange - Exceptions can be raised if assembly is empty"
|
|||||||
puts "# ====================================================================="
|
puts "# ====================================================================="
|
||||||
puts ""
|
puts ""
|
||||||
|
|
||||||
pload DCAF
|
pload OCAF
|
||||||
XNewDoc D
|
XNewDoc D
|
||||||
XNewShape D
|
XNewShape D
|
||||||
box a 0 0 0 10 10 10
|
box a 0 0 0 10 10 10
|
||||||
|
@ -6,7 +6,7 @@ puts ""
|
|||||||
# Exception during WriteStep with PMI
|
# Exception during WriteStep with PMI
|
||||||
##########################################################################
|
##########################################################################
|
||||||
|
|
||||||
pload DCAF
|
pload OCAF
|
||||||
|
|
||||||
box b 10 10 10
|
box b 10 10 10
|
||||||
explode b
|
explode b
|
||||||
|
@ -3,7 +3,7 @@ puts "# 0028345: Data Exchange - Reading STEP model using STEPCAF crashes"
|
|||||||
puts "# ====================================================================="
|
puts "# ====================================================================="
|
||||||
puts ""
|
puts ""
|
||||||
|
|
||||||
pload DCAF
|
pload OCAF
|
||||||
ReadStep D_1 [locate_data_file bug28345_30338.stp]
|
ReadStep D_1 [locate_data_file bug28345_30338.stp]
|
||||||
|
|
||||||
# Check imported names
|
# Check imported names
|
||||||
|
@ -3,7 +3,7 @@ puts " 0029240: Data Exchange - Crash during reading STEP file"
|
|||||||
puts "=========="
|
puts "=========="
|
||||||
puts ""
|
puts ""
|
||||||
|
|
||||||
pload DCAF
|
pload OCAF
|
||||||
|
|
||||||
ReadStep D_First [locate_data_file nist_ctc_05_asme1_ap242-1.stp]
|
ReadStep D_First [locate_data_file nist_ctc_05_asme1_ap242-1.stp]
|
||||||
XGetOneShape result D_First
|
XGetOneShape result D_First
|
||||||
|
@ -6,7 +6,7 @@ puts ""
|
|||||||
param read.stepcaf.subshapes.name 1
|
param read.stepcaf.subshapes.name 1
|
||||||
param write.stepcaf.subshapes.name 1
|
param write.stepcaf.subshapes.name 1
|
||||||
|
|
||||||
pload DCAF
|
pload OCAF
|
||||||
|
|
||||||
ReadStep doc [locate_data_file bug29403_ECOR030312.stp]
|
ReadStep doc [locate_data_file bug29403_ECOR030312.stp]
|
||||||
set info1 [XStat doc]
|
set info1 [XStat doc]
|
||||||
|
@ -3,7 +3,7 @@ puts " 0030533: STEP read fails due to comment string "
|
|||||||
puts "==================================================="
|
puts "==================================================="
|
||||||
puts ""
|
puts ""
|
||||||
|
|
||||||
pload DCAF
|
pload OCAF
|
||||||
|
|
||||||
ReadStep D [locate_data_file bug30053.stp]
|
ReadStep D [locate_data_file bug30053.stp]
|
||||||
|
|
||||||
|
@ -6,7 +6,7 @@ puts ""
|
|||||||
# Writing dimensions with inches produced invalid file
|
# Writing dimensions with inches produced invalid file
|
||||||
#########################################################
|
#########################################################
|
||||||
|
|
||||||
pload DCAF
|
pload OCAF
|
||||||
|
|
||||||
ReadStep D [locate_data_file bug26689_nist_ctc_01_asme1_ap242.stp]
|
ReadStep D [locate_data_file bug26689_nist_ctc_01_asme1_ap242.stp]
|
||||||
param write.step.unit 1
|
param write.step.unit 1
|
||||||
|
@ -3,7 +3,7 @@ puts " 0030533: Data Exchange - Crash during STEP import."
|
|||||||
puts "==================================================="
|
puts "==================================================="
|
||||||
puts ""
|
puts ""
|
||||||
|
|
||||||
pload DCAF
|
pload OCAF
|
||||||
|
|
||||||
param read.stepcaf.subshapes.name On
|
param read.stepcaf.subshapes.name On
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@ puts ""
|
|||||||
|
|
||||||
# Load file
|
# Load file
|
||||||
|
|
||||||
pload DCAF
|
pload OCAF
|
||||||
ReadStep D [locate_data_file bug30789.stp]
|
ReadStep D [locate_data_file bug30789.stp]
|
||||||
|
|
||||||
# Check several names came from problematic entities
|
# Check several names came from problematic entities
|
||||||
|
@ -2,7 +2,7 @@ puts "========================"
|
|||||||
puts "0030856: Wrong colors after STEP file import"
|
puts "0030856: Wrong colors after STEP file import"
|
||||||
puts "========================"
|
puts "========================"
|
||||||
|
|
||||||
pload DCAF
|
pload OCAF
|
||||||
|
|
||||||
ReadStep D1 [locate_data_file bug30856_SOT223-4P230_700X190L65X72.step]
|
ReadStep D1 [locate_data_file bug30856_SOT223-4P230_700X190L65X72.step]
|
||||||
WriteStep D1 $imagedir/${casename}.stp
|
WriteStep D1 $imagedir/${casename}.stp
|
||||||
|
@ -3,7 +3,7 @@ puts "0031489: Data Exchange - STEP Reader can't read a big file"
|
|||||||
puts "===================================="
|
puts "===================================="
|
||||||
puts ""
|
puts ""
|
||||||
|
|
||||||
pload DCAF
|
pload OCAF
|
||||||
|
|
||||||
# Read file
|
# Read file
|
||||||
ReadStep D [locate_data_file bug31489.stp]
|
ReadStep D [locate_data_file bug31489.stp]
|
||||||
|
@ -2,7 +2,7 @@ puts "================================================================="
|
|||||||
puts "0031568: Data Exchange - invalid model produced after STEP import"
|
puts "0031568: Data Exchange - invalid model produced after STEP import"
|
||||||
puts "================================================================="
|
puts "================================================================="
|
||||||
|
|
||||||
pload DCAF
|
pload OCAF
|
||||||
|
|
||||||
ReadStep D [locate_data_file bug31568_Konecranes_Sample_3D.stp]
|
ReadStep D [locate_data_file bug31568_Konecranes_Sample_3D.stp]
|
||||||
set ref [XGetReferredShape D 0:1:1:41:11]
|
set ref [XGetReferredShape D 0:1:1:41:11]
|
||||||
|
@ -3,7 +3,7 @@ puts "0031675: Er-ror opening the STEP-file"
|
|||||||
puts "===================================="
|
puts "===================================="
|
||||||
puts ""
|
puts ""
|
||||||
|
|
||||||
pload DCAF
|
pload OCAF
|
||||||
|
|
||||||
# Read file
|
# Read file
|
||||||
ReadStep D [locate_data_file bug31675.stp]
|
ReadStep D [locate_data_file bug31675.stp]
|
||||||
|
@ -3,7 +3,7 @@ puts " 0031685: Data Exchange, STEPCAFControl_Reader - NULL dereference on trans
|
|||||||
puts "==================================================="
|
puts "==================================================="
|
||||||
puts ""
|
puts ""
|
||||||
|
|
||||||
pload DCAF
|
pload OCAF
|
||||||
|
|
||||||
# Read file
|
# Read file
|
||||||
ReadStep D [locate_data_file bug31685_1.stp]
|
ReadStep D [locate_data_file bug31685_1.stp]
|
||||||
|
@ -3,7 +3,7 @@ puts " 0031685: Data Exchange, STEPCAFControl_Reader - NULL dereference on trans
|
|||||||
puts "==================================================="
|
puts "==================================================="
|
||||||
puts ""
|
puts ""
|
||||||
|
|
||||||
pload DCAF
|
pload OCAF
|
||||||
|
|
||||||
# Read file
|
# Read file
|
||||||
ReadStep D [locate_data_file bug31685_2.stp]
|
ReadStep D [locate_data_file bug31685_2.stp]
|
||||||
|
@ -3,7 +3,7 @@ puts " 0031685: Data Exchange, STEPCAFControl_Reader - NULL dereference on trans
|
|||||||
puts "==================================================="
|
puts "==================================================="
|
||||||
puts ""
|
puts ""
|
||||||
|
|
||||||
pload DCAF
|
pload OCAF
|
||||||
|
|
||||||
# Read file
|
# Read file
|
||||||
ReadStep D [locate_data_file bug31685_3.stp]
|
ReadStep D [locate_data_file bug31685_3.stp]
|
||||||
|
@ -3,7 +3,7 @@ puts "0032310: Data Exchange - Invalid STEP export/import of backslashes in name
|
|||||||
puts "===================================="
|
puts "===================================="
|
||||||
puts ""
|
puts ""
|
||||||
|
|
||||||
pload DCAF
|
pload OCAF
|
||||||
Close D -silent
|
Close D -silent
|
||||||
|
|
||||||
XNewDoc D
|
XNewDoc D
|
||||||
|
@ -3,7 +3,7 @@ puts "0032681: Data Exchange - Missed dimension after STEP export"
|
|||||||
puts "Check adding of dimension"
|
puts "Check adding of dimension"
|
||||||
puts "=================================="
|
puts "=================================="
|
||||||
|
|
||||||
pload DCAF
|
pload OCAF
|
||||||
|
|
||||||
ReadStep D [locate_data_file bug32681.stp]
|
ReadStep D [locate_data_file bug32681.stp]
|
||||||
XGetOneShape s D
|
XGetOneShape s D
|
||||||
|
@ -3,7 +3,7 @@ puts "0033331: Data Exchange, Step Import - Unsupported Representation Items"
|
|||||||
puts "===================================="
|
puts "===================================="
|
||||||
puts ""
|
puts ""
|
||||||
|
|
||||||
pload DCAF
|
pload OCAF
|
||||||
catch {Close D}
|
catch {Close D}
|
||||||
|
|
||||||
param "read.stepcaf.subshapes.name" 1
|
param "read.stepcaf.subshapes.name" 1
|
||||||
|
@ -8,7 +8,7 @@ puts ""
|
|||||||
|
|
||||||
set BugNumber OCC1669
|
set BugNumber OCC1669
|
||||||
|
|
||||||
catch {pload DCAF}
|
catch {pload OCAF}
|
||||||
|
|
||||||
XNewDoc SA
|
XNewDoc SA
|
||||||
|
|
||||||
|
@ -8,7 +8,7 @@ puts ""
|
|||||||
# XCAFDoc_ShapeMapTool is not restored
|
# XCAFDoc_ShapeMapTool is not restored
|
||||||
########################################
|
########################################
|
||||||
|
|
||||||
pload DCAF
|
pload OCAF
|
||||||
|
|
||||||
# Check the output file and delete it if necessary
|
# Check the output file and delete it if necessary
|
||||||
set anOutputFile ${imagedir}/${casename}.xbf
|
set anOutputFile ${imagedir}/${casename}.xbf
|
||||||
|
@ -10,7 +10,7 @@ puts ""
|
|||||||
|
|
||||||
set BugNumber OCC1747
|
set BugNumber OCC1747
|
||||||
|
|
||||||
catch {pload DCAF}
|
catch {pload OCAF}
|
||||||
|
|
||||||
XNewDoc SA
|
XNewDoc SA
|
||||||
|
|
||||||
|
@ -6,7 +6,7 @@ puts ""
|
|||||||
# XShow raises an exception
|
# XShow raises an exception
|
||||||
#######################################################################
|
#######################################################################
|
||||||
|
|
||||||
pload DCAF
|
pload OCAF
|
||||||
|
|
||||||
set BugNumber OCC21046
|
set BugNumber OCC21046
|
||||||
|
|
||||||
|
@ -6,7 +6,7 @@ puts ""
|
|||||||
# XCAFPrs_AISObject does not support transparency
|
# XCAFPrs_AISObject does not support transparency
|
||||||
######################################################################################
|
######################################################################################
|
||||||
|
|
||||||
catch {pload DCAF}
|
catch {pload OCAF}
|
||||||
pload QAcommands
|
pload QAcommands
|
||||||
|
|
||||||
NewDocument D BinXCAF
|
NewDocument D BinXCAF
|
||||||
|
@ -8,7 +8,7 @@ puts ""
|
|||||||
|
|
||||||
set BugNumber OCC22962
|
set BugNumber OCC22962
|
||||||
set check_value 97
|
set check_value 97
|
||||||
pload DCAF
|
pload OCAF
|
||||||
|
|
||||||
ReadStep D1 [locate_data_file OCC22962-dm1-oc-214.stp]
|
ReadStep D1 [locate_data_file OCC22962-dm1-oc-214.stp]
|
||||||
set dump_info [ XDumpDF D1 ]
|
set dump_info [ XDumpDF D1 ]
|
||||||
|
@ -9,7 +9,7 @@ puts ""
|
|||||||
##################################################################
|
##################################################################
|
||||||
|
|
||||||
set BugNumber OCC22982
|
set BugNumber OCC22982
|
||||||
pload DCAF
|
pload OCAF
|
||||||
|
|
||||||
NewDocument D11 BinXCAF
|
NewDocument D11 BinXCAF
|
||||||
UndoLimit D11 100
|
UndoLimit D11 100
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# Original bug : 23384
|
# Original bug : 23384
|
||||||
# Date : 16 Aug 2012
|
# Date : 16 Aug 2012
|
||||||
pload DCAF
|
pload OCAF
|
||||||
XOpen [locate_data_file bug23384-doc_subshapes_plain.xbf] doc
|
XOpen [locate_data_file bug23384-doc_subshapes_plain.xbf] doc
|
||||||
set info1 [XStat doc]
|
set info1 [XStat doc]
|
||||||
regexp {level N 0 +: +([-0-9.+eE]+)} $info1 full l0
|
regexp {level N 0 +: +([-0-9.+eE]+)} $info1 full l0
|
||||||
|
@ -6,7 +6,7 @@ puts ""
|
|||||||
# Exception during reading STEP file in Test Harness
|
# Exception during reading STEP file in Test Harness
|
||||||
######################################################
|
######################################################
|
||||||
|
|
||||||
pload DCAF
|
pload OCAF
|
||||||
|
|
||||||
NewDocument D BinXCAF
|
NewDocument D BinXCAF
|
||||||
UndoLimit D 100
|
UndoLimit D 100
|
||||||
|
@ -5,7 +5,7 @@ puts ""
|
|||||||
######################################################################################
|
######################################################################################
|
||||||
# Can not read names in STEP file
|
# Can not read names in STEP file
|
||||||
######################################################################################
|
######################################################################################
|
||||||
pload DCAF
|
pload OCAF
|
||||||
|
|
||||||
ReadStep d1 [locate_data_file bug23773_2012-or-136-004-014-izzi-asm_PCAM.stp]
|
ReadStep d1 [locate_data_file bug23773_2012-or-136-004-014-izzi-asm_PCAM.stp]
|
||||||
set info1 [GetName d1 0:1:1:1:9]
|
set info1 [GetName d1 0:1:1:1:9]
|
||||||
|
@ -6,7 +6,7 @@ puts ""
|
|||||||
# IGES reader cannot map subshapes colors inside nested assemblies
|
# IGES reader cannot map subshapes colors inside nested assemblies
|
||||||
#################################################################
|
#################################################################
|
||||||
|
|
||||||
pload DCAF
|
pload OCAF
|
||||||
|
|
||||||
NewDocument D XmlXCAF
|
NewDocument D XmlXCAF
|
||||||
|
|
||||||
|
@ -6,7 +6,7 @@ puts ""
|
|||||||
# vviewlist draw command does not added name of viewer created by XShow draw command
|
# vviewlist draw command does not added name of viewer created by XShow draw command
|
||||||
#######################################################################################
|
#######################################################################################
|
||||||
|
|
||||||
pload DCAF
|
pload OCAF
|
||||||
NewDocument D XmlXCAF
|
NewDocument D XmlXCAF
|
||||||
ReadIges D [locate_data_file bug23921_case2.igs]
|
ReadIges D [locate_data_file bug23921_case2.igs]
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@ puts "OCC25910: The material with 0-density causes e r r o r s during writing ST
|
|||||||
puts "========"
|
puts "========"
|
||||||
puts ""
|
puts ""
|
||||||
|
|
||||||
pload DCAF
|
pload OCAF
|
||||||
|
|
||||||
NewDocument D
|
NewDocument D
|
||||||
box b 10 10 10
|
box b 10 10 10
|
||||||
|
@ -6,7 +6,7 @@ puts ""
|
|||||||
# Suspitious behavior of importing names during STEP import
|
# Suspitious behavior of importing names during STEP import
|
||||||
########################################################################
|
########################################################################
|
||||||
|
|
||||||
pload DCAF
|
pload OCAF
|
||||||
|
|
||||||
ReadStep D [locate_data_file bug27169_robot01.step]
|
ReadStep D [locate_data_file bug27169_robot01.step]
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@ puts "OCC27701: C r a s h when export empty solid to STEP"
|
|||||||
puts "========"
|
puts "========"
|
||||||
puts ""
|
puts ""
|
||||||
|
|
||||||
pload DCAF
|
pload OCAF
|
||||||
|
|
||||||
restore [locate_data_file bug27701.brep] s
|
restore [locate_data_file bug27701.brep] s
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@ puts "0028104: Data Exchange - Extract sub-assembly (XDE)"
|
|||||||
puts "============================================================================"
|
puts "============================================================================"
|
||||||
puts ""
|
puts ""
|
||||||
|
|
||||||
pload DCAF
|
pload OCAF
|
||||||
|
|
||||||
Close D0 -silent
|
Close D0 -silent
|
||||||
Close D1 -silent
|
Close D1 -silent
|
||||||
|
@ -3,7 +3,7 @@ puts "0028104: Data Exchange - Extract sub-assembly (XDE)"
|
|||||||
puts "============================================================================"
|
puts "============================================================================"
|
||||||
puts ""
|
puts ""
|
||||||
|
|
||||||
pload DCAF
|
pload OCAF
|
||||||
|
|
||||||
Close D0 -silent
|
Close D0 -silent
|
||||||
Close D1 -silent
|
Close D1 -silent
|
||||||
|
@ -6,7 +6,7 @@ puts ""
|
|||||||
# XCAFDoc_GraphNode does not restore child on Undo
|
# XCAFDoc_GraphNode does not restore child on Undo
|
||||||
###########################################################
|
###########################################################
|
||||||
|
|
||||||
pload DCAF
|
pload OCAF
|
||||||
|
|
||||||
ReadStep d [locate_data_file bug21802_as1-oc-214.stp]
|
ReadStep d [locate_data_file bug21802_as1-oc-214.stp]
|
||||||
UndoLimit d 1
|
UndoLimit d 1
|
||||||
|
@ -6,7 +6,7 @@ puts ""
|
|||||||
# UpdateAssemblies is not worked for located root assemblies
|
# UpdateAssemblies is not worked for located root assemblies
|
||||||
###########################################################
|
###########################################################
|
||||||
|
|
||||||
pload DCAF
|
pload OCAF
|
||||||
|
|
||||||
# create test Document
|
# create test Document
|
||||||
box b 1 1 1
|
box b 1 1 1
|
||||||
|
@ -3,7 +3,7 @@ puts "0029854: XCAF GD&T: Clear contents of reserved labels only"
|
|||||||
puts "============"
|
puts "============"
|
||||||
puts ""
|
puts ""
|
||||||
|
|
||||||
pload DCAF
|
pload OCAF
|
||||||
|
|
||||||
box b 10 10 10
|
box b 10 10 10
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@ puts "0030727: Data Exchange - Problems in Shape Tool"
|
|||||||
puts "==============================================="
|
puts "==============================================="
|
||||||
puts ""
|
puts ""
|
||||||
|
|
||||||
pload DCAF
|
pload OCAF
|
||||||
|
|
||||||
box b 1 1 1
|
box b 1 1 1
|
||||||
copy b bb
|
copy b bb
|
||||||
|
@ -3,7 +3,7 @@ puts "0030779: Data Exchange - Problems with located subshapes in expand compoun
|
|||||||
puts "============================================================================"
|
puts "============================================================================"
|
||||||
puts ""
|
puts ""
|
||||||
|
|
||||||
pload DCAF
|
pload OCAF
|
||||||
|
|
||||||
XOpen [locate_data_file bug30779.xbf] D
|
XOpen [locate_data_file bug30779.xbf] D
|
||||||
XExpand D 1
|
XExpand D 1
|
||||||
|
@ -2,7 +2,7 @@ puts "# ========================================================================
|
|||||||
puts "# 0031382: Data Exchange - BinXCAF should preserve length unit information"
|
puts "# 0031382: Data Exchange - BinXCAF should preserve length unit information"
|
||||||
puts "# =============================================================================="
|
puts "# =============================================================================="
|
||||||
|
|
||||||
pload DCAF
|
pload OCAF
|
||||||
|
|
||||||
box b 10 20 30
|
box b 10 20 30
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@ puts " 0031466: Data Exchange - Cannot import layers from STeP file (7.4.0 regre
|
|||||||
puts "================================================================================="
|
puts "================================================================================="
|
||||||
puts ""
|
puts ""
|
||||||
|
|
||||||
pload DCAF
|
pload OCAF
|
||||||
|
|
||||||
XNewDoc D
|
XNewDoc D
|
||||||
box b 1 1 1
|
box b 1 1 1
|
||||||
|
@ -3,7 +3,7 @@ puts "0031517: Data Exchange - wrong result of ShapeTool::UpdateAssemblies()"
|
|||||||
puts "======================================================================"
|
puts "======================================================================"
|
||||||
puts ""
|
puts ""
|
||||||
|
|
||||||
pload DCAF
|
pload OCAF
|
||||||
|
|
||||||
# make structure with two assemblies linked to one original assembly (2 * 3 boxes)
|
# make structure with two assemblies linked to one original assembly (2 * 3 boxes)
|
||||||
box b1 1 1 1
|
box b1 1 1 1
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
puts "0033100: Modeling Algorithms - XCAFDoc_Editor::RescaleGeometry does not rescale triangulations"
|
puts "0033100: Modeling Algorithms - XCAFDoc_Editor::RescaleGeometry does not rescale triangulations"
|
||||||
|
|
||||||
pload DCAF
|
pload OCAF
|
||||||
Close d -silent
|
Close d -silent
|
||||||
ReadStep d [locate_data_file "bug33100_window.step"]
|
ReadStep d [locate_data_file "bug33100_window.step"]
|
||||||
|
|
||||||
|
@ -6,7 +6,7 @@ puts ""
|
|||||||
# Exception during reading file using XDEDRAWEXE
|
# Exception during reading file using XDEDRAWEXE
|
||||||
######################################################
|
######################################################
|
||||||
|
|
||||||
pload DCAF
|
pload OCAF
|
||||||
|
|
||||||
NewDocument D BinXCAF
|
NewDocument D BinXCAF
|
||||||
UndoLimit D 100
|
UndoLimit D 100
|
||||||
|
@ -7,7 +7,7 @@ puts "==========="
|
|||||||
|
|
||||||
set BugNumber OCC6307
|
set BugNumber OCC6307
|
||||||
|
|
||||||
catch {pload DCAF}
|
catch {pload OCAF}
|
||||||
|
|
||||||
# Create a new document and set UndoLimit
|
# Create a new document and set UndoLimit
|
||||||
NewDocument D
|
NewDocument D
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
# File : begin
|
# File : begin
|
||||||
|
|
||||||
if { [array get Draw_Groups "DF basic commands"] == "" } {
|
if { [array get Draw_Groups "DF basic commands"] == "" } {
|
||||||
pload DCAF
|
pload OCAF
|
||||||
}
|
}
|
||||||
|
|
||||||
chrono qat start
|
chrono qat start
|
||||||
|
@ -41,4 +41,3 @@ Undo D
|
|||||||
AISRepaint D
|
AISRepaint D
|
||||||
|
|
||||||
puts "There is the empty 3D viewer"
|
puts "There is the empty 3D viewer"
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
pload DCAF
|
pload OCAF
|
||||||
pload TOPTEST
|
pload TOPTEST
|
||||||
pload XDE
|
pload XDE
|
||||||
|
|
||||||
|
@ -6,7 +6,7 @@ puts ""
|
|||||||
## Wrong result obtained by 2d classifier algorithm.
|
## Wrong result obtained by 2d classifier algorithm.
|
||||||
###############################################
|
###############################################
|
||||||
|
|
||||||
pload DCAF
|
pload OCAF
|
||||||
|
|
||||||
Open [locate_data_file bug25969_pal22851.cbf] D
|
Open [locate_data_file bug25969_pal22851.cbf] D
|
||||||
|
|
||||||
|
@ -6,7 +6,7 @@ puts ""
|
|||||||
## Wrong result obtained by 2d classifier algorithm.
|
## Wrong result obtained by 2d classifier algorithm.
|
||||||
###############################################
|
###############################################
|
||||||
|
|
||||||
pload DCAF
|
pload OCAF
|
||||||
|
|
||||||
Open [locate_data_file bug25969_pal22851.sgd] D
|
Open [locate_data_file bug25969_pal22851.sgd] D
|
||||||
|
|
||||||
|
@ -6,7 +6,7 @@ puts ""
|
|||||||
## Wrong result obtained by intersection algorithm.
|
## Wrong result obtained by intersection algorithm.
|
||||||
###############################
|
###############################
|
||||||
|
|
||||||
pload DCAF
|
pload OCAF
|
||||||
|
|
||||||
Open [locate_data_file bug26576_study1_new_geom.cbf] D
|
Open [locate_data_file bug26576_study1_new_geom.cbf] D
|
||||||
|
|
||||||
|
@ -6,7 +6,7 @@ puts ""
|
|||||||
## Wrong result obtained by intersection algorithm.
|
## Wrong result obtained by intersection algorithm.
|
||||||
###############################
|
###############################
|
||||||
|
|
||||||
pload DCAF
|
pload OCAF
|
||||||
|
|
||||||
Open [locate_data_file bug26576_study1_new_geom.cbf] D
|
Open [locate_data_file bug26576_study1_new_geom.cbf] D
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
pload DCAF
|
pload OCAF
|
||||||
pload XDE
|
pload XDE
|
||||||
|
|
||||||
cpulimit 1000
|
cpulimit 1000
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
pload DCAF
|
pload OCAF
|
||||||
|
|
||||||
set subgroup caf
|
set subgroup caf
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
# and expression "set AddToDocument COLORS_LAYERS" means initializing colors and layers
|
# and expression "set AddToDocument COLORS_LAYERS" means initializing colors and layers
|
||||||
#
|
#
|
||||||
if { [array get Draw_Groups "TOPOLOGY Feature commands"] == "" } {
|
if { [array get Draw_Groups "TOPOLOGY Feature commands"] == "" } {
|
||||||
pload DCAF
|
pload OCAF
|
||||||
pload TOPTEST
|
pload TOPTEST
|
||||||
pload XDE
|
pload XDE
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user