mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-12 02:40:22 +08:00
14 lines
421 B
Plaintext
14 lines
421 B
Plaintext
puts "================================================================="
|
|
puts "0031568: Data Exchange - invalid model produced after STEP import"
|
|
puts "================================================================="
|
|
|
|
pload DCAF
|
|
|
|
ReadStep D [locate_data_file bug31568_Konecranes_Sample_3D.stp]
|
|
set ref [XGetReferredShape D 0:1:1:41:11]
|
|
if {$ref != "0:1:1:23"} {
|
|
puts "Error: wrong reference in data model"
|
|
}
|
|
|
|
Close D
|