// Created on: 2009-04-06 // Created by: Sergey ZARITCHNY // Copyright (c) 2009-2014 OPEN CASCADE SAS // // This file is part of Open CASCADE Technology software library. // // This library is free software; you can redistribute it and/or modify it under // the terms of the GNU Lesser General Public License version 2.1 as published // by the Free Software Foundation, with special exception defined in the file // OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT // distribution for complete text of the license and disclaimer of any warranty. // // Alternatively, this file may be used under the terms of Open CASCADE // commercial license or contractual agreement. #ifndef _TDataXtd_Shape_HeaderFile #define _TDataXtd_Shape_HeaderFile #include #include #include #include #include class TDF_Label; class TopoDS_Shape; class Standard_GUID; class TDF_Attribute; class TDF_RelocationTable; class TDF_DataSet; class TDataXtd_Shape; DEFINE_STANDARD_HANDLE(TDataXtd_Shape, TDF_Attribute) //! A Shape is associated in the framework with : //! a NamedShape attribute class TDataXtd_Shape : public TDF_Attribute { public: //! class methods //! ============= //! try to retrieve a Shape attribute at label //! or in fathers label of . Returns True if //! found and set . Standard_EXPORT static Standard_Boolean Find (const TDF_Label& current, Handle(TDataXtd_Shape)& S); //! Find, or create, a Shape attribute. the Shape attribute //! is returned. Raises if