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/bug32817_3
atychini 452ba192d5 0032817: Data Exchange - Step export - writing untrimmed Curve
Incorrect curve handling.
If curve doesn't have trims and vertexes, we handle it such as trimmed curve, but it should be a simple curve.
Curves with only one vertex and one trim should handle by another way, such as a curve that has trims but doesn't have vertexes.
So I added conditions which handles these cases
2022-03-17 18:44:06 +03:00

14 lines
291 B
Plaintext

puts "================"
puts "0032817: Data Exchange - Step export - writing untrimmed Curve"
puts "================"
pload XDE
catch {Close D}
XNewDoc D
line l1 0 0 0 1 1 0
mkedge e1 l1 -2e+100 10
XAddShape D e1
WriteStep D $imagedir/${casename}.stp
file delete $imagedir/${casename}.stp