offset should always be called no a finished line

This commit is contained in:
Christopher Lackner 2024-02-08 15:08:49 +01:00
parent 0fab0ec1eb
commit 000424f001

View File

@ -631,6 +631,7 @@ public:
auto Offset(double d)
{
Finish();
TopoDS_Wire wire = wires.back();
wires.pop_back();