1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-09 18:50:54 +03:00
occt/tests/bugs/step/bug31485
jgv 36cc58f85d 0031485: Data Exchange - Export STEP in nonmanifold mode looses all faces except one
Small correction in STEPControl_ActorWrite::TransferCompound - take into account the case when a subshape has type TopAbs_FACE.
2020-06-10 20:41:40 +03:00

16 lines
446 B
Plaintext

puts "====================================================================="
puts "OCC31485: Export STEP in nonmanifold mode looses all faces except one"
puts "====================================================================="
puts ""
brestore [locate_data_file bug31485.brep] a
param write.step.nonmanifold 1
testwritestep comp_nonmanifold.step a
testreadstep comp_nonmanifold.step result
checkshape result
checknbshapes result -face 3