Path.Area: minor optimization
This commit is contained in:
committed by
Yorik van Havre
parent
24aa185b3e
commit
b6c0cf8ce5
@@ -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