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