mirror of
https://github.com/NGSolve/netgen.git
synced 2024-11-11 16:49:16 +05:00
offset should always be called no a finished line
This commit is contained in:
parent
0fab0ec1eb
commit
000424f001
@ -631,6 +631,7 @@ public:
|
|||||||
|
|
||||||
auto Offset(double d)
|
auto Offset(double d)
|
||||||
{
|
{
|
||||||
|
Finish();
|
||||||
TopoDS_Wire wire = wires.back();
|
TopoDS_Wire wire = wires.back();
|
||||||
wires.pop_back();
|
wires.pop_back();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user