mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03: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
|