1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00
occt/tests/bugs/step/bug29233
asemenov 8019a482b5 0029233: Incorrect result of conversion to the STEP format.
Modified the method TopoDSToStep_MakeStepFace::Init
Added processing of degenerate toroidal surfaces, which are the base surfaces of offset surfaces
Added test
2021-09-10 20:24:53 +03:00

15 lines
463 B
Plaintext

puts "============"
puts "OCC29233"
puts "============"
puts ""
#####################################################
# Incorrect result of conversion to the STEP format.
#####################################################
restore [locate_data_file bug29233.brep] orig
set aTmpFile "$imagedir/${casename}.brep"
testwritestep "$aTmpFile" orig
testreadstep "$aTmpFile" result
file delete "$aTmpFile"
checknbshapes result -face 22
checkmaxtol result -ref 1.e-7