mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-09 18:50:54 +03:00
Small correction in STEPControl_ActorWrite::TransferCompound - take into account the case when a subshape has type TopAbs_FACE.
16 lines
446 B
Plaintext
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
|