mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-11 01:58:22 +08: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
|