mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-05 18:16:23 +03:00
Modify method XSControl_TransferWriter::TransferWriteShape: add removal of locations before writing the shape.
16 lines
444 B
Plaintext
16 lines
444 B
Plaintext
puts "============================================================"
|
|
puts "OCC31617: Export STEP in nonmanifold mode corrupts the shape"
|
|
puts "============================================================"
|
|
puts ""
|
|
|
|
brestore [locate_data_file bug31617.brep] a
|
|
|
|
param write.step.nonmanifold 1
|
|
|
|
testwritestep comp_nonmanifold.step a
|
|
testreadstep comp_nonmanifold.step result
|
|
|
|
checkshape result
|
|
|
|
checknbshapes result -ref [lrange [nbshapes a] 11 16]
|