0029827: Modeling Data - TopoDS_Shape::Nullify() does not reset location
[occt.git] / src / TopLoc / TopLoc_Location.hxx
index f3d3081..dc25847 100644 (file)
@@ -148,6 +148,12 @@ Standard_Boolean operator != (const TopLoc_Location& Other) const
   //! Prints the contents of <me> on the stream <s>.
   Standard_EXPORT void ShallowDump (Standard_OStream& S) const;
 
+  //! Clear myItems
+  void Clear()
+  {
+    myItems.Clear();
+  }
+