This commit is contained in:
Eric Price
2024-10-27 22:16:14 +01:00
parent 27c9c9d0ac
commit 648bb8f5e4
2 changed files with 32 additions and 6 deletions

View File

@@ -61,8 +61,7 @@ protected: //! @name Constructors
private:
TopTools_ListOfShape myOriginalArguments;
Standard_EXPORT const TopoDS_Shape RecursiveCutCompound(const TopoDS_Shape& theArgument, const Message_ProgressRange& theRange);
Standard_EXPORT const TopoDS_Shape RecursiveCutByCompound(const TopoDS_Shape& theArgument, const TopoDS_Shape& theTool, const Message_ProgressRange& theRange);
};
#endif