20#ifndef SketchPlugin_ConstraintBase_H_
21#define SketchPlugin_ConstraintBase_H_
23#include "SketchPlugin.h"
24#include <SketchPlugin_Constraint.h>
25#include <SketchPlugin_Sketch.h>
26#include <ModelAPI_AttributeReference.h>
27#include <ModelAPI_AttributeRefAttr.h>
29#include <GeomAPI_IPresentable.h>
30#include <GeomAPI_ICustomPrs.h>
47#define SKETCH_DIMENSION_COLOR "64,128,225"
A class which defines an interface of object which is able to create its own presentation.
Definition: GeomAPI_IPresentable.h:29
Feature for creation of a new constraint between other features.
Definition: SketchPlugin_ConstraintBase.h:56
SketchPlugin_ConstraintBase()
Use plugin manager for features creation.
Definition: SketchPlugin_ConstraintBase.h:59
Abstract interface to the SketchPlugin_ConstraintBase For more info see: SketchPlugin_ConstraintBase....
Definition: SketchPlugin_Constraint.h:37