0030145: Modeling Algorithms - Boolean Operations on open solids
[occt.git] / src / TopoDS / TopoDS_AlertWithShape.hxx
index 602e5f9..798f6de 100644 (file)
@@ -28,7 +28,10 @@ public:
 
   //! Returns contained shape
   const TopoDS_Shape& GetShape() const { return myShape; }
-  
+
+  //! Sets the shape
+  void SetShape(const TopoDS_Shape& theShape) { myShape = theShape; }
+
   //! Returns false.
   virtual Standard_EXPORT Standard_Boolean SupportsMerge () const Standard_OVERRIDE;