20 #ifndef SketcherPrs_Parallel_H
21 #define SketcherPrs_Parallel_H
23 #include "SketcherPrs_SymbolPrs.h"
48 const std::shared_ptr<GeomAPI_Ax3>& thePlane);
51 virtual const char*
iconName(
bool isActiveIcon =
true)
const {
return isActiveIcon ?
"parallel.png" :
"parallel_deactivate.png"; }
53 virtual void drawLines(
const Handle(Prs3d_Presentation)& thePrs, Quantity_Color theColor)
const;
57 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 parallel cons...
Definition: SketcherPrs_Parallel.h:34
DEFINE_STANDARD_RTTIEXT(SketcherPrs_Parallel, 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 isActiveIcon=true) const
Returns an icon file name. Has to be redefined in successors.
Definition: SketcherPrs_Parallel.h:51
A base class of constraint presentation which is represented by an icon.
Definition: SketcherPrs_SymbolPrs.h:52