X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSketchAPI%2FSketchAPI_Mirror.h;h=9beb958ffdac4a6ffc772f766e2dfd4835b00ebd;hb=ff4d5d0f42cf5d24b86b2bd2b6e1f58e74f52032;hp=ab77061ea8671ad68ffb505cd9b2061d58201e15;hpb=dfd8991c975a7493c1e7be200503a5c9456ad2da;p=modules%2Fshaper.git diff --git a/src/SketchAPI/SketchAPI_Mirror.h b/src/SketchAPI/SketchAPI_Mirror.h index ab77061ea..9beb958ff 100644 --- a/src/SketchAPI/SketchAPI_Mirror.h +++ b/src/SketchAPI/SketchAPI_Mirror.h @@ -1,5 +1,6 @@ +// Copyright (C) 2014-20xx CEA/DEN, EDF R&D // Name : SketchAPI_Mirror.h -// Purpose: +// Purpose: // // History: // 16/06/16 - Sergey POKHODENKO - Creation of the file @@ -9,6 +10,7 @@ //-------------------------------------------------------------------------------------- #include "SketchAPI.h" +#include "SketchAPI_SketchEntity.h" #include @@ -40,12 +42,20 @@ public: virtual ~SketchAPI_Mirror(); INTERFACE_4(SketchPlugin_ConstraintMirror::ID(), - mirrorLine, SketchPlugin_ConstraintMirror::ENTITY_A(), ModelAPI_AttributeRefAttr, /** Mirror line */, - mirrorList, SketchPlugin_ConstraintMirror::MIRROR_LIST_ID(), ModelAPI_AttributeRefList, /** Mirror list */, - referenceObjects, SketchPlugin_ConstraintMirror::ENTITY_B(), ModelAPI_AttributeRefList, /** Reference objects */, - mirroredObjects, SketchPlugin_ConstraintMirror::ENTITY_C(), ModelAPI_AttributeRefList, /** Mirrored objects */ + mirrorLine, SketchPlugin_ConstraintMirror::ENTITY_A(), + ModelAPI_AttributeRefAttr, /** Mirror line */, + mirrorList, SketchPlugin_ConstraintMirror::MIRROR_LIST_ID(), + ModelAPI_AttributeRefList, /** Mirror list */, + referenceObjects, SketchPlugin_ConstraintMirror::ENTITY_B(), + ModelAPI_AttributeRefList, /** Reference objects */, + mirroredObjects, SketchPlugin_ConstraintMirror::ENTITY_C(), + ModelAPI_AttributeRefList, /** Mirrored objects */ ) + /// List of mirrored objects + SKETCHAPI_EXPORT + std::list > mirrored() const; + /// Dump wrapped feature virtual void dump(ModelHighAPI_Dumper& theDumper) const; };