Part: Remove unused arguments from isLinearEdge

This commit is contained in:
Chris Hennes
2025-08-09 10:22:03 -05:00
committed by Chris Hennes
parent 8ada1998f8
commit d1c8362076
2 changed files with 2 additions and 2 deletions

View File

@@ -5314,7 +5314,7 @@ TopoShape TopoShape::splitWires(std::vector<TopoShape>* inner, SplitWireReorient
return TopoShape {};
}
bool TopoShape::isLinearEdge(Base::Vector3d* dir, Base::Vector3d* base) const
bool TopoShape::isLinearEdge() const
{
if (isNull() || getShape().ShapeType() != TopAbs_EDGE) {
return false;