Path.Area: minor optimization
This commit is contained in:
committed by
Yorik van Havre
parent
a345669b38
commit
f2ddb64fa1
@@ -448,7 +448,7 @@ void Area::addWire(CArea &area, const TopoDS_Wire& wire,
|
||||
AREA_WARN("ccurve not closed");
|
||||
ccurve.append(ccurve.m_vertices.front());
|
||||
}
|
||||
area.append(ccurve);
|
||||
area.move(std::move(ccurve));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user