mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
Modified the method TopoDSToStep_MakeStepFace::Init Added processing of degenerate toroidal surfaces, which are the base surfaces of offset surfaces Added test
15 lines
463 B
Plaintext
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 |