mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-05 18:16:23 +03:00
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
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 3 -shell 3 -face 42
|
|
|
|
param write.step.nonmanifold 0
|
|
param read.step.nonmanifold 0
|
|
newmodel
|