occt: master 452ba192

Author Committer Branch Timestamp Parent
atychini smoskvin master 2022-02-07 15:57:38 master 9140163b
Affected Issues  0032817: Data Exchange, Step export - writing untrimmed curve
Changeset 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
mod - src/TopoDSToStep/TopoDSToStep_WireframeBuilder.cxx Diff File
add - tests/bugs/step/bug32817_1 Diff File
add - tests/bugs/step/bug32817_2 Diff File
add - tests/bugs/step/bug32817_3 Diff File