1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-04 18:06:22 +03:00
ichesnok 588ee924e4 0033491: Data Exchange, Step Import - Incorrect import of ComplexTriangulatedFace
Reading and writing of triangle_strips and triangle_fans has been corrected in RWStepVisual_RWComplexTriangulatedFace.cxx file. And corresponding corrections have been added to other files.
2023-11-09 15:05:29 +00:00

13 lines
258 B
Plaintext

puts "0030839: Data Exchange - triangulation-only STEP file is read as empty shape"
set filename "nist_ftc_08_asme1_ap242-2.stp"
ReadStep D [locate_data_file ${filename}]
XGetOneShape S D
set nb_faces 273
set nb_nodes 3788
set nb_triangles 3377