mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-12 02:40:22 +08:00
17 lines
319 B
Plaintext
17 lines
319 B
Plaintext
puts "===================================="
|
|
puts "0031675: Er-ror opening the STEP-file"
|
|
puts "===================================="
|
|
puts ""
|
|
|
|
pload DCAF
|
|
|
|
# Read file
|
|
ReadStep D [locate_data_file bug31675.stp]
|
|
XGetOneShape res D
|
|
|
|
# Checking
|
|
checknbshapes res -face 1036 -wire 2103 -compound 6
|
|
checkshape res f
|
|
|
|
Close D
|