Part: Remove unused arguments from isLinearEdge
This commit is contained in:
committed by
Chris Hennes
parent
8ada1998f8
commit
d1c8362076
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user