mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-10 17:40:24 +08:00
14 lines
296 B
Plaintext
14 lines
296 B
Plaintext
puts "============"
|
|
puts "0031320: TObj - method TObj_Object::GetFatherObject() is not protected against deleted object"
|
|
puts "============"
|
|
puts ""
|
|
|
|
pload TOBJ QAcommands
|
|
|
|
# create document with object and sub-object
|
|
TObjNew TD1
|
|
TObjAddObj TD1 obj
|
|
TObjAddChild TD1 obj subobj1
|
|
|
|
OCC31320 TD1 obj
|