mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-11 18:32:35 +08:00
14 lines
549 B
Plaintext
14 lines
549 B
Plaintext
puts "TODO ?OCC25188 ALL: Error: File "
|
|
|
|
puts "========"
|
|
puts "OCC25168"
|
|
puts "========"
|
|
puts ""
|
|
##########################################################################################################
|
|
# STEP Writer - empty AppliedGroupAssignment can cause exception in RWStepAP214_RWAppliedGroupAssignment
|
|
##########################################################################################################
|
|
|
|
stepread [locate_data_file bug24135_Drum.stp] a *
|
|
catch {exec rm ${imagedir}/bug25168.stp}
|
|
stepwrite a a_1 ${imagedir}/bug25168.stp
|