X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSketchAPI%2FSketchAPI_Mirror.h;h=ab77061ea8671ad68ffb505cd9b2061d58201e15;hb=c62a4254fbf27b069449f4766f9c849fe2286109;hp=9cd2d54887bcfc74fb185d4589a29050462d131b;hpb=d024af4f1ab972bfcddbd5766b9a9d99a72a9e38;p=modules%2Fshaper.git diff --git a/src/SketchAPI/SketchAPI_Mirror.h b/src/SketchAPI/SketchAPI_Mirror.h index 9cd2d5488..ab77061ea 100644 --- a/src/SketchAPI/SketchAPI_Mirror.h +++ b/src/SketchAPI/SketchAPI_Mirror.h @@ -14,7 +14,8 @@ #include -#include "SketchAPI_SketchEntity.h" +#include +#include //-------------------------------------------------------------------------------------- class ModelAPI_Object; class ModelHighAPI_RefAttr; @@ -23,7 +24,7 @@ class ModelHighAPI_RefAttr; * \ingroup CPPHighAPI * \brief Interface for Mirror feature */ -class SketchAPI_Mirror : public SketchAPI_SketchEntity +class SketchAPI_Mirror : public ModelHighAPI_Interface { public: /// Constructor without values @@ -45,6 +46,8 @@ public: mirroredObjects, SketchPlugin_ConstraintMirror::ENTITY_C(), ModelAPI_AttributeRefList, /** Mirrored objects */ ) + /// Dump wrapped feature + virtual void dump(ModelHighAPI_Dumper& theDumper) const; }; //! Pointer on Mirror object