mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
Added a transfer for ShapeRepresentationRelationship in Transfer of MappedItem method, in order to support link of components according to ISO 10303-203-2003.
17 lines
388 B
Plaintext
17 lines
388 B
Plaintext
puts "======="
|
|
puts "0033261: Data Exchange, Step Import - Empty shape after reading process"
|
|
puts "======="
|
|
|
|
pload OCAF MODELING
|
|
|
|
# Read file
|
|
ReadStep D [locate_data_file bug33261.stp]
|
|
|
|
# get document model as a single shape
|
|
XGetOneShape S1 D
|
|
|
|
# check number of subshapes in the shape restored from STEP
|
|
checknbshapes S1 -face 2025 -solid 24 -compound 100
|
|
|
|
Close D -silent
|
|
unset S1 |