20 #ifndef SketcherPrs_Transformation_H
21 #define SketcherPrs_Transformation_H
23 #include "SketcherPrs_SymbolPrs.h"
24 #include <ModelAPI_Feature.h>
51 const std::shared_ptr<GeomAPI_Ax3>& thePlane);
53 virtual const char*
iconName()
const {
return myIsTranslation?
"translate.png" :
"rotate.png"; }
58 virtual void drawLines(
const Handle(Prs3d_Presentation)& thePrs, Quantity_Color theColor)
const;
62 virtual bool updateIfReadyToDisplay(
double theStep,
bool withColor)
const;
Feature function that represents the particular functionality of this operation.
Definition: ModelAPI_Feature.h:41
Feature for creation of the new part in PartSet.
Definition: SketchPlugin_Sketch.h:47
A base class of constraint presentation which is represented by an icon.
Definition: SketcherPrs_SymbolPrs.h:52