mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
Datum reading changed in ReadDatums() method: using DatumSystemAP242 (DatumSystem or DatumReference) array instead of DatumSystem array (DatumReference)
14 lines
315 B
Plaintext
14 lines
315 B
Plaintext
puts "================"
|
|
puts "0033569: Data Exchange, STEP - Crash when reading multi-body file"
|
|
puts "================"
|
|
|
|
ReadStep D [locate_data_file bug33569.stp]
|
|
|
|
set result [XDumpNbDGTs D]
|
|
|
|
regexp {NbOfAttachedDatum +: +([0-9]+)} $result full nb
|
|
|
|
if { $nb != 26} {
|
|
puts "Error: Number of Datums incorrect"
|
|
}
|