20 #ifndef SketcherPrs_Offset_H
21 #define SketcherPrs_Offset_H
23 #include "SketcherPrs_SymbolPrs.h"
49 const std::shared_ptr<GeomAPI_Ax3>& thePlane);
52 virtual const char*
iconName(
bool )
const {
return "offset.png"; }
54 virtual void drawLines(
const Handle(Prs3d_Presentation)& thePrs, Quantity_Color theColor)
const;
58 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 redefinition of standard AIS Interactive Object in order to provide presentation of Equal constrain...
Definition: SketcherPrs_Offset.h:34
DEFINE_STANDARD_RTTIEXT(SketcherPrs_Offset, SketcherPrs_SymbolPrs) static bool IsReadyToDisplay(ModelAPI_Feature *theConstraint
Returns true if the constraint feature arguments are correctly filled to build AIS presentation.
virtual const char * iconName(bool) const
Returns an icon file name. Has to be redefined in successors.
Definition: SketcherPrs_Offset.h:52
A base class of constraint presentation which is represented by an icon.
Definition: SketcherPrs_SymbolPrs.h:52