1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00
occt/tests/bugs/step/bug27329
skl 2bc6f71528 0028715: Invalid shape produced by reading of attached STEP file. Regression from OCCT-6.9.1 to OCCT-7.0.0.
Corrections: to use fixed shape as result in the non-manifold mode was made.

Regression was due to using modified initial shape as result in the previous version OCCT. At present initial shape is not modified during ShapeProcessing. Therefore modification to use fixed result was made.

Additionally using of nonManifold flag is added to ShapeProcessing.
2017-08-17 15:47:32 +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 1 -shell 5 -face 42
param write.step.nonmanifold 0
param read.step.nonmanifold 0
newmodel