mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
Check on null for description added to WriteStep methods (for product, product_definition and product_definition_formation)
12 lines
508 B
Plaintext
12 lines
508 B
Plaintext
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
|