mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-17 23:53:20 +08: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
|