mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
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.
13 lines
258 B
Plaintext
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
|