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