From: msmediasofts <127210398+msmediasofts@users.noreply.github.com> Date: Tue, 28 Mar 2023 09:25:14 +0000 (+0200) Subject: 0033366: Documentation - Add description of BRepAlgoAPI_Algo::Shape() X-Git-Tag: V7_8_0~57 X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=refs%2Fheads%2FCR0-WEEK-16;p=occt.git 0033366: Documentation - Add description of BRepAlgoAPI_Algo::Shape() Added description of BRepAlgoAPI_Algo::Shape() --- 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