mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
15 lines
332 B
Plaintext
15 lines
332 B
Plaintext
puts "===================================="
|
|
puts "0033331: Data Exchange, Step Import - Unsupported Representation Items"
|
|
puts "===================================="
|
|
puts ""
|
|
|
|
pload DCAF
|
|
catch {Close D}
|
|
|
|
param "read.stepcaf.subshapes.name" 1
|
|
|
|
ReadStep D [locate_data_file bug33331.stp]
|
|
|
|
param "read.stepcaf.subshapes.name" 0
|
|
Close D
|