1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-05 18:16:23 +03:00
occt/tests/bugs/step/bug27329
ika f117cc5a81 0027329: Export to STEP failure
Do ProcessShape for non-manifold too,
Add binding of already written shared faces to STEP entity for non-manifold.

Minor correction of test case bugs/step/bug27329
2016-06-16 12:11:40 +03:00

24 lines
480 B
Plaintext

puts "========"
puts "OCC27329"
puts "========"
puts ""
#########################
# Export to STEP failure
#########################
restore [locate_data_file bug27329_phenix.brep] a
param write.step.nonmanifold 1
param read.step.nonmanifold 1
newmodel
stepwrite 0 a $imagedir/bug27329_temp.stp
stepread $imagedir/bug27329_temp.stp b *
renamevar b_1 result
checknbshapes result -solid 3 -shell 3 -face 42
param write.step.nonmanifold 0
param read.step.nonmanifold 0
newmodel