mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
A check on NULL is added into TDF_Tool::OutReferences() static methods. Test cases for issue CR25153
17 lines
375 B
Plaintext
17 lines
375 B
Plaintext
puts "=========="
|
|
puts "OCC25123"
|
|
puts "=========="
|
|
puts ""
|
|
###################################################
|
|
# Retrieval of arguments of selection crashes the application
|
|
###################################################
|
|
|
|
plane p 0 0 0 0 0 1
|
|
mkface f p -100 100 -100 100
|
|
|
|
NewDocument D XmlOcaf
|
|
ImportShape D 0:1 f
|
|
SelectShape D 0:2 f
|
|
ForgetAll D 0:1
|
|
ArgsSelection D 0:2
|