mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-11 01:58:22 +08: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
|