From d69c55b2e6634f8148e4b039f19647b482550b97 Mon Sep 17 00:00:00 2001 From: msmediasofts <127210398+msmediasofts@users.noreply.github.com> Date: Tue, 28 Mar 2023 11:25:14 +0200 Subject: [PATCH] 0033366: Documentation - Add description of BRepAlgoAPI_Algo::Shape() Added description of BRepAlgoAPI_Algo::Shape() --- src/BRepAlgoAPI/BRepAlgoAPI_Algo.hxx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/BRepAlgoAPI/BRepAlgoAPI_Algo.hxx b/src/BRepAlgoAPI/BRepAlgoAPI_Algo.hxx index 5702b68b0f..eab8184f96 100644 --- a/src/BRepAlgoAPI/BRepAlgoAPI_Algo.hxx +++ b/src/BRepAlgoAPI/BRepAlgoAPI_Algo.hxx @@ -34,6 +34,8 @@ public: DEFINE_STANDARD_ALLOC + //! Returns a shape built by the shape construction algorithm. + //! Does not check if the shape is built. Standard_EXPORT virtual const TopoDS_Shape& Shape() Standard_OVERRIDE; // Provide access to methods of protected base class BOPAlgo_Options