1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00
occt/tests/bugs/step/bug32049_1
dpasukhi 96049f2e3d 0032049: Data Exchange - STEP file import problems
- Added checking for null objects
- Added support to find layers according to visible attr
- Fixed problem with same names of layers:
 Now, layers are grouped by names and visibility parameter
2021-01-22 13:16:22 +03:00

13 lines
277 B
Plaintext

puts "========================"
puts "0032049: Data Exchange - STEP file import problems"
puts "========================"
pload OCAF
# Read files
ReadStep D_1 [locate_data_file bug32049_test.stp]
ReadStep D_2 [locate_data_file bug32049_sp7_10nx_242.stp]
Close D_1
Close D_2