mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
13 lines
306 B
Plaintext
13 lines
306 B
Plaintext
puts "========================"
|
|
puts "0033410: Data Exchange, Step Import - TRIANGULATED_FACE from STEP where there are no pnval entries"
|
|
puts "========================"
|
|
|
|
pload OCAF
|
|
|
|
# Read file
|
|
ReadStep D [locate_data_file bug33410.step]
|
|
XGetOneShape sh D
|
|
checktrinfo sh -face 1 -nod 81 -tri 128
|
|
|
|
Close D
|