]> OCCT Git - occt.git/commitdiff
0033366: Documentation - Add description of BRepAlgoAPI_Algo::Shape() CR0-WEEK-16 IR-2023-04-21
authormsmediasofts <127210398+msmediasofts@users.noreply.github.com>
Tue, 28 Mar 2023 09:25:14 +0000 (11:25 +0200)
committervglukhik <vglukhik@opencascade.com>
Wed, 19 Apr 2023 17:04:52 +0000 (18:04 +0100)
Added description of BRepAlgoAPI_Algo::Shape()

src/BRepAlgoAPI/BRepAlgoAPI_Algo.hxx

index 5702b68b0f86a308f36703860ce8e798f04bad9b..eab8184f9669a91ba7601a3ad7deacb89e0962e9 100644 (file)
@@ -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